Web mail no longer working after PHP upgrade.

Jackster

Verified User
Joined
Jul 15, 2011
Messages
25
Went from PHP 5.2 to 5.3

Used the upgrade code on the documentation.

After updating Roundcube and Squirrelmail no longer work.

Round cube does nothing just blank page yet squirrelmail gives me this,

Code:
Deprecated: Function eregi() is deprecated in /var/www/html/squirrelmail-1.4.19/functions/imap_general.php on line 660

Deprecated: Function eregi() is deprecated in /var/www/html/squirrelmail-1.4.19/functions/imap_general.php on line 661

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/squirrelmail-1.4.19/functions/imap_general.php:660) in /var/www/html/squirrelmail-1.4.19/functions/global.php on line 514

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/squirrelmail-1.4.19/functions/imap_general.php:660) in /var/www/html/squirrelmail-1.4.19/src/redirect.php on line 186


Anyone have a clue?

Thanks you.

Jack,
 
I had same problem with squirrelmain when I updated to php 5.4, so I just started using roundcube instead and it's working fine for me.
 
ANNOUNCE: PHP 5.4 Compatibility
Mar 29, 2012 by Paul Lesniewski
With the recent release of PHP version 5.4, some community members have helped identify some small issues which we've fixed and made available in our daily snapshot packages located on our downloads page. Especially if you use the Mail Fetch plugin and want to upgrade to PHP 5.4, you should download one of our snapshot packages.

http://squirrelmail.org/download.php
 
Back
Top