bevilleliam Posted February 18, 2008 Posted February 18, 2008 I have an online oscommerce store at http://www.thegiftcompany.ie/store The store is configured to accept payments by Paypal and by cheque. The Paypal is working fine but when you choose the cheque option there is an error message... "Fatal error: Call to a member function call_api() on a non-object in /home/khrsabad/public_html/store/checkout_process.php on line 102" This occurs at the end. Does anyone know what is happening and how to fix? Thanks.
satish Posted February 18, 2008 Posted February 18, 2008 This appears to be a case of session value getting lost. This happens if session are not considered as globals. Paste line around our error. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
bevilleliam Posted February 18, 2008 Author Posted February 18, 2008 This appears to be a case of session value getting lost.This happens if session are not considered as globals. Paste line around our error. Satish Hi Satish, Thank you ever so much for your reply. I was worried that there was no one that could help. I am a little confused about what should do as regards 2paste line around our error" Excuse me for my lack of knowledge but would you please explain what I need to do to fix this issue and thank you in advance.
bevilleliam Posted February 18, 2008 Author Posted February 18, 2008 Hi Satish, Thank you ever so much for your reply. I was worried that there was no one that could help. I am a little confused about what should do as regards 2paste line around our error" Excuse me for my lack of knowledge but would you please explain what I need to do to fix this issue and thank you in advance.
bevilleliam Posted February 19, 2008 Author Posted February 19, 2008 Hi Satish, Please reply as I need your help. Thank you
bevilleliam Posted February 19, 2008 Author Posted February 19, 2008 Hi Satish, The following is the line 102 as per error.... $checkout_result = $buysafe_module->call_api('SetShoppingCartCheckout', $checkout_params);
bevilleliam Posted February 20, 2008 Author Posted February 20, 2008 Hi Satish, The following is the line 102 as per error.... $checkout_result = $buysafe_module->call_api('SetShoppingCartCheckout', $checkout_params); Hi, I would be grateful to anyone out there that might help me with a fix for this issue. Thanks in advance.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.