Jump to content

dianepep

Member
  • Posts

    99
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by dianepep

  1. On 8/8/2016 at 5:16 PM, bsmither said:

    Using a programmer's text editor (not a word processor), please create a file called ini-custom.inc.php, and have as its contents:

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

    Make sure this file has only these contents -- absolutely no lines or spaces before <?php and no lines or spaces after ?>. Place this file in CubeCart's main folder at your site.

    Your hosting control panel's set of tools may have an editor available.

    If the problem is with CubeCart, and you get the blank page, there should be a new file named error_log in the main folder.

    Thanks! I created the file and when I tried to clear the error log I still got a blank page and there was no file named error_log in the main folder but it did clear the error log so that's great!  I set my database back to it's original and I can now add reviews through the admin panel so it must have been something with my copied review table. I will try to copy the database over again. If it fails after that I will just add them manually. Thanks again for your help!

×
×
  • Create New...