WBCE / WBCE_CMS

Core package of WBCE CMS. This package includes the core and the default addons. Visit https://wbce.org (DE) or https://wbce-cms.org (EN) to learn more or to join the WBCE CMS community.
https://wbce-cms.org
GNU General Public License v2.0
31 stars 22 forks source link

OPF Plugin Filter jQ Colorbox throws notices #529

Closed instantflorian closed 1 year ago

instantflorian commented 1 year ago

This

[Notice] /include/phplib/template.inc:[543] from /include/phplib/template.inc:[616] Template->subst "Array to string conversion" appears when editing the jQ colorbox filter, due to the outdated phplib template engine which is still used there.

We will fix this lateron when the OPF dashboard is migrated to Twig template engine.

WebDesignWorx commented 1 year ago

ok, we handled it by moving away from the outdated phpLib Template Engine and using Twig.