Jump to content

Blank Screen on Backup


sleepyfrog

Recommended Posts

Try this.

Create a file called ini-custom.inc.php

Populate with the bleow code, and drop this in the root of your store.

When you try and run the backup again, see if an error log has been created.

 

<?php
# Custom initialization commands
# Filename: ini-custom.inc.php
# File location: main CubeCart folder

ini_set('memory_limit', '256M');
ini_set('max_execution_time', '60');
ini_set('error_log', 'error_log');
ini_set('log_errors', 'off');

?>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...