#1488455 closed Bugs (invalid)

Apache mod_spdy breaking message and attachment functions?

Reported by: DDevine Owned by:
Priority: 5 Milestone: later
Component: Core functionality Version: 0.8-beta
Severity: normal Keywords: spdy, mod_spdy
Cc:

Description (last modified by alec)

I have Apache with mod_spdy (mod-spdy-beta 0.9.1.5-301) on Roundcube 0.8-beta. When I turn mod-spdy on and log in, no messages come up until I explicity click the inbox. Then I can read most messages except the very first in the list. I cannot delete messages (or move). I am also running the new skin (larry?).

I turn mod_spdy off and it all goes back to working fine.

Apache version: Apache/2.2.15

Loaded Modules:

core_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
auth_basic_module (shared)
auth_digest_module (shared)
authn_file_module (shared)
authn_alias_module (shared)
authn_anon_module (shared)
authn_dbm_module (shared)
authn_default_module (shared)
authz_host_module (shared)
authz_user_module (shared)
authz_owner_module (shared)
authz_groupfile_module (shared)
authz_dbm_module (shared)
authz_default_module (shared)
ldap_module (shared)
authnz_ldap_module (shared)
include_module (shared)
log_config_module (shared)
logio_module (shared)
env_module (shared)
ext_filter_module (shared)
mime_magic_module (shared)
expires_module (shared)
deflate_module (shared)
headers_module (shared)
usertrack_module (shared)
setenvif_module (shared)
mime_module (shared)
dav_module (shared)
status_module (shared)
autoindex_module (shared)
info_module (shared)
dav_fs_module (shared)
vhost_alias_module (shared)
negotiation_module (shared)
dir_module (shared)
actions_module (shared)
speling_module (shared)
userdir_module (shared)
alias_module (shared)
substitute_module (shared)
rewrite_module (shared)
proxy_module (shared)
proxy_balancer_module (shared)
proxy_ftp_module (shared)
proxy_http_module (shared)
proxy_ajp_module (shared)
proxy_connect_module (shared)
cache_module (shared)
suexec_module (shared)
disk_cache_module (shared)
cgi_module (shared)
version_module (shared)
ssl_module (shared)
php5_module (shared)
spdy_module (shared)
wsgi_module (shared)

In the log I have this:

Apr 29 09:48:59 web01 roundcube: PHP Fatal error:  Call to a member function show_message() on a non-object in /path/to/webroot/public_html/webmail/index.php on line 218
Apr 29 09:56:56 web01 roundcube: PHP Fatal error:  Cannot redeclare rcmail_message_attachments() (previously declared in /path/to/webroot/public_html/webmail/program/steps/mail/show.inc:118) in /path/to/webroot/public_html/webmail/program/steps/mail/show.inc on line 157
Apr 29 09:57:21 web01 roundcube: PHP Fatal error:  Call to a member function show_message() on a non-object in /path/to/webroot/public_html/webmail/index.php on line 218
Apr 29 10:00:24 web01 roundcube: PHP Fatal error:  Call to a member function show_message() on a non-object in /path/to/webroot/public_html/webmail/index.php on line 218
Apr 29 10:00:37 web01 roundcube: PHP Fatal error:  Call to a member function show_message() on a non-object in /path/to/webroot/public_html/webmail/index.php on line 218
Apr 29 10:00:45 web01 roundcube: PHP Fatal error:  Cannot redeclare rcmail_message_attachments() (previously declared in /path/to/webroot/public_html/webmail/program/steps/mail/show.inc:118) in /path/to/webroot/public_html/webmail/program/steps/mail/show.inc on line 157
Apr 29 10:01:23 web01 roundcube: PHP Fatal error:  Cannot redeclare rcmail_message_attachments() (previously declared in /path/to/webroot/public_html/webmail/program/steps/mail/show.inc:118) in /path/to/webroot/public_html/webmail/program/steps/mail/show.inc on line 157

spdy is getting quite popular, so I think solving these issues is quite worth it.

Change History (1)

comment:1 Changed 13 months ago by alec

  • Description modified (diff)
  • Milestone set to later
  • Resolution set to invalid
  • Status changed from new to closed

It looks to me like mod-spdy issue. http://code.google.com/p/mod-spdy/issues/detail?id=41

Note: See TracTickets for help on using tickets.