> Hi, > > When I update my 1.19 to 1.2 beta, I saw these below: > > "open_basedir restriction in effect" > > What's going on?
Hmm... Are you using Plesk by any chance? If so, you may need to update your vhost.conf with the following: DocumentRoot /[full path to your website]/app/webroot <Directory /[full path to your website]/app/webroot> php_admin_value open_basedir none </Directory> Otherwise, it may still be something similar. Maybe an .htaccess setting? Hope that helps, Zoe. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
