Jump to content

Christopher Short

Member
  • Posts

    432
  • Joined

  • Last visited

Everything posted by Christopher Short

  1. Line 185 was exact. I changed it and it still does the blank page.
  2. The error log created by the code you had me add. All it had was that set of numbers.
  3. Did you find anything? I badly need to get the shipping back online.
  4. Update: It only errors if fedex ground is an option. The cart works with express saver selected.
  5. The fedex module is crashing my website. When you activate it, the cart shows a blank page but when you disable it, the cart is there, Does anyone have any ideas as to the cause of this? It just started last week and has not occurred before then.
  6. Cool. I don't know much about the back ground side of this. Anyone have any ideas?
  7. I am looking for a MOD to allow me to designate certain items to be shipped one way and other items to be shipped another way. EX Items: A B C Customer buys item A, it has to ship Fedex Ground, and cannot ship another way. Customer buys item B, it can ship USPS parcel post or Fedex ground. Customer buys item C, it can ship USPS priortity or first class( they choose). Item B and C can also ship with A's method, but A cannot ship any other method. Ideas? Needs to use fedex and usps only.
  8. Basket is viewing now. How do I fix fedex then?
  9. I deleted the Log, refreshed the site, clicked basket and pulled this from the new log: [13-Nov-2014 21:47:47 America/New_York] PHP Fatal error: Cannot use object of type stdClass as array in /home/clarkword/public_html/csrocketry.com/store/modules/shipping/FedEx/shipping.class.php on line 185
  10. [13-Nov-2014 21:01:17 America/New_York] PHP Notice: Error: Hook 'Featured_Products/hooks/admin.navigation.php' was not found in /home/clarkword/public_html/csrocketry.com/store/classes/hookloader.class.php on line 163 [13-Nov-2014 21:01:25 America/New_York] PHP Notice: Error: Hook 'Featured_Products/hooks/admin.navigation.php' was not found in /home/clarkword/public_html/csrocketry.com/store/classes/hookloader.class.php on line 163 [13-Nov-2014 21:04:53 America/New_York] PHP Notice: Error: Hook 'Featured_Products/hooks/admin.navigation.php' was not found in /home/clarkword/public_html/csrocketry.com/store/classes/hookloader.class.php on line 163 [13-Nov-2014 21:09:02 America/New_York] PHP Notice: Error: Hook 'Featured_Products/hooks/admin.navigation.php' was not found in /home/clarkword/public_html/csrocketry.com/store/classes/hookloader.class.php on line 163 [13-Nov-2014 21:09:10 America/New_York] PHP Warning: Invalid argument supplied for foreach() in /home/clarkword/public_html/csrocketry.com/store/modules/plugins/GWorks_Featured_Item/hooks/class.gui.display_random_product.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 200 [13-Nov-2014 21:09:10 America/New_York] PHP Warning: implode() [<a href='http://docs.php.net/manual/en/function.implode.php'>function.implode.php</a>]: Invalid arguments passed in /home/clarkword/public_html/csrocketry.com/store/modules/plugins/GWorks_Featured_Item/hooks/class.gui.display_random_product.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 203 [13-Nov-2014 21:09:10 America/New_York] PHP Warning: Invalid argument supplied for foreach() in /home/clarkword/public_html/csrocketry.com/store/modules/plugins/GWorks_Featured_Item/hooks/class.gui.display_random_product.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 208 [13-Nov-2014 21:09:10 America/New_York] PHP Warning: implode() [<a href='http://docs.php.net/manual/en/function.implode.php'>function.implode.php</a>]: Invalid arguments passed in /home/clarkword/public_html/csrocketry.com/store/modules/plugins/GWorks_Featured_Item/hooks/class.gui.display_random_product.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 211 [13-Nov-2014 21:09:10 America/New_York] PHP Warning: array_rand() expects parameter 1 to be array, boolean given in /home/clarkword/public_html/csrocketry.com/store/modules/plugins/GWorks_Featured_Item/hooks/class.gui.display_random_product.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 230 [13-Nov-2014 21:09:10 America/New_York] PHP Notice: Error: Hook 'Featured_Products/hooks/class.gui.display.php' was not found in /home/clarkword/public_html/csrocketry.com/store/classes/hookloader.class.php on line 163 [13-Nov-2014 21:09:14 America/New_York] PHP Notice: Error: Hook 'Featured_Products/hooks/admin.navigation.php' was not found in /home/clarkword/public_html/csrocketry.com/store/classes/hookloader.class.php on line 163 [13-Nov-2014 21:15:37 America/New_York] PHP Notice: Error: Hook 'Featured_Products/hooks/admin.navigation.php' was not found in /home/clarkword/public_html/csrocketry.com/store/classes/hookloader.class.php on line 163
  11. Im waiting on the php error logs. ANything else that can cause this?
  12. This is the one from the store: ## 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 ######## 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>
  13. What would weird look like? I'll request the php logs.
  14. So does this mean the webgility stuff is making errors in the database? Here is the error log.
  15. I am having an issue: WHen you add items to basket and then clink to go tothe basket, the page goes blank. www.csrocketry.com is the website. Any ideas?
  16. Is there a way to have a reminder popup during checkout before shipping is confirmed? I sell hazmat and want to have a way to remind customers to select the proper shipping method during checkout.
  17. I dont follow what to do. WHat i'm after is a way to keep the top category image as it will be the brands logo,but remove the image from sub categories. I want to only have the text link in there.
  18. I would like to remove the images not available box from sub categories. How can I do this?
×
×
  • Create New...