Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Missing column start element before column stop element … #8

Closed
pswerbung opened this issue Aug 18, 2015 · 4 comments
Closed
Labels

Comments

@pswerbung
Copy link

Rocksolid Columns worked before perfectly, now with Contao 3.5.2. and rocksolid-cokumns Version 1.0.6 it generates a lot of error Code like this. How to fix this?

Warning: Missing column start element before column stop element ID 2112. in system/modules/rocksolid-columns/src/MadeYourDay/Contao/Element/ColumnStop.php on line 39
#0 [internal function]: __error(512, 'Missing column ...', '/home/httpd/vho...', 39, Array)
#1 system/modules/rocksolid-columns/src/MadeYourDay/Contao/Element/ColumnStop.php(39): trigger_error('Missing column ...', 512)
#2 system/modules/core/library/Contao/Controller.php(476): MadeYourDay\Contao\Element\ColumnStop->generate()
#3 system/modules/news/modules/ModuleNews.php(139): Contao\Controller::getContentElement(Object(Contao\ContentModel))
#4 system/modules/core/library/Contao/Template.php(125): Contao\ModuleNews->Contao{closure}()
#5 system/modules/news/templates/news/news_full.html5(14): Contao\Template->__get('text')
#6 system/modules/core/library/Contao/BaseTemplate.php(88): include('/home/httpd/vho...')
#7 system/modules/core/library/Contao/Template.php(277): Contao\BaseTemplate->parse()
#8 system/modules/core/classes/FrontendTemplate.php(46): Contao\Template->parse()
#9 system/modules/news/modules/ModuleNews.php(211): Contao\FrontendTemplate->parse()
#10 system/modules/news/modules/ModuleNewsReader.php(108): Contao\ModuleNews->parseArticle(Object(Contao\Model\Collection))
#11 system/modules/core/modules/Module.php(282): Contao\ModuleNewsReader->compile()
#12 system/modules/news/modules/ModuleNewsReader.php(82): Contao\Module->generate()
#13 system/modules/core/elements/ContentModule.php(59): Contao\ModuleNewsReader->generate()
#14 system/modules/core/library/Contao/Controller.php(476): Contao\ContentModule->generate()
#15 system/modules/core/modules/ModuleArticle.php(213): Contao\Controller::getContentElement(Object(Contao\ContentModel), 'main')
#16 system/modules/core/modules/Module.php(282): Contao\ModuleArticle->compile()
#17 system/modules/core/modules/ModuleArticle.php(67): Contao\Module->generate()
#18 system/modules/core/library/Contao/Controller.php(409): Contao\ModuleArticle->generate(false)
#19 system/modules/core/library/Contao/Controller.php(269): Contao\Controller::getArticle(Object(Contao\ArticleModel), false, false, 'main')
#20 system/modules/core/pages/PageRegular.php(133): Contao\Controller::getFrontendModule('0', 'main')
#21 system/modules/core/controllers/FrontendIndex.php(267): Contao\PageRegular->generate(Object(Contao\PageModel), true)
#22 index.php(20): Contao\FrontendIndex->run()
#23 {main}

@ausi
Copy link
Member

ausi commented Aug 18, 2015

Is there a column start element for the stop element ID 2112? Can you post a backend screenshot of all content elements in that article?

@pswerbung
Copy link
Author

Yes, here we go: backend, frontend without error-reporting and with reporting enabled …
backend
error_off
error_on

@ausi
Copy link
Member

ausi commented Aug 18, 2015

The error message is correct, there is no column start element. You’re using a column wrapper start element (Umschlag Anfang) with a column stop element (Spalte Ende), please use a column wrapper stop element (Umschlag Ende) instead.

@ausi ausi closed this as completed Aug 18, 2015
@ausi ausi added the invalid label Aug 18, 2015
@pswerbung
Copy link
Author

Oha, thanks for helping out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants