Jump to content

Trouble with ebay module 1.7.2 - Prestashop version 1.5.6


kunefe

Recommended Posts

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

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

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-out

I'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

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

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 by irrelevant (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...