• Using version 2.7 on a dotster.com hosted blog:

    When I try to click “upgrade automatically” for a plug-in, I get:

    Warning: ftp_rawlist(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/usr/local/pem/vhosts/114296) in /usr/local/pem/vhosts/114296/webspace/httpdocs/blog/wp-admin/includes/class-wp-filesystem-ftpext.php on line 203 Warning: ftp_rawlist(): Unable to create temporary file. Check permissions in temporary files directory. in /usr/local/pem/vhosts/114296/webspace/httpdocs/blog/wp-admin/includes/class-wp-filesystem-ftpext.php on line 203

    Unable to locate WordPress Plugin directory.

    Plugin upgrade Failed

    I’ve already edited wp-config.php as follows:
    define(‘WP_TEMP_DIR’,’/usr/local/pem/vhosts/114296/webspace/httpdocs/blog’);

    Please help! Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Contact your host and make sure you have the correct permissions in the temporary files directories. It’s probably not a wp-config.php issue.

    Set this as your temp dir. See if this works.
    define(‘WP_TEMP_DIR’,’/usr/local/pem/vhosts/114296/tmp’);

    @implodeme – I believe I’m having a simular problem with a clients website. Where do I set the “temp dir”? Or would it be better to start a new thread and post the error?
    Thx, Steve

    Nevermind. I just moved them onto my servers. Problem solved.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Dotster: automatic upgrade PLUG-IN PROBLEM’ is closed to new replies.