hofff / contao-content-navigation

Navigation for Contao.
GNU Lesser General Public License v3.0
4 stars 3 forks source link

Installation ce_navigation in Contao Bata 3.1.RC1 #4

Closed ciaobello closed 5 years ago

ciaobello commented 12 years ago

Fatal error: Call to a member function tableExists() on a non-object in ...\system\modules\ce_navigation\config\runonce.php on line 76

When i try to add an article i get the following Error:

Fatal error: Uncaught exception Exception with message Query error: Unknown column 'navigation_article' in 'field list' (INSERT INTO tl_content (type, sortOrder, mooType, perRow, com_order, com_template, navigation_article, navigation_min_level, navigation_max_level, pid, sorting, ptable, tstamp) VALUES ('text', 'ascending', 'start', 4, 'ascending', 'com_default', 'main', '1', '6', 1, 384, 'tl_article', 0)) thrown in ...\system\modules\core\library\Contao\Database\Statement.php on line 317

0 ...\system\modules\core\library\Contao\Database\Statement.php(261): Contao\Database\Statement->query()

1 ...\system\modules\core\drivers\DC_Table.php(639): Contao\Database\Statement->execute()

2 ...\system\modules\core\classes\Backend.php(382): Contao\DC_Table->create()

3...\contao\main.php(121): Contao\Backend->getBackendModule('article')

4 ...\contao\main.php(322): Main->run()

5 {main}

(I was trying to make a one-page and use ce_navigation as a anchor navigation)

It would be really great when you could also talk in your screen-cast about contao3. Even if it is still in Beta station, people should now start to use it and debug problems. I would like to see a screen-cast about the new features in C3.

Thanks in advance for your attention ;-) ciaobello

dmolineus commented 5 years ago

Duplicate of #5.