1
我使用升級外殼升級了我的應用程序。輸出是正常的。雖然刪除餅夾(的升級說明在http://book.cakephp.org/2.0/en/console-and-shells/upgrade-shell.html的最後一步)後,我得到了以下錯誤:Cakephp從1.3升級到2.3 shell沒有正確升級?
Warning: include(cake\bootstrap.php) [function.include]: failed to open stream: No such file or directory in D:\wamp\projects\myproject\app\webroot\index.php on line 76
(!) Warning: include() [function.include]: Failed opening 'cake\bootstrap.php' for inclusion (include_path='D:\wamp\projects\myproject;D:\wamp\projects\myproject\app\;.;C:\php\pear') in D:\wamp\projects\myproject\app\webroot\index.php on line 76
(!) Fatal error: CakePHP core could not be found. Check the value of CAKE_CORE_INCLUDE_PATH in APP/webroot/index.php. It should point to the directory containing your \cake core directory and your \vendors root directory. in D:\wamp\projects\myproject\app\webroot\index.php on line 77
馬克,你的升級從蛋糕1.3倉庫工程,以2.3? – 2017-08-16 22:42:42
我在https://github.com/dereuromark/upgrade/blob/develop/README.md中澄清說這是用於2.x到3.x和https://github.com/dereuromark/cakephp-upgrade for 1.x到2.x :) – mark 2017-08-17 08:30:58