iceman-fx / gridblock

Redaxo 5-Addon zum gruppieren/kombinieren mehrerer beliebiger Inhaltsmodule (Blöcke) innerhalb eines selbst definierbaren Spaltenrasters (GRID).
16 stars 3 forks source link

Standard Formbuilder Modul (yFom) funktioniert nicht mit Gridblock #15

Closed olien closed 2 years ago

olien commented 2 years ago

Liefert einen 500er

iceman-fx commented 2 years ago

Ich bekomme beim Versuch des Einbindens dies hier:

ParseError: syntax error, unexpected ',' in file rex:///module/42/input on line 46
Stack trace:
  1. ParseError->() rex:///module/42/input:46
  2. rex_article_content_base->{closure}() /var/www/web859/html/sub_rextest/redaxo/src/addons/structure/plugins/content/lib/article_content_base.php:441
  3. rex_article_content_base->getStreamOutput() /var/www/web859/html/sub_rextest/redaxo/src/addons/gridblock/lib/gridblock_article_content.php:55
  4. rex_article_content_gridblock->getModuleEdit() /var/www/web859/html/sub_rextest/redaxo/src/addons/gridblock/lib/gridblock_api.php:19
  5. rex_api_gridblock_loadModule->execute() /var/www/web859/html/sub_rextest/redaxo/src/core/lib/api_function.php:180
  6. rex_api_function->handleCall() /var/www/web859/html/sub_rextest/redaxo/src/core/backend.php:229
  7. require() /var/www/web859/html/sub_rextest/redaxo/src/core/boot.php:141
  8. require() /var/www/web859/html/sub_rextest/redaxo/index.php:9

Ist das bei Dir auch so?

iceman-fx commented 2 years ago

OK, ist in der GIT-Version behoben. Einige REX_VARS wurden nicht korrekt durchgeleitet.

olien commented 2 years ago

Klappt. Danke!