Hi friends,
serious problem with an angry client :(
i have an issue about "Cannot redeclare variable" etc. i had a website working on PHP4 then moved to PHP5 and i have this error:
Fatal error: Cannot redeclare CSQLAdmin::$functions in /blabla/lib/sqladmin.php on line 45
I tried to clear the second declaration at the file, and it fix this issue but then gives another errors. Obviously sth about php 5 is not accepting sth php 4 does...
I think i need to activate some php functions via .htaccess to make PHP5 to accept redeclaring, but how? or any setting at php.ini.
Appreciate so much!!!!!!!