Hallo Community,
gibt es das Standart Contao Glossar für die Version 3.5?
Das letzte was ich dazu gefunden hatte war:
https://github.com/timgatzky/glossary_revisited
Das eigentliche Glossary unter:
https://github.com/contao/glossary scheint es nicht mehr zu geben oder?
Hintergrund ist, dass Contao mit folgenden Fehler bringt beim anlegen eines Glossar-Begriffs
PHP-Code:
Fatal error: Uncaught exception Exception with message Query error: Column 'author' cannot be null (INSERT INTO tl_glossary_term (author, pid, tstamp) VALUES (NULL, '2', 0)) thrown in system\modules\core\library\Contao\Database\Statement.php on line 295
#0 system\modules\core\library\Contao\Database\Statement.php(264): Contao\Database\Statement->query()
#1 system\modules\core\drivers\DC_Table.php(689): Contao\Database\Statement->execute()
#2 system\modules\core\classes\Backend.php(650): Contao\DC_Table->create()
#3 system\modules\core\controllers\BackendMain.php(131): Contao\Backend->getBackendModule('glossary')
#4 contao\main.php(20): Contao\BackendMain->run()
#5 {main}