Jump to content

Blank Screen


huggettm

Recommended Posts

start with creating a new file called ini-custom.inc.php in the root of your store.

Inside this, place the follwoing code.

 

<?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', 'on');

?>

 

Your site should hopefully then create an error.log file, where it may give some clues as to whats going on.

i see it's back up now

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...