alnv / catalog-manager

Backend Module ohne Programmierkenntnisse erstellen.
https://catalog-manager.org
33 stars 8 forks source link

Warning: Undefined array key "order" #385

Open berecont opened 8 months ago

berecont commented 8 months ago

Contao 5.3.0 php81 CM 3.0.2

Error im Frontend

Frontend-Modul [Listenansicht] eingefügt und bringt Meldung Es ist ein Fehler aufgetreten.

Stack Trace:

ErrorException:
Warning: Undefined array key "order"

  at C:\laragon\www\vernetzung\vendor\alnv\catalog-manager-bundle\src\Library\VirtualDataContainerArray.php:119
  at Alnv\ContaoCatalogManagerBundle\Library\VirtualDataContainerArray->setList()
     (C:\laragon\www\vernetzung\vendor\alnv\catalog-manager-bundle\src\Library\VirtualDataContainerArray.php:501)
  at Alnv\ContaoCatalogManagerBundle\Library\VirtualDataContainerArray->generate()
     (C:\laragon\www\vernetzung\vendor\alnv\catalog-manager-bundle\src\Library\Application.php:79)
  at Alnv\ContaoCatalogManagerBundle\Library\Application->initializeDataContainerArrayByTable('ctlg_unternehmen')
     (C:\laragon\www\vernetzung\vendor\alnv\catalog-manager-bundle\src\Views\View.php:195)
  at Alnv\ContaoCatalogManagerBundle\Views\View->initializeDataContainer()
     (C:\laragon\www\vernetzung\vendor\alnv\catalog-manager-bundle\src\Views\View.php:40)
  at Alnv\ContaoCatalogManagerBundle\Views\View->__construct('ctlg_unternehmen', array('template' => 'cm_listing_default', 'id' => 9, 'masterPage' => 3, 'ignoreVisibility' => false, 'ignoreFieldsFromParsing' => array()))
     (C:\laragon\www\vernetzung\vendor\alnv\catalog-manager-bundle\src\Modules\Listing.php:64)
  at Alnv\ContaoCatalogManagerBundle\Modules\Listing->compile()
     (C:\laragon\www\vernetzung\vendor\contao\core-bundle\contao\classes\Hybrid.php:231)
  at Contao\Hybrid->generate()
     (C:\laragon\www\vernetzung\vendor\alnv\catalog-manager-bundle\src\Modules\Listing.php:52)
  at Alnv\ContaoCatalogManagerBundle\Modules\Listing->generate()
     (C:\laragon\www\vernetzung\vendor\contao\core-bundle\contao\library\Contao\Controller.php:413)
  at Contao\Controller::getFrontendModule(object(ModuleModel), 'content')
     (C:\laragon\www\vernetzung\vendor\contao\core-bundle\contao\elements\ContentModule.php:59)
  at Contao\ContentModule->generate()
     (C:\laragon\www\vernetzung\vendor\contao\core-bundle\contao\library\Contao\Controller.php:604)
  at Contao\Controller::getContentElement(object(ContentModel), 'content')
     (C:\laragon\www\vernetzung\vendor\contao\core-bundle\contao\modules\ModuleArticle.php:191)
  at Contao\ModuleArticle->compile()
     (C:\laragon\www\vernetzung\vendor\contao\core-bundle\contao\modules\Module.php:213)
  at Contao\Module->generate()
     (C:\laragon\www\vernetzung\vendor\contao\core-bundle\contao\modules\ModuleArticle.php:69)
  at Contao\ModuleArticle->generate(false)
     (C:\laragon\www\vernetzung\vendor\contao\core-bundle\contao\library\Contao\Controller.php:499)
  at Contao\Controller::getArticle(object(ArticleModel), true, false, 'content')
     (C:\laragon\www\vernetzung\vendor\contao\core-bundle\contao\library\Contao\Controller.php:364)
  at Contao\Controller::getFrontendModule('0', 'content')
     (C:\laragon\www\vernetzung\vendor\contao\core-bundle\contao\pages\PageRegular.php:180)
  at Contao\PageRegular->prepare(object(PageModel))
     (C:\laragon\www\vernetzung\vendor\contao\core-bundle\contao\pages\PageRegular.php:46)
  at Contao\PageRegular->getResponse(object(PageModel), true)
     (C:\laragon\www\vernetzung\vendor\contao\core-bundle\contao\controllers\FrontendIndex.php:66)
  at Contao\FrontendIndex->renderPage(object(PageModel))
     (C:\laragon\www\vernetzung\vendor\symfony\http-kernel\HttpKernel.php:181)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (C:\laragon\www\vernetzung\vendor\symfony\http-kernel\HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (C:\laragon\www\vernetzung\vendor\symfony\http-kernel\Kernel.php:197)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (C:\laragon\www\vernetzung\public\index.php:44)