• Resolved mcpacific

    (@mark_cox)


    I am trying to use your plugin on a new WordPress installation, with PHP 8.1. php-ssh2 is not installed (I know your plugin doesn’t use it). After I activate it, I go to the Plugins director and try to delete the ‘Hello Dolly’ plugin. The popup comes up, the dialog has all greyed boxes (because I’ve auto populated them in wp-config). I select SSH2 and then Proceed. The screen flashes and returns me to the same popup screen. I have enabled WP_DEBUG and php error logging, but nothing ever shows in either.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mcpacific

    (@mark_cox)

    I forgot to include the code I have inserted in wp-config.php (ssh is configured for port 740):

    define( 'FS_METHOD', 'ssh2' );
    define( 'FTP_BASE', '/home/username/public_html/' );
    define( 'FTP_CONTENT_DIR', '/home/username/public_html/wp-content/' );
    define( 'FTP_PLUGIN_DIR ', '/home/username/public_html/wp-content/plugins/' );
    define( 'FTP_PUBKEY', '/home/username/.ssh/id_rsa.pub' );
    define( 'FTP_PRIKEY', '/home/username/.ssh/id_rsa' );
    define( 'FTP_USER', 'username' );
    define( 'FTP_PASS', '' );
    define( 'FTP_HOST', 'localhost:740' );

    Plugin Author David Anderson

    (@davidanderson)

    Hi Mark,

    Best thing to do to debug is look in you FTP server’s logs and firewall logs to see what is being seen from the other end.

    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working at all’ is closed to new replies.