Created
September 22, 2014 12:18
-
-
Save sakilimran/acf3f7a5d77f2b223ac3 to your computer and use it in GitHub Desktop.
Error message while transferring from Linux to Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: include(\var\www\html\myProject\Vendor\cakephp\cakephp\lib\Cake\bootstrap.php): failed to open stream: No such file or directory in C:\path\to\myProject\app\webroot\index.php on line 85 | |
Warning: include(): Failed opening '\var\www\html\myProject\Vendor\cakephp\cakephp\lib\Cake\bootstrap.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\path\to\myProject\app\webroot\index.php on line 85 | |
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 C:\path\to\myProject\app\webroot\index.php on line 90 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment