> Hi all, > my setup is IIS 5 on win2k. PHP 4.3.4 with sm 1.4.2. Mail server is > mercury > 3.32. ... > Notice: Undefined variable: theme_css in > F:\squirrelmail-1.4.2\src\signout.php > on line 61
You've copied config/config_default.php to config/config.php and haven't updated it with administrator plugin. Set php display_errors to off in php.ini (maybe in c:\winnt\php.ini) install administrator plugin (if you don't have any "$plugins[number]='something';" lines in config.php, add "$plugins[0]='administrator';" without double quotes. Create file named admins in plugins/administrator directory Put your imap login name there. Put empty line after it. Login in to squirrelmail Go to Options and find administrator plugin block. remove "$version" string from organization title. update your configuration. ---- Or install ActivePerl and create your config with conf.pl script. ---- or add "$theme_css='';" without double quotes in your config.php file. -- Tomas ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl -- 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
