exception - Cakephp App class code printing on the page and spl_autoload_register error -
i have moved cakephp installation development server production server (config file , htaccess updated).
the production server using older version of php , have requested host upgrade it. after upgraded php version, site printing php code on webpage (class : /lib/cake/core/app
) .. displaying fatal error on bottom of page, below
fatal error: uncaught exception 'logicexception' message 'passed array not specify existing static method (class 'app' not found)' in /xxxxxxx/lib/cake/bootstrap.php:154 stack trace: #0 /xxxxxxx/lib/cake/bootstrap.php(154): spl_autoload_register(array) #1 /xxxxxxx/app/webroot/index.php(92): include('/xxxxxxx/pu...') #2 {main} thrown in /xxxxxxx/lib/cake/bootstrap.php on line 154
please help..
have checked php version has changed, did check (with phpinfo())?
Comments
Post a Comment