xpert-idea / xipblog

Prestashop 1.6 & 1.7 Xpert Blog Module
http://xpert-idea.com
GNU General Public License v3.0
35 stars 27 forks source link

Adding / Editing / Deleting error #37

Open Oliwer-Budnik opened 3 days ago

Oliwer-Budnik commented 3 days ago

One year ago this module worked fine, but today I wanted to add new post and I got following error:

Wystąpił błąd podczas tworzenia obiektu (Error exist while creating object). xipposts (Duplicate entry '0' for key 'PRIMARY').

I have tryied some options, but nothing work:

Nothing above helped. I Know, that this module is for free, but maybe someone can help with this?

Prestashop version: 1.7.8.8 Module version: 2.0.1 PHP version: 7.4.33 Database: 10.5.26-MariaDB-0+deb11u2 Server: Apache and Docker ( means two versions not work )

Post should be added.

Oliwer-Budnik commented 3 days ago

I Repaired this error, after changing 'ps_xipposts` table structure at phpmyadmin.

I changed table ID to autoincrement, cause it was'not set. I don't know is it Module error, or my database, cause Module can't Uninstall database tables.