kunefe Posted August 29, 2014 Share Posted August 29, 2014 Hi, I was using ebay version 1.6.7 with Prestashop version 1.5.6. I have updated ebay module to 1.7.2 . Now when I want click on ebay module or configure in modules list I always get below message. [PrestaShop] Fatal error in module EbayRequest: Call to a member function getConfiguration() on a non-object It tried uninstall/reinstall. During reinstallation I get same message but it is installed. I can not find a way to switch back to 1.6.7. There was a bug report CRON for version 1.7 to 1.7.2. I have updated the file with given snippet but did not help. Could you help? Link to comment Share on other sites More sharing options...
[email protected] Posted August 31, 2014 Share Posted August 31, 2014 Hi, I was using ebay version 1.6.7 with Prestashop version 1.5.6. I have updated ebay module to 1.7.2 . Now when I want click on ebay module or configure in modules list I always get below message. [PrestaShop] Fatal error in module EbayRequest: Call to a member function getConfiguration() on a non-object It tried uninstall/reinstall. During reinstallation I get same message but it is installed. I can not find a way to switch back to 1.6.7. There was a bug report CRON for version 1.7 to 1.7.2. I have updated the file with given snippet but did not help. Could you help? Same thing happening for me, I've been communicating with the module developer 202Commerce in Paris but they respond very sporadic and after 3-4 days have not done anything to help. I've un-installed the module now 3 times but this hasn't heped Link to comment Share on other sites More sharing options...
kunefe Posted September 1, 2014 Author Share Posted September 1, 2014 Is there a repository where I can download 1.6.7 again? Link to comment Share on other sites More sharing options...
[email protected] Posted September 1, 2014 Share Posted September 1, 2014 I just downloaded the same module from Prestashop Addons Link to comment Share on other sites More sharing options...
365 Lighting Posted September 2, 2014 Share Posted September 2, 2014 I'm having a similar problem. Same version of prestashop but since I've updated the module I can no longer configure or edit it in any way. I've checked other modules to see if it was our server but they all work fine. The message I get is: 504 Gateway Time-outI've tried un-installing the module but not completely deleting it from the server yet. Is their a link to download the lower version of it? Our business pretty much depends on this module. Link to comment Share on other sites More sharing options...
[email protected] Posted September 2, 2014 Share Posted September 2, 2014 I contacted the developer direct with a seperate problem on a different module and he sorted it out but on this one he's been useless. The company is called 202commerce and they're based in paris Link to comment Share on other sites More sharing options...
irrelevant Posted September 6, 2014 Share Posted September 6, 2014 (edited) I still had a copy of 1.6 hanging about - it's at http://www.irrelevant.com/rob/v1.6-eBay.zip FWIW I didn't have any problems upgrading to 1.7.1 then 1.7.2 Edited September 6, 2014 by irrelevant (see edit history) Link to comment Share on other sites More sharing options...
kunefe Posted September 8, 2014 Author Share Posted September 8, 2014 Thanks for providing 1.6. I have installed it and the error message was gone. But one issue. ebay module supports ebay germany from 1.6.7 onwards. So I need 1.6.7 I have retried to upgrading to 1.7.2 again same problem poped up. Hi, I was using ebay version 1.6.7 with Prestashop version 1.5.6. I have updated ebay module to 1.7.2 . Now when I want click on ebay module or configure in modules list I always get below message. [PrestaShop] Fatal error in module EbayRequest: Call to a member function getConfiguration() on a non-object It tried uninstall/reinstall. During reinstallation I get same message but it is installed. I can not find a way to switch back to 1.6.7. There was a bug report CRON for version 1.7 to 1.7.2. I have updated the file with given snippet but did not help. Could you help? Link to comment Share on other sites More sharing options...
365 Lighting Posted September 9, 2014 Share Posted September 9, 2014 Hello. I installed version 1.6 and i'm still getting the same time-out error. Really Confused now. Link to comment Share on other sites More sharing options...
irrelevant Posted September 9, 2014 Share Posted September 9, 2014 (edited) OK.... I added a new shop to my multistore setup and got the same error - [PrestaShop] Fatal error in module EbayRequest: Call to a member function getConfiguration() on a non-object To fix - use phpmysqladmin, mysqlcc, or the php cli... open your database, table ps_ebay_profile and add a record for the shop... INSERT INTO ps_ebay_profile (id_ebay_profile, id_lang, id_shop, ebay_user_identifier, ebay_site_id, id_ebay_returns_policy_configuration) VALUES(6, 0, 6, 'blahblah', 0, 6 )where 6 is your shop ID number, and "blahblah" is your eBay username! Looks like the upgrade is missing creating the right records for some people! (and on adding shops!) Edited September 9, 2014 by irrelevant (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now