I was trying to run doctrine as in the symfony2 cookbook
- Code: Select all
php app/console doctrine:mapping:convert xml ./src/Acme/BlogBundle/Resources/config/doctrine/metadata/orm --from-database --force
but it keeps giving me the error
- Code: Select all
[PDOException] safe_mode/open_basedir prohibits opening
I've been a couple of hours trying to solve it but I couldn't. I don't have safe_mode nor open_basedir with "On" value, I also tried to change permissions to 777. Could someone help me?
By the way I'm using Symfony2 Beta3, Sqlite.
Thanks
