In one of the betas for the weather 4.x plugin, this problem existed, but it was fixed in the final release. You say it might be weather... if it's the regular weather plugin, did you get the most recent one from the SM site? Otherwise, you can try this:
cd /path/to/SM/plugins/ grep -R "function check_php_version" * And you shouldn't get anything back. If you do, there's the culprit. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > Jonathan Angliss > Sent: Monday, January 27, 2003 5:49 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] Fatal error: Cannot redeclare check_php_version() > > Hello Lpdpmq001, > On Monday, January 27, 2003, [EMAIL PROTECTED] wrote... > > > This error occurs when trying to access weather and notes (as far as I can > tell): > > > Fatal error: Cannot redeclare check_php_version() in > > /usr/share/squirrelmail/functions/global.php on line 70 > > [..] > > > I assume it is a PHP error because I've checked permissions, gone > > through several versions of SM (1.2.10, 1.2.11, and CVS) and this > > error has remained. > > Yes, you're right. It is a PHP error, that is basically saying, you > cannot have the same name for a function in two different places. > > > Any ideas? I know nothing about PHP (or real programming or > > scripting) but I'm willing to mess around with it if somebody has > > suggestions. > > A good start would be to find out what plugins you have loading. It > could be possible that the plugin has a function defined in there with > the same name. The best way to do this is run the conf.pl script in > the config directory, and go to option #8 (Plugins) and see which are > active. Try shutting them all off, then start adding them one by one > until you find the cause if it is a plugin of course. > > > I LOVE this program and so do my friends -- kudos to the developers. > > That is always a nice thing to hear :) > > -- > Jonathan Angliss > ([EMAIL PROTECTED]) > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > -- > 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 ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- 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
