• Hi,

    I get the message “Unable to locate wp-content directory” when trying to update plugins.

    I have tried to add following code to wp-confiq.php:
    if(is_admin()) {
    add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ ));
    define( ‘FS_CHMOD_DIR’, 0751 );
    }

    This doesn’t work. Please help.

  • The topic ‘Unable to locate wp-content directory’ is closed to new replies.