Troubleshooting Backup Errors: A Comprehensive Guide

thumb_up 2  ·  sell Backup error troubleshooting, Resolving backup issues, Fixing backup error messages

A number of errors may appear when clicking the Test Connection button on the Setup > Other > Database Backups page.

SFTP Backup - Login Failed

This error indicates that the system reached the FTP server but it rejected the login details.

To troubleshoot this, make certain that the username and password that you provided are valid. Try copying and pasting the username and password into your FTP client to confirm.

(S)FTP Backup - Uploading Failed

This error indicates that the connection to the FTP server succeeded but the system could not navigate to the destination directory or did not have write permissions.

To troubleshoot this, make certain that:

  • The FTP destination directory exists and is accessible using the FTP user.
  • The file path is relative to the FTP account's login folder.
  • The file path contains a trailing slash (for example, backups/).
  • The file path does not contain a preceding slash.
  • The FTP user has write permissions to the destination directory.

(S)FTP: Unable to open for writing

This error indicates that WHMCS cannot open a test file in the PHP system directory (the sys_temp_dir PHP setting) via the PHP fopen function.

To troubleshoot this, make certain that:

  • The php.ini file includes a valid sys_temp_dir value.
  • The PHP system temporary directory has writeable permissions.
  • The fopen function is not disabled in the PHP configuration.

(S)FTP: Unable to write to temp file

This error indicates that WHMCS cannot write to a test file in the PHP system directory (the sys_temp_dir PHP setting) via the PHP fwrite function.

To troubleshoot this, make certain that:

  • The PHP system temporary directory has writeable permissions.
  • The fwrite function is not disabled in the PHP configuration.

 

The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

Was this answer helpful?

Related Articles

description

Step-by-Step Guide to Installing WHMCS

To start using WHMCS, you will need to install it on your server. You may need help from your hosting provider or system administrator…

arrow_forward
description

Configuring cPanel Site Software for WHMCS Integration: A How-To Guide

You can install WHMCS using cPanel's Site Software feature. Before you can perform the installation, a WHM user must enable WHMCS…

arrow_forward
description

Effortless WHMCS Installation Using cPanel Site Software: A Step-by-Step Tutorial

You can install WHMCS easily using cPanel's Site Software feature. To do this: 1. If you have not already done so, configure…

arrow_forward
description

Configuring WHMCS Cron Jobs: Step-by-Step Setup Guide

You will need to configure the cron job as soon as you finish installing WHMCS. The cron job executes WHMCS's automation tasks,…

arrow_forward
description

Customizing the WHMCS Cron Schedule: Configuration Guide

The WHMCS cron job performs many of the automated tasks for your WHMCS installation. You can customize when and how often it runs…

arrow_forward
arrow_back « Back