TeamEver / everpsblog

Free blog module for Prestashop 1.7 & 8
https://www.team-ever.com/prestashop-1-7-un-module-de-blog-gratuit/
Academic Free License v3.0
26 stars 3 forks source link

Error on install, not work config module () #12

Closed Luifer-dnk closed 2 months ago

Luifer-dnk commented 1 year ago

Error on install:

Integrity constraint violation: 1062 Duplicate entry '75-974-1' for key 'PRIMARY'

The config page for the module does not work.

image

Install on PS 8.1.2 with PHP 8.1.23 and apache 2.4.52.

Many thanks !!!

CySSoO commented 1 year ago

Hello @Luifer-dnk Could you try latest release ? https://github.com/TeamEver/everpsblog/releases/tag/V5.5.11 This should resolve the issue

Luifer-dnk commented 1 year ago

Same error on install:

image

But now i can access at config page.

I test on two install clean.

Many thanks !!!

Luifer-dnk commented 1 year ago

I've reviewed hook duplication and finally tried the following modification:

The following two functions starting from line number 2876:

image

And it gives me the following error:

image

If I eliminate the line of the hook that gives the error (hookDisplayAdminAfterHeader) the installation is clean and without errors, but I don't know if the hook it refers to is vital for the functioning of the module.

There were several hooks in both functions repeated several times.

Waiting for confirmation !!!

Thanks for everything.

CySSoO commented 2 months ago

Good morning Could you try with the latest release available here? https://github.com/TeamEver/everpsblog/releases/tag/V5.6.1 Thanks in advance

Luifer-dnk commented 2 months ago

Good morning Could you try with the latest release available here? https://github.com/TeamEver/everpsblog/releases/tag/V5.6.1 Thanks in advance

Install ok but:

image

On front office.

Luifer-dnk commented 2 months ago

Fixed:

Add static on class:

image

CySSoO commented 2 months ago

Hello @Luifer-dnk I've just committed fix, thanks for all 👍

Luifer-dnk commented 2 months ago

Working !!!