Has anyone got Metamodels nightlies working with contao 3.1.x?
We have found some issues and followed instructions to fix them but still get an error when clicking on the metamodels link in the contao backend:
Fatal error: Uncaught exception RuntimeException with message Invalid callback provider defined '\\DcGeneral\\Callbacks\\ContaoStyleCallbacks' thrown in D:\wamp\www\contao31\system\modules\generalDriver\ DcGeneral\Contao\Dca\Container.php on line 93
#0 D:\wamp\www\contao31\system\modules\generalDriver\ DcGeneral\DC_General.php(546): DcGeneral\Contao\Dca\Container->getCallbackProviderClass()
#1 D:\wamp\www\contao31\system\modules\generalDriver\ DcGeneral\DC_General.php(398): DcGeneral\DC_General->loadCallbackClass()
#2 D:\wamp\www\contao31\system\modules\generalDriver\ DcGeneral\DC_General.php(326): DcGeneral\DC_General->loadProviderAndHandler()
#3 D:\wamp\www\contao31\system\modules\core\classes\B ackend.php(253): DcGeneral\DC_General->__construct('tl_metamodel', Array)
#4 D:\wamp\www\contao31\contao\main.php(129): Contao\Backend->getBackendModule('metamodels')
#5 D:\wamp\www\contao31\contao\main.php(276): Main->run()
#6 {main}
We were getting issues with a database field that wouldn't update and fixed it by editing the database.sql file in system\modules\metamodelsattribute_rating\config
ALTER TABLE `tl_metamodel_rating` CHANGE `meanvalue` `meanvalue` double NULL default NULL;
The to get things working we edited the autoload.ini file in the metapallets extensions and rand the autoini thing. system\modules\metapalettes\config
register_namespaces = true
register_classes = true
register_templates = false
We have updated the the metapalets module to use the one from the ER but still no joy.
Any help appreciated.
Thanks
Ben
Bookmarks