Jump to content

scythe000

Member
  • Posts

    155
  • Joined

  • Last visited

Posts posted by scythe000

  1. I can't even get phpinfo to load on the CC sites, but heres one from my wordpress site on the same host.

    Capture.PNG

    Could it be an issue with my php.ini?

     

    session.save_path = "/tmp/"
    register_globals = off
    allow_url_fopen = off
    
    expose_php = Off
    max_input_time = 60
    variables_order = "EGPCS"
    extension_dir = ./
    upload_tmp_dir = /tmp
    precision = 12
    SMTP = relay-hosting.secureserver.net
    url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
    
    [Zend]
    zend_extension=/usr/local/zo/ZendExtensionManager.so
    zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
    zend_extension=/home/content/xxx/html/ioncube/ioncube_loader_lin_5.2.so

     

  2. Hmm...apcu is enabled they say...but still getting this:

    Fatal error: Uncaught Error: Call to undefined function apc_fetch() in /home/store/classes/cache/apc.class.php:172 Stack trace: #0 /home/store/classes/cache/apc.class.php(235): Cache->read('sql.empties') #1 /home/store/classes/cache/cache.class.php(113): Cache->_getEmpties() #2 /home/store/classes/config.class.php(78): Cache_Controler->enable(true) #3 /home/store/classes/config.class.php(97): Config->__construct(Array) #4 /home/store/controllers/controller.index.inc.php(22): Config::getInstance(Array) #5 /home/store/index.php(20): include('/home/xxx...') #6 {main} thrown in /home/store/classes/cache/apc.class.php on line 172

     

    Interestingly, I'm seeing a lot of comments on various threads that APC is no longer being actively developed and alternatives should be used?

     

    https://www.inmotionhosting.com/support/website/php-configuration/install-apc-for-php

    It does look like my server supports memcached and redis. Would one of those be a better choice than file?

  3. 8 minutes ago, bsmither said:

    This is probably the standard error page your hosting provider gives when the web server is told by PHP that a PHP script has crashed.

    When moving to a new environment, several components may be missing. Specifically, in this case, the likely culprit is that the hosting environment requires the Zip Library be enabled for PHP.

    Please contact your hosting provider to have them enable it, or to get instructions on how you can enable it via the hosting control panel, PHP components.

    It's on a godaddy linux server wit hcPanel. I went and installed 

    Archive_Zip (0.1.2)

    Zip file archiving management class, but it seems to not have helped. Do i need to restart PHP?

    The weird thing is, i think it was working before, because  i believe i ran backups right after moving it.

  4. I think i have a default .htaccess:

    ##### START CubeCart .htaccess #####
    
    ## File Security
    <FilesMatch "\.(htaccess)$">
     Order Allow,Deny
     Deny from all
    </FilesMatch>
    
    #### Apache directory listing rules ####
    DirectoryIndex index.php index.htm index.html
    IndexIgnore *
    
    #### Rewrite rules for SEO functionality ####
    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteBase / 
      
      ######## START v4 SEO URL BACKWARD COMPATIBILITY ########
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC]
    
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]
    
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC]
    
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]
    
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$ index.php?_a=saleitems&%1 [NC,L]
      ######## END v4 SEO URL BACKWARD COMPATIBILITY ########
    
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_URI} !=/favicon.ico
      RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L,QSA]
    </IfModule>
    
    ## Default store 404 page
    ErrorDocument 404 /index.php
    
    ##### END CubeCart .htaccess #####

     

    I tried switching to the Foundation skin, and the same error happens.

  5. Whenever I click on a category link I get this error:

    Internal Server Error
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
    
    More information about this error may be available in the server error log.
    
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

     

  6. Doesn't look like it:

    
    Edit Edit
     Copy Copy
     Delete Delete
    26
    5.2.2
    1441214831
    
    Edit Edit
     Copy Copy
     Delete Delete
    27
    5.2.3
    1441214837
    
    Edit Edit
     Copy Copy
     Delete Delete
    28
    5.2.4
    1441214842
    
    Edit Edit
     Copy Copy
     Delete Delete
    29
    5.2.5
    1441214848
    
    Edit Edit
     Copy Copy
     Delete Delete
    30
    5.2.6
    1441214853
    
    Edit Edit
     Copy Copy
     Delete Delete
    31
    5.2.9
    1441214859
    
    Edit Edit
     Copy Copy
     Delete Delete
    32
    5.2.13
    1441214864
    
    Edit Edit
     Copy Copy
     Delete Delete
    33
    5.2.14
    1441214869
    
    Edit Edit
     Copy Copy
     Delete Delete
    34
    5.2.16
    1441214875
    
    Edit Edit
     Copy Copy
     Delete Delete
    35
    6.0.0
    1441234286
    
    Edit Edit
     Copy Copy
     Delete Delete
    36
    6.0.2
    1441234292
    
    Edit Edit
     Copy Copy
     Delete Delete
    37
    6.0.3
    1441234298
    
    Edit Edit
     Copy Copy
     Delete Delete
    38
    6.0.5
    1441234303
    
    Edit Edit
     Copy Copy
     Delete Delete
    39
    6.0.6
    1441234309
    
    Edit Edit
     Copy Copy
     Delete Delete
    40
    6.0.7
    1441644432
    
    Edit Edit
     Copy Copy
     Delete Delete
    41
    6.0.8
    1446006604
    
    Edit Edit
     Copy Copy
     Delete Delete
    42
    6.0.9
    1458257460
    
    Edit Edit
     Copy Copy
     Delete Delete
    43
    6.0.11
    1458257466
    
    Edit Edit
     Copy Copy
     Delete Delete
    44
    6.0.12
    1483741951
    
    Edit Edit
     Copy Copy
     Delete Delete
    45
    6.1.0
    1483741956
    
    Edit Edit
     Copy Copy
     Delete Delete
    46
    6.1.2
    1483741962
    
    Edit Edit
     Copy Copy
     Delete Delete
    47
    6.1.3
    1483742064
    
    Edit Edit
     Copy Copy
     Delete Delete
    48
    6.1.4
    1485196609
    
    Edit Edit
     Copy Copy
     Delete Delete
    49
    6.1.5
    1493675179
    
    Edit Edit
     Copy Copy
     Delete Delete
    50
    6.1.6
    1493675184
    
    Edit Edit
     Copy Copy
     Delete Delete
    51
    6.1.7
    1493675190

     

    Looks like it went from 6.1.0 to 6.1.2?

  7. The number of products is set to 5. I tried changing it to 3, nothing. Here's the SQL debug section attached.

    sql.txt

    [14] INSERT INTO `CubeCart_system_error_log` (`message`,`time`) VALUES ('File: [cubecart.class.php] Line: [97] \"SELECT I.* FROM `CubeCart_inventory` AS I JOIN `CubeCart_category` AS C ON C.cat_id=I.cat_id AND C.`status`=1 AND I.status = \'1\' AND I.latest = \'1\' ORDER BY I.date_added DESC, I.product_id DESC LIMIT 5\" - Unknown column \'I.date_added\' in \'order clause\'','1493782587'); -- (0.0002901554107666 sec) [ERROR - NOT CACHED]
    [15] INSERT INTO `CubeCart_system_error_log` (`message`,`time`) VALUES ('File: [cubecart.class.php] Line: [97] \"SELECT I.* FROM `CubeCart_inventory` AS I JOIN `CubeCart_category` AS C ON C.cat_id=I.cat_id AND C.`status`=1 AND I.status = \'1\' AND I.latest = \'1\' ORDER BY I.date_added DESC, I.product_id DESC LIMIT 5\" - Unknown column \'I.date_added\' in \'order clause\'','1493782587'); -- (0.0002901554107666 sec) [ERROR - CACHE WRITE]
    [16] INSERT INTO `CubeCart_system_error_log` (`message`,`time`) VALUES ('[Warning] /public_html/tingyen/classes/cubecart.class.php:99 - Invalid argument supplied for foreach()','1493782587'); -- (0.00023818016052246 sec) [ERROR - NOT CACHED]
    [17] DELETE FROM `CubeCart_system_error_log` WHERE time < UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL 30 DAY)) ; -- (0.00030612945556641 sec) [ERROR - NOT CACHED]

    Looks like these are the specific errors?

×
×
  • Create New...