Jump to content
  • 0

Backup Feature Blank Page


Question

3 answers to this question

Recommended Posts

  • 0
Posted

Make sure Zlib is enabled in php.

 

That blank page is likely due to an error. You can enable error reporting to see it. In /config/blesta.php, change the line:

Configure::errorReporting(0);

to

Configure::errorReporting(-1);

The error would help diagnose what's really going on.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...