> Good Morning Everyone: > > I am running a CVS version of Squirrelmail on FreeBSD 5.3 with > qmail/vpopmail and Courier IMAP, Apache 1.3.33 with PHP 5.0.4. I also > setup the vlogin plugin with the compatibility plugin to support virtual > domains and custom login pages. > > Everything was working very nicely when yesterday morning I started > receiving the following error when going to > http://webmail.jasonsrealm.com > Keep in mind that I have setup this URL in apache to point to my > squirrelmail installation which is /usr/local/apache/htdocs/webmail > Fatal error: Cannot use string offset as an array in > /usr/local/apache/htdocs/webmail/config/config.php on line 86 > I can also access my webmail system by going to: > http://jodee.sitemasters.net/webmail and I do not get the error above > which is confusing me. The webmail works fine. > > I have went over my config and cannot seem to find anything wrong. I > have even tried reinstalling squirrelmail with a fresh copy and nothing > seems to work. I do not understand why I would just start getting this > error when I've made no changes to my setup. Here is my config.php file > below for you to review. I hope I have provided enough information. If > you need more please let me know and I will be more than happy to > provide it. > > Thank you all for your help > > Jason
Restart apache with 'apachectl stop; apachectl start' and not with 'apachectl graceful'. Disable php cache (Zend optimizer, Turck Mmcache, php apc or other). Some php caching engines break with cryptic errors, when php scripts are modified. Your config.php contains valid code in line 86. Please don't post html only emails to mailing list. -- Tomas ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click -- 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
