Update to 5.2.3 Fails
-
Hello,
I have multiple pages where I’m using SSH SFTP Updater Support plugin. It is configured so it automatically loads ssh keys from variables defined in wp-config.php. Example:
/** WordPress Update Method */
define( ‘FS_METHOD’, ‘ssh2’ );
define( ‘FTP_BASE’, ‘/home/user/example.com/htdocs/’ );
define( ‘FTP_PUBKEY’, ‘/home/user/.ssh/id_rsa.pub’ );
define( ‘FTP_PRIKEY’, ‘/home/user/.ssh/id_rsa’ );
define( ‘FTP_USER’, ‘user’ );
define( ‘FTP_HOST’, ‘127.0.0.1:22’ );
define( ‘FTP_SSL’, false );This was working for me for past two years, having no issues with WordPress updates itself, nor plugins. With the release of WP update 5.2.3 I’m getting the following error when trying to 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.I have no such problems with plugin/theme updates, those still work fine and as expected.
The page I need help with: [log in to see the link]
- The topic ‘Update to 5.2.3 Fails’ is closed to new replies.