Squirrelmail :: Fatal error

tamino

Verified User
Joined
Jun 20, 2004
Messages
22
Hello

i am having a problem, when trying to read email on squirrelmail webmail i get this error.

I can log in but when i click a messeage to read it shows this.
( Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/squirrelmail-1.4.5/src/read_body.php on line 98

Advice pls
 
Hey,

I am also getting this on some emails.

I tried to update Squirrelmail however this didn't fix it.

Peter Verrill
 
Hey,

I've found the issue.


PHP 4.4.1 and SquirrelMail with server side sorting disabled

* Broken php next() and prev() functions. Use 4.4.0 or 4.4.x-dev snapshot. See [php bug] and [patch]. Issue can be solved by enabling server side sorting in SquirrelMail.

To fix run:
/var/www/html/squirrelmail/config/conf.pl -> 4. General Options -> 11. Allow server-side sorting.

Peter Verrill
 
hey
what exactly do i do there
i found the line what do i change on that line.

This is the line under General Settings

print "11. Allow server-side sorting : $WHT$allow_server_sort$NRM\n";

thanks
 
Back
Top