Skip to content

Instantly share code, notes, and snippets.

@sakilimran
Created September 22, 2014 12:18
Show Gist options
  • Save sakilimran/acf3f7a5d77f2b223ac3 to your computer and use it in GitHub Desktop.
Save sakilimran/acf3f7a5d77f2b223ac3 to your computer and use it in GitHub Desktop.
Error message while transferring from Linux to Windows
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