Jump to content
  • 0

Backup Failed And Give Me A Blank Page


Question

4 answers to this question

Recommended Posts

  • 0
Posted

Blank pages may be caused by an error. Enable error reporting in Blesta by updating the config file under /config/blesta.php and make sure error reporting is set to:

Configure::errorReporting(-1);

Then attempt another backup. When you receive the blank page again, there may be an error displayed that would give more insight into the problem.

  • 0
Posted
  On 12/16/2014 at 7:28 PM, liuyingwuridie said:

escapeshellarg() has been disabled for security reasons on line 158 in /home/semlalan/public_html/sakrad/app/models/backup.php

 

That's the issue, they disabled escapeshellarg(). Blesta tries to execute mysqldump to produce the backup, and some providers disable the necessary functions to do so. You may be able to convince them to re-enable it for your account. If not, you'll need to use some other method to backup your database, or move to a virtual server with Webhostingbuz where you have more control.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...