Deleting files over FTP does not work
-
Deleting files over FTP does not work. Backups are created just fine, but when trying to delete them in the admin panel I get a page timeout and the following error in the debug log:
[21-May-2018 06:38:05 UTC] PHP Warning: ftp_login(): Login incorrect. in /.../wp-content/plugins/backwpup/inc/class-destination-ftp-connect.php on line 210 [21-May-2018 06:38:11 UTC] PHP Fatal error: Uncaught BackWPup_Destination_Connect_Exception: Something went wrong during FTP connection. Seems not possible to connect to the service. in /.../wp-content/plugins/backwpup/inc/class-destination-ftp-connect.php:159 Stack trace: #0 /.../wp-content/plugins/backwpup/inc/class-destination-ftp.php(239): BackWPup_Destination_Ftp_Connect->connect() #1 /.../wp-content/plugins/backwpup/inc/class-page-backups.php(424): BackWPup_Destination_Ftp->file_delete('1_FTP', '...') #2 /.../wp-includes/class-wp-hook.php(286): BackWPup_Page_Backups::load('') #3 /.../wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #4 /.../wp-includes/plugin.php(453): WP_Hook->do_action(Array) #5 /.../wp-admin/admin.php(214): do_action('load-backwpup_p...') #6 {main} in /.../wp-content/plugins/backwpup/inc/class-destination-ftp-connect.php on line 159
The login is definitely correct since they are successfully uploaded every night.
I’m using the latest version of BackWPUp (free version) and WordPress.
Please note that I am using a non-standard FTP port, I think it may be related to this. On the target host, there is another FTP server running on the standard port 21 with different credentials, I suspect the plugin is trying to connect using the default port to the wrong FTP server.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Deleting files over FTP does not work’ is closed to new replies.