[wp-trac] [WordPress Trac] #34976: Plug ins fail to update after WP 4.4 installed

WordPress Trac noreply at wordpress.org
Wed Jan 6 23:02:53 UTC 2016


#34976: Plug ins fail to update after WP 4.4 installed
----------------------------+---------------------
 Reporter:  patdundee       |       Owner:  dd32
     Type:  defect (bug)    |      Status:  closed
 Priority:  normal          |   Milestone:  4.4.1
Component:  Filesystem API  |     Version:  4.4
 Severity:  normal          |  Resolution:  fixed
 Keywords:                  |     Focuses:
----------------------------+---------------------

Comment (by mlewitz):

 Hello. This may add some insight...
 I'm having the same exact issue. After upgrading to WP 4.4 I cannot update
 any plugins nor can I upgrade to 4.4.1 ...same error messages as everyone
 else.

 '''WordPress Upgrade to 4.4.1 response:'''
 {{{
 Unpacking the update…
 The update cannot be installed because we will be unable to copy some
 files. This is usually due to inconsistent file permissions.: wp-
 admin/includes/update-core.php
 Installation Failed
 }}}

 '''Attempted plugin update response:'''
 {{{
 Unpacking the update…
 Installing the latest version…
 Removing the old version of the plugin…
 Plugin update failed.

 An error occurred while updating Akismet: Could not create directory.
 /public_html/wp-content/plugins/akismet/
 }}}


 I have been finding messages like this in my '''apache error logs''' since
 the issue began:
 (This produced consistently when attempting to upgrade from 4.4 to 4.4.1)
 Note: '''THIS IS A MULTISITE INSTALLATION'''

 {{{
 [Wed Jan 06 14:09:06.444212 2016] [:error] [pid 6944] WordPress database
 error Duplicate column name 'signup_id' for query ALTER TABLE
 blog_resrc_signups ADD signup_id BIGINT(20) NOT NULL AUTO_INCREMENT
 PRIMARY KEY FIRST made by wp_upgrade, pre_schema_upgrade
 [Wed Jan 06 14:09:06.444491 2016] [:error] [pid 6944] WordPress database
 error Can't DROP 'domain'; check that column/key exists for query ALTER
 TABLE blog_resrc_signups DROP INDEX domain made by wp_upgrade,
 pre_schema_upgrade
 [Wed Jan 06 14:09:06.506300 2016] [:error] [pid 6944] WordPress database
 error Can't DROP 'blog_id'; check that column/key exists for query ALTER
 TABLE blog_resrc_options DROP COLUMN blog_id made by wp_upgrade,
 upgrade_all, upgrade_340
 [Wed Jan 06 14:09:06.506561 2016] [:error] [pid 6944] WordPress database
 error Can't DROP 'comment_approved'; check that column/key exists for
 query ALTER TABLE blog_resrc_comments DROP INDEX comment_approved made by
 wp_upgrade, upgrade_all, upgrade_340
 }}}

 Note: "blog_resrc_" is not the real prefix.
 Before upgrading to 4.4 everything worked just fine.
 All file/folder permissions are set correctly and are unchanged since the
 4.4 upgrade.

 My server (GoDaddy VPS):
 CentOS 6 + cPanel
 Apache 2.4.16
 PHP 5.5.30
 MySql 5.6.28

 Hopefully this helps!

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34976#comment:96>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list