I have a project and I want to upload it to my web server. But i get these errors :
Warning: include(C:\wamp\www\ums\lib\Cake\bootstrap.php) [function.include]: failed to open stream: No such file or directory in C:\inetpub\vhosts\ajansimaj.com\httpdocs\ums2\webroot\index.php on line 83
Warning: include(C:\wamp\www\ums\lib\Cake\bootstrap.php) [function.include]: failed to open stream: No such file or directory in C:\inetpub\vhosts\ajansimaj.com\httpdocs\ums2\webroot\index.php on line 83
Warning: include() [function.include]: Failed opening 'C:\wamp\www\ums\lib\Cake\bootstrap.php' for inclusion (include_path='.;./includes;./pear') in C:\inetpub\vhosts\ajansimaj.com\httpdocs\ums2\webroot\index.php on line 83
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:\inetpub\vhosts\ajansimaj.com\httpdocs\ums2\webroot\index.php on line 88
What can i do to fix these problems ? Thank you
inlude
,include_once
,require
orrequire_once
) – Kevin