>> I recently upgraded PHP (to v4.4.0) and am now seeing the following >> error: >> >> Fatal error: Call to a member function on a non-object in >> /usr/local/www/squirrelmail/src/read_body.php on line 423 >> >> I see this after viewing any attachment and then go back to view the >> message. After getting this error any other attempts to view that >> message >> also results in the same error. >> >> Apparently something changed in PHP and Squirrelmail needs to be updated >> accordingly. Is this a known issue? What if any fixes are there? > > > Thank you for reporting this. There are numerous things to fix to make > SquirrelMail work well together with PHP v4.4.0, but I don't remember if a > fix for the error you reported is committed to the CVS. You didn't mention > your SquirrelMail version, so I'm assuming v1.4.5. In the mean time, you > might want to try v1.5.1 [CVS] since that version is more prepared for PHP > v4.4.0.
I suspect that this is bug 1239061 and line numbers are from SquirrelMail 1.4.4. Variable corruption when register_globals are on. https://sourceforge.net/tracker/index.php?func=detail&aid=1239061&group_id=311&atid=100311 Turn off register_globals. SquirrelMail can run with rg=off since 1.2.9 and 1.3.2. -- Tomas ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf -- 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=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
