When cake is trying to load another file it is looking in /usr/share/ php/ first which is not in your include path. YOu will need to configure your paths in index.php so that it isn't looking in that folder.
If this is the way the host has set it up, you'll have to see if they can add the include path for you. Geoff -- http://lemoncake.wordpress.com On Jul 10, 8:30 pm, irfanr <[EMAIL PROTECTED]> wrote: > Plz help me. I'm still newbie in php and it supposed to be easy using > framework like cakephp and I already tried it on my local web server > it works just fine. I also tried it on my free hosting but it has an > error output like this : > > faultCode0faultStringWarning:file_exists() [function.file-exists]: > open_basedir restriction in effect. File(/usr/share/php/cake/libs/ > controller/pages_controller.php) is not within the allowed path(s): (/ > tmp/:/var/tmp/:/var/www/errors/:/home/vol3/byethost24.com/b24_709026/ > irfanr.byethost24.com/htdocs) in /home/vol3/byethost24.com/b24_709026/ > irfanr.byethost24.com/htdocs/cake/basics.php on line 1010 > > you can see the complete message athttp://irfanr.byethost24.com. Plz > help me what should I do with it? > > thnks, > > Irfanr --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
