CakePhp 2.6.3 Not Working on PHP 7 -


fatal error: uncaught error: class 'string' not found in /var/www/html/hrportal/lib/cake/utility/debugger.php:340 stack trace: 0 /var/www/html/hrportal/lib/cake/utility/debugger.php(742): debugger::trace(array)1 /var/www/html/hrportal/lib/cake/error/errorhandler.php(229): debugger->outputerror(array) /var/www/html/hrportal/app/controller/appcontroller.php(72): errorhandler::handleerror(8, 'undefined index...', '/var/www/html/h...', 72, array) 3 /var/www/html/hrportal/lib/cake/event/cakeeventmanager.php(243): appcontroller->beforefilter(object(cakeevent)) 4 /var/www/html/hrportal/lib/cake/controller/controller.php(676): cakeeventmanager->dispatch(object(cakeevent)) 5 /var/www/html/hrportal/lib/cake/error/exceptionrenderer.php(154): controller->startupprocess() 6 /var/www/html/hrportal/lib/cake/error/exceptionrenderer.php(92): exceptionrenderer->_getcontroller(object(fatalerrorexception)) 7 /var/www/html/hrportal/lib/cake/error/errorhandler.php(126): exceptionrenderer->__construct(object(fatalerrorexception)) 8 in /var/www/html/hrportal/lib/cake/utility/debugger.php on line340

this error coming have upgraded system php 7.0.

i have cakephp application , working on 5.5.9 , error coming please .

cakephp 2.6 not compatible php 7 https://book.cakephp.org/2.0/en/installation.html


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -