(please remember to reply to the SM-USERS list)

Can you try moving the other versions of global.php out of the SM tree
just in case?  What did you change in the version of global you are
currently using?  I suspect that the code might not specifically be
calling functions in one of the other versions, but that there might be
an include buried somewhere that still is trying to pull in
src/global.php or something like that.  Ideally, you shouldn't need to
change global.php yourself...

  - paul


> > You can also run the grep command I gave you from the main SM
directory.
> > You should get exactly one result; if you get two, that is why you
have
> > a problem.
> 
> Here is what I ran from the squirrelmail directory:
> grep -R "function check_php_version" *
> 
> And here are the results:
> 
> functions/global.php:                 function check_php_version ($a =
> '0', $b = '0', $c = '0')
> functions/global.php.~1.22.~: function check_php_version ($a = '0', $b
=
> '0', $c = '0')
> functions/global.php.edited:  function check_php_version ($a = 0, $b =
0,
> $c = 0)
> src/global.php:                               function
check_php_version ($a =
> '0', $b = '0', $c = '0')
> 
> *   src/global.php is from a previous version of SM and is not
referenced in
> any of
>     the errors.
> *   functions/global.php.~1.22~ and global.php.edited are also not
referenced,
> and
>     are saved versions of the file
> 
> So, the only result in global.php is on line 70, and is where I get
the "cannot
> redeclare" error after adding the absolute path to line 15.
> 
> kara
> 
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, January 28, 2003 10:26 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: [SM-USERS] Fatal error: Cannot redeclare
> > check_php_version()
> > >
> > > On 27 Jan 2003 at 23:23, p don't think
pdontthink-at-angrynerds.com
> > wrote:
> > >
> > > > 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" *
> > >
> > > I guess this isn't the problem, because that came up empty.
Thanks
> > for the
> > > suggestion, though!
> > >
> > > kara
> >




-------------------------------------------------------
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

Reply via email to