• Closed by: Marek
  • Closed on: 19.03.15, 19:51
  • Reason: Fixed
  • Comment: Glad to help!

Ticket #7103 - Error after installing Allisum 4.1

[PrestaShop] Fatal error in module pk_awShowcaseSlider:
Cannot redeclare class pk_awShowcaseSlider

Comments

Albert Cardó 19 Mar 2015, 17:01

This error appears when I try to access to modules.

Marek 19 Mar 2015, 17:16

Hello Albert.
You need to uninstall pk_awShowcaseSlider slider. and remove that module from “modules” folder.
After that you can upload latest version of that module from archive.

Albert Cardó 19 Mar 2015, 17:18

How can I uninstall the module without access to modules?

Marek 19 Mar 2015, 17:28

ok, here is SQL fix:

UPDATE `ps_module` SET `name` = 'pk_awshowcaseslider' WHERE `name` = 'pk_awShowcaseSlider';

Import it through your phpMyAdmin

Albert Cardó 19 Mar 2015, 17:40

Error corrected, the problem was that I had a previous version of Alyssum, and in my modules folder there where two folders (4 pairs) with almost the same name

pk_awshowcaseslider and pk_awShowcaseSlider
pk_isotopesort and pk_isotopeSort
pk_manufacturerscarousel and pk_manufacturersCarousel
pk_productscarousel and pk_productsCarousel

I have renamed the ones with capital letters to novalid* and now I can access to modules.

Marek 19 Mar 2015, 17:42

Yes, it’s a new requirement of prestashop. All modules should have names in lowercase
You can remove folders what contains capitalize letters

Albert Cardó 19 Mar 2015, 19:31

New issue.

Apply settings does not work, I’m trying to save changes, activate legacy images,……. when I click on Apply setting all seems correct, but settings don’t apply, I’m using prestashop 1.6.0.9

Marek 19 Mar 2015, 19:33

Try to click to “Reset” button in the bottom of the theme settings module

Albert Cardó 19 Mar 2015, 19:45

No, it does not work

Marek 19 Mar 2015, 19:47

I just reinstalled the module for you and now it woks fine

Albert Cardó 19 Mar 2015, 19:50

Thanks, now it works.