franksmule / prestashop-stripejs

Prestashop StripeJS module
http://omcfarlane.co.uk/prestashop-stripe-module-free/
35 stars 23 forks source link

Error to install in Prestashop 1.6 #13

Closed agranado2k closed 8 years ago

agranado2k commented 10 years ago

Hey guys,

I got a error when I was trying to install this module in Prestashop 1.6.

The following module(s) were not installed properly: stripejs : Technical error: PrestaShop could not installed this module.

No error is showed in apache error_log. Do you know what it could be?

tahirmismail commented 10 years ago

Try uninstalling the old module and upload via back end. You may have to delete Stripejs folder from root\modules\Stripejs

littera-publishers commented 10 years ago

On Prestashop 1.6.0.9 I had an DB exception thrown at me stating the table "ps_modules" with field "version" has limited characters count. raising the varchar(6) value to varchar(16) fixed the install problem. I suggest the developer keep version numbers under 8 characters, i.e. 1.0.2b instead of 1.0.2Beta.

Thank you for great free module!