Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CakePHP core could not be found and failed to open stream #3

Closed
russbauer opened this issue Apr 3, 2015 · 1 comment
Closed

CakePHP core could not be found and failed to open stream #3

russbauer opened this issue Apr 3, 2015 · 1 comment

Comments

@russbauer
Copy link

I see there's a closed issue related to this, but I'm wondering what all was done to fix this for Vittorio? Here's what I have happening.

  1. GoDaddy is my web host
  2. My site uses ssl, so my site's root directory already does the following
    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{SERVER_PORT} !=443
    RewriteRule ^ https://www.mydomainnamehere.org/%{REQUEST_URI} [R,L]
  # BEGIN WordPress

  # END WordPress

Tried adding the following to my .htaccess in the root level RewriteBase /
Tried modifying Config/core.php while removing .htaccess files in webroot/ and app/ Uncomment //Configure::write('App.baseUrl', env('SCRIPT_NAME'));
Ensured the temp directory is writable by the web user
I've cleared Clear the ./tmp/cache/models, ./tmp/cache/persistent directories

At the moment, I get the following when I hit the url in a browser:

Warning: include(/home/content/07/3042307/html/cookbook2/Vendor/cakephp/cakephp/lib/Cake/bootstrap.php): failed to open stream: No such file or directory in /home/content/07/3042307/html/cookbook2/webroot/index.php on line 97

Warning: include(): Failed opening '/home/content/07/3042307/html/cookbook2/Vendor/cakephp/cakephp/lib/Cake/bootstrap.php' for inclusion (include_path='.:/usr/local/php5_4/lib/php') in /home/content/07/3042307/html/cookbook2/webroot/index.php on line 97

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/content/07/3042307/html/cookbook2/webroot/index.php on line 104

Any ideas what I might be missing?

I think the redesign looks wonderful. Well done!!! Thank you in advance for you assistance with this.

Russ
@nazgul26
Copy link
Owner

nazgul26 commented Apr 5, 2015

Please give the packaged release a try from https://github.com/nazgul26/PHPRecipebook-Download, I am pretty sure that is the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants