From: Frank S. <Fr...@ca...> - 2002-03-20 16:22:27
Getting the following:
Fatal error: Cannot redeclare _() in
/home/domains/canna/www/beta/members/poll00/admin/phpESP.ini on line 40
Cant get it away, know my php, but feel like a baby not getting it to
work....
What can be wrong here?
Thanks Frank!
From: James E. F. <jf...@ac...> - 2002-03-20 17:32:57
On Wed, 20 Mar 2002, Frank Schellenberg wrote:
> Getting the following:
>
> Fatal error: Cannot redeclare _() in
> /home/domains/canna/www/beta/members/poll00/admin/phpESP.ini
> on line 40
You must have safe_mode on. I just patched the phpESP.ini
so that it will not redeclare _() in a situation where
gettext is loaded, and safe_mode is on. Note: You will not
be able to take advantage of multiple languages with
safe_mode on.
You can get the new phpESP.ini at:
http://phpesp.sf.net/cvs/admin/phpESP.ini?rev=.&content-type=application/phpESP.ini
The "version" is set to "1.4 beta 1" in that ini, you can
change it back to "1.3" if you like.
-James