• Resolved dmlash

    (@dmlash)


    This installation was copied from an older server where it works fine. Site is running fine, plugins update without any problem but WP core version update does not. Running on Azure hosted CentOS7 VM with Apache 2.4.6 and PHP 5.4.16

    Have tried both SFTP and SSH update selections with 3 different accounts all of which can log in successfully via either ssh or ftp. The update fails with the following debug error: Error 13. Permission denied in /var/www/html/wp-content/plugins/ssh-sftp-updater-support/phpseclib/Net/SSH2.php on line 1157

    This error appears to occur when the program is not able to open a socket connection but I am clueless as to the cause.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author David Anderson

    (@davidanderson)

    Do you have SELinux? It’s likely that PHP doesn’t have the permission to make an outgoing connection to port 22, by default. (That is definitely the default case on CentOS 7).

    David

Viewing 1 replies (of 1 total)
  • The topic ‘Not working on Azure linux VM’ is closed to new replies.