Sunday, May 27, 2012

Re: How do I resolve this error?

It looks like your CAKE_CORE_INCLUDE_PATH is defined as the empty
string. Open app\webroot\index.php and look at line 81. The is where
Cake is told where to find the libs. If the runtime is reaching this
else block then you must have uncommented line 59. Check that you've
put the correct path. Is the Cake directory at the same level as app?
Or somewhere else on the server?

Actually, what version are you running?

On Fri, May 18, 2012 at 4:52 AM, yenny <defalcator@gmail.com> wrote:
> Warning: include(cake\bootstrap.php) [function.include]: failed to
> open stream: No such file or directory in C:\xampp\htdocs\lawsocscheme
> \app\webroot\index.php on line 81
>
> --
> Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: