Cakephp migration from 2.7 to 2.8 in cpanel
问题 My website is developed in cakephp 2.7 which uses php.4.4 many years ago.All working fine at that time. But right now it's not working in capnel. I have checked the issue and error logs. PDO class is not working and meanwhile database query execution is not working. So i have upgraded my php version to PHP 7.0. Another issues are coming like problem in error handler of cakephp. I searched for this issue and i concluded that cakephp 2.7 is not compatible with PHP 7.0. So i have to do migration