Jump to content
  • 0

Backup Failed And Give Me A Blank Page


liuyingwuridie

Question

4 answers to this question

Recommended Posts

  • 0

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.

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...