Fatal Error:
Submitted by Caerioth on Sat, 03/09/2013 - 19:58
Have a fresh install of EHCP and it worked for about 2 days.. now when i try to log in the controlpanel i get the following message..
"
Fatal error: Cannot redeclare print_r2() (previously declared in /var/www/new/ehcp/config/dbutil.php:1009) in /var/www/new/ehcp/classapp.php on line 4077
"
Everthing else works accept the controlpanel
ehcpdeveloper
Wed, 03/13/2013 - 13:43
Permalink
try to use package ehcp.net
try to use package ehcp.net/ehcp_yeni.tgz
it is new testing version
ehcpdeveloper
Wed, 03/13/2013 - 13:45
Permalink
alternatively,
alternatively,
open /var/www/new/ehcp/classapp.php on line 4077
insert following at start of that function:
if(!function_exists("print_r2")) {
and put a } after function finishes..
this is coding way. this is strange actually, nobody else getting this error. (Did you modified any php ?)