• Resolved Sonika

    (@sonika)


    Hi everyone!

    I have a specific problem with upgrading from admin panel, i searched today in internet and found some decisions, but no one didnt help me…

    1. Inside wordpress folder ALL Files’/folders’ owner and group are correct.
    2. Chmod 775 for folders and 664 for files (755 and 644 doesn’t make difference)
    3. in the end of wp-config.php
      if(is_admin()) { 
      add_filter('filesystem_method', create_function('$a', 'return "direct";' )); 
      define( 'FS_CHMOD_DIR', 0751 ); 
      define('FS_METHOD','direct');
      }

    I have 6 years old server (VPS), so I upgraded php version till 5.6.30 (PHP Version : 5.6.30 / 32Bit OS). And put it in mode FastCGI (i found this decision in one blog).

    ANYWAY i got:

    (this is not exact phrases, but the translation from Russian)
    The update cannot be installed because we will not be able to copy some files. Usually this is due to incorrect rights for the file.: wp-admin/includes/update-core.php

    What is possible to do?
    Plz, i need your help!

Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Automatic update fails’ is closed to new replies.