The MU forums have moved to WordPress.org

Resolution for open_basedir restriction in effect (2 posts)

  1. suleiman
    Member
    Posted 15 years ago #

    I found this problem posted on the wordpress.org forums:

    http://wordpress.org/support/topic/161778

    I'm experiencing the same problem with my users when I go to the Browse tab on the image/file uploader on the posts page.

    Any clue why this might be happening?

  2. suleiman
    Member
    Posted 15 years ago #

    For those so inclined, I was able to resolve my problem by adding the following to my vhost.conf file:

    <Directory "/var/www/vhosts/yourdomain.com/httpdocs">
    php_admin_value open_basedir none
    php_admin_value safe_mode off
    </Directory>

    Hope this helps someone in need!

About this Topic

  • Started 15 years ago by suleiman
  • Latest reply from suleiman