Jump to content

Search the Community

Showing results for tags 'scripting errors in website'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CubeCart News & Announcements
    • News & Announcements
  • CubeCart Support Forums
    • Issue / Bug Reporting & Feature Requests
    • Install & Upgrade Support
    • Official CubeCart Hosting
    • Technical Help
    • Customising Look & Feel
  • CubeCart Extension Marketplace
    • Visit the CubeCart Extension Marketplace
    • Extension Discussion
    • Developer Forum
  • General
    • General Discussion
    • Show Off

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location

Found 1 result

  1. I have been kicked off my hosting provider and they pulled out the script for seo urls. they said I was using to many resources and needed to fix it. I need some help on this one. I updated to 5.2.4 and then a day or two later this happened. here are some of the errors the site is giving me. from the error log I get these errors--- File: [hookloader.class.php] Line: [418] "SELECT * FROM `store1CubeCart_code_snippet` ;" - Table 'slic535_ccrt1.store1CubeCart_code_snippet' doesn't exist File: [catalogue.class.php] Line: [781] "SELECT MAX(stock_level) AS `stock_level` FROM `store1CubeCart_option_matrix` ;" - Table 'slic535_ccrt1.store1CubeCart_option_matrix' doesn't exist File: [catalogue.class.php] Line: [282] "SELECT MAX(stock_level) AS max_stock, MIN(stock_level) AS min_stock FROM `store1CubeCart_option_matrix` LIMIT 1;" - Table 'slic535_ccrt1.store1CubeCart_option_matrix' doesn't exist File: [catalogue.class.php] Line: [478] "SELECT * FROM `store1CubeCart_option_matrix` ;" - Table 'slic535_ccrt1.store1CubeCart_option_matrix' doesn't exist in the seo urls under search engine settings they have replaced my script with this #BEGIN HG BLOCK # The following configuration has been set by your hosting provider, # and has been put in place for the benefit of the server. # # Any modification or removal by non-authorized individuals may # result in corrective action. # # If you have any questions you may contact your provider for information. order deny,allow allow from 74.202.255.240/29 # Administrative allow from 216.110.94.224/27 # Administrative allow from 173.11.193.20/29 # Administrative allow from 50.97.105.36 # Administrative allow from 216.110.94.176/28 # Administrative allow from 67.223.214.75 # Authenticated with FTP. allow from 175.107.133.185 # GTMetrix allow from 217.27.250.160 # GTMetrix allow from 74.86.15.72 # GTMetrix allow from 204.187.12.90 # GTMetrix allow from 204.187.14.75 # GTMetrix allow from 204.187.14.73 # GTMetrix allow from 180.149.241.242 # GTMetrix allow from 204.187.14.74 # GTMetrix allow from 199.187.122.67 # ManageWP.com allow from 199.187.122.66 # ManageWP.com allow from 78.46.70.238 # ManageWP.com allow from 50.87.144.190 # gator3157.hostgator.com deny from all #END HG BLOCK ## 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> <IfModule mod_suphp.c> suPHP_ConfigPath /home/slic535 <Files php.ini> order allow,deny deny from all </Files> </IfModule>
×
×
  • Create New...