Tell me what to do: I uploaded the site to the host and gives me this.

Warning: include(Cake/bootstrap.php) [function.include]: failed to open stream: No such file or directory in /home/u611215527/public_html/app/webroot/index.php on line 77

Warning: include() [function.include]: Failed opening 'Cake/bootstrap.php' for inclusion (include_path='/home/u611215527/public_html/lib:.:/usr/lib/php:/usr/local/lib/php') in /home/u611215527/public_html/app/webroot/index.php on line 77

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 /home/u611215527/public_html/app/webroot/index.php on line 86

At first, it gave out a server error of 500, registered it in the Htacces RewriteBase / file and started displaying these errors, has already re-read a bunch of articles, nothing helps

  • first install the framework. ru.wikipedia.org/wiki/CakePHP - ReinRaus 8:55 pm
  • And how would I write a project on a cake without a framework installed? - quaresma89
  • > locale host flooded the site! = host Therefore, it is logical to assume that the framework is not installed. - ReinRaus 4:04 pm

1 answer 1

It's simple. Next to /home/u611215527/public_html/app/webroot/index.php should be the Cake folder, and in it bootstap.php.

  • Shurik thanks a lot shcha try! - quaresma89