MrGoodKat
MrGoodKat

Reputation: 58

Cakephp Warnings - failed to open stream

This is my first time trying to use cake and i think im starting to go mental. I have absolutely no idea what is wrong with it! The files seem to be in the right place after checking.

In the system path cake is pointing to inetpub where as the application is in WAMP, would this have anything to do with it?

When i tried pointing the system path to WAMP, nothing happened! The Command console say cake is an invalid command...

Anyone know how to fix the errors below??

Any help is really appreciated

Upvotes: 1

Views: 2546

Answers (1)

jeremyharris
jeremyharris

Reputation: 7882

It looks like you just need to change CAKE_CORE_INCLUDE_PATH in APP/webroot/index.php to find the core. That's why it can't find the bootstrap files.

Try first by uncommenting the line that defines the constant. If that doesn't work, you can try hardcoding a path to the cake core.

Upvotes: 1

Related Questions