SquirrelMail  
Donations
News
About
Support
Security
Screen shots
Download
Plugins
Documentation
Sponsors
Bounties





Junk Email Filter






Security Notice
Phishing campain
Version 1.4.15
Security Upgrade

Note:

This is more a PHP and FreeBSD problem than SquirrelMail, but I believe it may be relevant here as other admins may experience the same problem, and may instinctively search here first as SquirrelMail is one of the most affected apps. Also note that PHP 4.3.10 was a security upgrade. If you do have any problems upgrading to it, please read on.

Symptom:

After an upgrade to PHP 5 on a FreeBSD system the SquirrelMail front page to show up blank. Nothing appears amiss in the Apache log files, but there is no output.

Cure:

Verify your PHP extensions have all been recompiled against the current libraries. Turn up debug logging in PHP and verify that all of the extensions listed in /usr/local/etc/php/extensions.ini have been recompiled.

Symptom:

On a FreeBSD 4.11 system, an upgrade of PHP was done before the installation of OSCommerce. PHP 4.3.10 somehow caused a the SquirrelMail front page to show up blank, with only the <html> and <body> tags present when you view the source. When you view the web server's log files, Apache's child processes were killed.

I spent numerous hours searching Google and trying to update PHP, MySQL and Apache on this system in an attempt to solve the problem. I had then viewed a post from [[email protected]] which related to my problem.

Cure:

Downgrade to PHP 4.3.9, either by using the portdowngrade and portupgrade ports, or by downloading and installing it manually. Here are the steps when using the first method:\n

cd /usr/ports
portdowngrade -o lang/php4

(theoretically the following two lines should work, but they did not for me. in that case, just cd /usr/ports/lang/php4; make deinstall; make install clean)\n

portsdb -Uu
portupgrade -f php4

/usr/local/etc/rc.d/apache.sh stop
/usr/local/etc/rc.d/apache.sh start

© 1999-2016 by The SquirrelMail Project Team