PCを買替えた為、使っていたCakephpの移動に伴いバージョンもアップしようとしてますが
うまくできません。
環境
古いmacOS10.9.5の環境
cakephp2.5.5
sentOS6.5
php5.4.37
新しいmacOS10.15.7
sentOS7.8
php7.4.11
composer2.0.7
古い方からmyProject(cakephp)
を任意の場所にコピーぺしまし
/var/www/html/myProject
https://getcomposer.org/download/
こちらを参考にcomposerをインストールしました。
https://github.com/cakephp/upgrade
https://github.com/dereuromark/upgrade
上記サイト参考に実行しました。
[vagrant@localhost]$ git clone git://github.com/cakephp/upgrade [vagrant@localhost upgrade]$ composer install ..... Package zendframework/zend-diactoros is abandoned, you should avoid using it. Use laminas/laminas-diactoros instead. Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested. Generating autoload files > Cake\Composer\Installer\PluginInstaller::postAutoloadDump 3 packages you are using are looking for funding. Use the `composer fund` command to find out more! > App\Console\Installer::postInstall Created `config/app.php` file Created `/home/vagrant/upgrade/vendor/cakephp/app/tmp/cache/views` directory Set Folder Permissions ? (Default to Y) [Y,n]? Y ↑途中こんなメッセージ出ましたが一応完了しました。 [vagrant@localhost upgrade]$ bin/cake upgrade all /var/www/html/myProject/app
myProject/app内を確認すると
bin,src,tests
のフォルダはできていたのですが
vendorは無く、Config内も空になっています。
myProject/appの中身を
myProject直下に移動して
ブラウザを表示すると下記のように表示されています。
Warning: include(Cake/bootstrap.php): failed to open stream: No such file or directory in /vagrant/myProject/webroot/index.php on line 90 Warning: include(): Failed opening 'Cake/bootstrap.php' for inclusion (include_path='/vagrant/lib:.:/usr/share/pear:/usr/share/php') in /vagrant/myProject/webroot/index.php on line 90 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 /vagrant/myProject/webroot/index.php on line 99
色々調べましたが
何がいけなくて
足りない処理がなんなのか
全くわからない状態です。
ご教授のほどよろしくお願いします。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/11/18 13:24
2020/11/19 00:01
2020/11/19 00:30
2020/11/19 00:33
2020/11/20 03:38
2020/11/20 03:54
2020/11/20 05:48
2020/11/25 01:33