Hello,
unfortunately I get permanent errors after installing the DPNBlog:
The biggest one: As soon as I want to create a menu item the error message appears:
--------
NotNullConstraintViolationException in AbstractMySQLDriver.php line 112:
Column "id" cannot be null
------
All fields are filled, but apparently the data is not transferred to MySQL.
It only works when I create the menu items directly in MySQL, but this is not a but that's not a viable way to go.
Problem nr.02:
I created two menus: main-menu and main-menu-en, to simulate bilingualism.
When I want to create exactly two menu items for my two blog categories (one with the category "english" and one with "german") it also doesn't work because you need one default blog-menu where all other categories root to.
Exampel:
"root" blog (should be hidden. But when i hide it, nothing works):
http://integra.stilwaechter.de/unternehmen/news
Category "german" (is fine):
http://integra.stilwaechter.de/unternehmen/news/category/1
Category "english":
http://integra.stilwaechter.de/unternehmen/news/category/2
The english post is shown, not under its "english" menu-item http://integra.stilwaechter.de/company-en/news-en (although I created it in MySql like this) but under the "german" root menu-item.
I installed the extension via the Marketplace and use PHP 7.3.
Please help!
Thanks in advance