Jump to content

infam1

Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by infam1

  1. Okay so when I installed a fresh version of CC that plugged into my old database and got into the admin the store name had changed. Would putting the string from my backup database into the database now bring back the old settings?

  2. These are the only errors I get:

    [Thu Jan 08 10:52:55 2015] [warn] [client 69.137.190.64] mod_fcgid: stderr: PHP Notice: UPS Error: This UPS modules can only be used for quotes with United States shipping origin. If you are a US based store please check the value of the country in your stores general settings. in /var/www/vhosts/mysilverking.com/htt…hipping/UPS/shipping.class.php on line 203, referer:https://mysilverking.com/shop/index.php
    
    [Thu Jan 08 10:52:55 2015] [error] [client 69.137.190.64] File does not exist: /var/www/vhosts/mysilverking.com/httpdocs/favicon.ico
    
    [Thu Jan 08 10:53:02 2015] [warn] [client 69.137.190.64] mod_fcgid: stderr: PHP Notice: UPS Error: This UPS modules can only be used for quotes with United States shipping origin. If you are a US based store please check the value of the country in your stores general settings. in /var/www/vhosts/mysilverking.com/httpdocs/shop/modules/shipping/UPS/shipping.class.php on line 203, referer:https://mysilverking.com/shop/index.php?_a=basket
    
  3. I created a file named ini-custom.inc.php with the following:

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

    but no error log is showing up

×
×
  • Create New...