Sebastian Macias <[EMAIL PROTECTED]> wrote: > Warning: main() [function.main]: open_basedir restriction in effect. > File(/cake/bootstrap.php) is not within the allowed path(s):
For whatever reason, it sounds like cake can't figure out its starting directory in order to locate the cake sibling of app. You could try setting the define()s in app/webroot/index.php to be the actual path string instead of the functions on __FILE__. Hope that helps, -- MJ Ray <[EMAIL PROTECTED]> www.ttllp.co.uk +44-870-4321-9-10 Web, localisation, koha, databases, GNU/Linux and statistics. Registered in England and Wales, partnership number OC303457 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
