-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Ich versuche gerade die drafts-Extension unter Contao 3.3.3 zum Laufen zu bekommen und erhalte im Entwurfsmodus folgende Fehlermeldung:
Fatal error: Uncaught exception InvalidArgumentException with message The $blnForceInsert argument has been removed (see system/docs/UPGRADE.md) thrown in system/modules/core/library/Contao/Model.php on line 362
#0 system/modules/drafts/models/VersioningModel.php(219): Contao\Model->save(true)
#1 system/modules/drafts/datacontainers/DraftableDataContainer.php(280): Netzmacht\Drafts\Model\VersioningModel->save(true)
#2 system/modules/core/drivers/DC_Table.php(208): Netzmacht\Drafts\DataContainer\DraftableDataContainer->initialize(Object(DC_DraftableTable))
#3 system/modules/core/classes/Backend.php(397): Contao\DC_Table->__construct('tl_content', Array)
#4 contao/main.php(142): Contao\Backend->getBackendModule('news')
#5 contao/main.php(299): Main->run()
#6 {main}
Ich versuche folgendes abzubilden:
Es gibt Freigabe-Redakteure (mit Veröffentlichungs-Recht) und Standard-Redakteure (dürfen nicht veröffentlichen).
Muss ich evtl. in Contao selbst noch etwas einstellen (Rechte oder ähnliches), nachdem ich die Extension installiert habe?