> The first PHP message doesn't happen all the time, but when it does it's > when I first login. The left_main.php and right_main.php load but each has > this message at the top of the frame: > > Notice: Undefined variable: version in > /usr/home/htdocs/www.gprc.com/smail/config/config.php on line 11
don't copy config_default.php to config.php. create config.php file with conf.pl. remove $version from $org_title variable in config.php and add "$theme_css='';" line without double quotes if you still want to use config_default.php. > Notice: Constant HEAD_BATCH already defined in > /usr/home/htdocs/www.gprc.com/smail/plugins/folder_sizes/setup.php on line > 84 > > Notice: Undefined offset: 0 in > /usr/home/htdocs/www.gprc.com/smail/plugins/folder_sizes/setup.php on line > 307 PHP should not default to error_display=on and error_reporting=E_ALL. You have turned these options yourself. Make sure that you can reproduce it on new mailbox. No "i've moved files from x to y and changed some files" testing. Report these errors to plugins maintainer. Set your php error reporting settings to the ones in php.ini-recommended, if you have production system. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
