Il 17:17, luned? 06 febbraio 2006, Laurent TORLAY ha scritto:
> *
>
> "Fatal error: Cannot redeclare _() in
> c:\wamp\www\pmapper\incphp\common.php on line 109"

This is probably caused by gettext libraries being compiled within your php 
installation. There is also a possibility that gettext is loaded as php 
extension, in this case just don't load it (search for gettext in php.ini).

Solutions:

1 - rename all _() calls in pmapper sources to __() and change the _() 
function accordingly

or

2 - recompile php or use a php distribution without gettext support enabled


Hope it helps.

-- 
Alessandro Pasotti
ICQ# 245871392
Linux User #167502


Reply via email to