Jump to content

eBay Module does not install


davidonstate

Recommended Posts

Hi there,

 

We have an issue where we can't install the eBay module from the addons site on a clients PrestaShop installation..

 

Prestashop version is 1.4.5.1 and the eBay module is the latest from http://addons.prestashop.com/en/marketplace-prestashop-modules/2742-ebay.html, 1.4.1.

 

The installation doesn't throw an error, just a message saying the module was not installed.

 

Is there a known compatibility issue between PrestaShop version 1.4.5.1 and Module eBay 1.4.1?

 

Any help appreciated as our client wants to begin selling on eBay as soon as possible.

 

Regards,

David.

Link to comment
Share on other sites

  • 4 weeks later...

I had a similar issue. On checking the database, it had created half the tables, then filed. Neither install nor uninstall would work.

 

In the end I edited modules/ebay.php - in the install (and uninstall) functions, replace

foreach ($sql as $s)
if (!Db::getInstance()->execute($s))
return false;

with

foreach ($sql as $s)
Db::getInstance()->execute($s);

 

This allowed me to uninstall and re-install, and it worked this time ...

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