Forums

Plugin Upgrade Automatically Not working (3 posts)

  1. deepeshmd
    Member
    Posted 2 months ago #

    All,

    When I click the Plugin's "Upgrade Automatically" link, it just stays at Downloading Update from http://xxxxxxxxxxx. It does not go any further.

    My webserver did not allow uploads, until I changed the wp-config.php file to the following after which it started upgrading.
    /*ADDED NEW SECTION FOR FIXING AUTOMATIC UPGRADE*/
    if(is_admin()) {
    add_filter('filesystem_method', create_function('$a', 'return "direct";' ));
    define( 'FS_CHMOD_DIR', 0751 );
    }

    Recently it stopped. I'd tried modifying the .htaccess file, but restored it back. Does that have to do anything with the upgrade?

  2. deepeshmd
    Member
    Posted 2 months ago #

    I missed to mention - my other wordpress installations on the same server works fine with the automatic upgrades of plugins. And for those ones, i've done the same mods.

  3. deepeshmd
    Member
    Posted 2 months ago #

    someone please help...!

Reply

You must log in to post.

About this Topic