On loading my app index page I get the following error 2011-08-08 06:40:12 Warning: Warning (2): file_exists() [<a href='http://php.net/function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(/var/www/vhosts/site.com/cake/ libs/model/datasources/dbo_source.php) is not within the allowed path(s): (/var/www/vhosts/pennyantix.com/site1/:/tmp/) in [APP/cake/ basics.php, line 861]
I see it's calling the path /var/www/vhosts/site.com/cake/libs/model/ datasources/dbo_source.php The correct path is /var/www/vhosts/site.com/httpdocs/cake/libs/model/ datasources/dbo_source.php Any ideas where to corrent this? -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
