I recently had a WSOD issue on a site that was originally working
fine. I'm not sure why but it required that I add the PEAR and Symfony
install directories to the open_basedir in my vhost config file.

Like this:

php_admin_value open_basedir "/var/www/vhosts/mysite.com/httpdocs:/usr/
share/pear:/usr/share/pear/symfony:/tmp"

Credit goes to http://code-launch.com/?p=56 for pointing me in the
right direction.

I hope this helps someone else solve one of Symfony's most annoying
issues.

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to