>> Empty frame (not "cannot be found" kind of things) is usually indicative >> of PHP errors. Show your error_reporting and display_errors settings >> from php.ini or any .htaccess in SM directories (or apache conf file). >> Try using debugger plugin to see if you can ge > > > I had: > error_reporting = E_ALL > display_errors = Off > log_errors = On > > Despite having log_errors set to on, there was nothing in the logs. I > changed display_errors to On, and now when I click on the link for the > image I get: > The image > https://mail.xxx.net/src/download.php?startMessage=1&passed_id=185497&mailbox=INBOX&ent_id=2&passed_ent_id=0” > cannot be displayed, because it contains errors. > > And then when I click on the back button, I get: > Fatal error: Call to a member function on a non-object in > /usr/local/apache/htdocs/squirrelmail-1.4.5/src/read_body.php on line 431 > > And then every subsequent attempt to access this email gives that last > error message. There are no other additional errors in my logs
I saw a similar problem recently where a message was displayable after first logging in, but never thereafter witout what I think is that same error in read_body.php. The problem was that the message as stored in the PHP session was corrupted by a bad web server installation. The fix was a recompilation/reinstallation of PHP and Apache. - Paul ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
