I was moving a cake app to a new server and got an include error
trying to load bootstrap.ini, looking for a solution I came across
some posts in the group, none helped, so just in case here I post my
solution.

In my case the problem was the open_basedir setting in my php.ini.

The error mesage is not really informative, as it looks exactly as if
the files are not there or there is a path problem. However if you try
to include the files without including the cake paths in the
include_path variable via the set_ini function, then the error is
pretty clear that the file you are trying to include is outside the
open_basedir path.


Hope it helps others to save some time

Regards

-- 
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+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to