Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

j-variety

Pioneers
  • Posts

    13
  • Joined

  • Last visited

Posts posted by j-variety

  1. Hi Jim,

     

    I went ahead and deleted all the shipping modules except the "Federal Express" and "Per Item"; however, I still received the following error message:

     

     

    Shipping Method

     

     

    Fatal error: Call to a member function enabled() on a non-object in /home/content/93/8907593/html/includes/classes/vendor_shipping.php on line 117

     

     

     

    I also went ahead and removed the "Per Item" module, and the error message is gone. It was working fine on the RC2, but my OSC version now is 2.3.1. The MVS version i'm using is 1.2.3. Do you think there might be some sort of coding error on the site or some file is causing the Item module to have problem?

     

    Thanks,

    Johnny

    It could be a shipping module with a coding error. First, check the vendors_shipping directory and remove anything that is not a shipping module. If that isn't the problem, remove all modules that you are not using. You might also try removing the Per Item module if it's causing errors.

     

    Regards

    Jim

    It could be a shipping module with a coding error. First, check the vendors_shipping directory and remove anything that is not a shipping module. If that isn't the problem, remove all modules that you are not using. You might also try removing the Per Item module if it's causing errors.

     

    Regards

    Jim

     

    Hi Jim,

     

    I went ahead and deleted all the shipping modules except the "Federal Express" and "Per Item"; however, I still received the following error message:

     

     

    Shipping Method

     

     

    Fatal error: Call to a member function enabled() on a non-object in /home/content/93/8907593/html/includes/classes/vendor_shipping.php on line 117

     

     

     

    I also went ahead and removed the "Per Item" module, and the error message is gone. It was working fine on the RC2, but my OSC version now is 2.3.1. The MVS version i'm using is 1.2.3. Do you think there might be some sort of coding error on the site or some file is causing the Item module to have problem?

     

    Thanks,

    Johnny

  2. Have you set up at least one shipping module for each vendor in your store?

     

    Regards

    Jim

     

    Hi Jim,

     

    Thank you for your response. Yes, I have at least 2 shipping modules enabled per each vendor. Most of the Vendors (Federal Express, First Items -- Plus, Flat Rate, & etc...) are working fine except the "Per Item" module is having the error on the "checkout_shipping.php" page. On the "shopping_cart.php" page, when I click on the "Estimated Shppping" button, the "Per Item" module would show up. Am I doing anything wrong? Please help. Thanks in advnace, Jim!

     

    Best Regards,

    Johnny

  3. Hi Jim,

     

    I installed the MVS 1.2.3 on oscommerce 2.3.1. My Hosting sever is PHP 5.3. For some reasons, I get the below error message on the "checkout_shipping" page when I enable the "item" module. Can you please tell me if something can be done? I appreciate for your time.

     

    error: Call to a member function enabled() on a non-object in /home/content/93/8907593/html/includes/classes/vendor_shipping.php on line 117

     

    Thank you.

    Johnny

  4. There are currently no known issues with USU5 ( other than caching of huge shops ).

     

    Problem 1:

     

    There is very little code added to admin certainly nothing that may cause an internal server error. Also the error is non descript which tells me nothing.

     

    Problem 2:

    There is no such code in USU5 looks like some sort of images pop up contribution, there is no such file options_images_popup.php in a standard osCommerce.

     

    Problem 3:

    Telling me there are "fatal errors" tells me nothing, it also doesn't suggest to me that USU5 is the problem. How many products has this shop got?

     

    Hello Robert,

     

    Thank you for your prompt response! This is a live shop, and it has about 460 products. Any ideas why am I getting those errors? My live shop is www.JBikes.net. Thank you again.

  5. Hello Robert,

     

    First of all, I'd like to thank for such a great contribution. My OSC version is RC2a hosting on PHP 5.2.13 and MYSQL 5 via Hostgator. After I had installed the Seo URLS 5, I encountered 3 problems as follow:

     

    Problem 1: It always appear in the Admin end.

     

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

     

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

     

    More information about this error may be available in the server error log.

     

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

     

    Problem 2: I received the below errors in my email directly from my website.

     

    Query Error reported on page /options_images_popup.php

    MySQL error: 1054 - Unknown column 'pov.products_options_values_thumbnail' in 'field list'

     

    select pov.products_options_values_name, pov.products_options_values_thumbnail from products_options_values as pov where pov.products_options_values_id = '0' and pov.language_id = '1'

     

    Problem 3: "Fatal Errors" appears randomly in my catalog end.

     

    Can you please help me look into this and see what can be done? Thank you for your great help!

     

    Johnny.

  6. Hello Chris,

     

    I installed the FedEx Module. Once I click on the FedEx Tracking #, I see the following weird message:

     

    Shipment Travel HistoryHelpSelect time zone:Others:All shipment travel activity is displayed in local time for the locationTo display the shipment travel activity in local time of the scan, please select "Local Scan Time" time zone option. Alert: To determine the destination time zone for this shipment please select from the Others list. Alert: To determine the origin time zone for this shipment please select from the Others list.NoentriesfoundDate/TimeActivityLocationDetails

    [x] Close

     

    Please help. Thank you.

  7. Hello. I am having trouble to get this great contribution working on my site. I followed the entire instruction, and upon testing I received the following errors:

     

    1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by pd.products_name desc limit 0, 20' at line 1

     

    select pd.products_name, p.products_image, p.products_id, p.products_image_med, p.short_desc, p.manufacturers_id, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from (((products_description pd, products p) left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c) left join specials s on p.products_id = s.products_id) left join categories c on c.categories_id = p2c.categories_id where c.categories_status = '1' and p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '199' order by order by pd.products_name desc limit 0, 20

     

    [TEP STOP]

     

     

    Please help. My OSC version is RC2a.

  8. Hello Dragen,

     

    I've installed your contrib and it is an awesome feature that I've been looking for. I have the UltraPic with Product Tab contrib installed on the site. Do you have any instruction on how to modify it in order to work with your contrib? Perhaps there is a categories.php file that has the Ultrapic with product tab contrib that I can merge with? Anyone else can help me would be greatly appreciated!

     

    Johnny.

×
×
  • Create New...