You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I missed that I was not using the official api method even after having consulting the docs and not noticing it. With getConfigVars() everything is working as expected again. Thanks!
From version 3.1.28 to 3.1.30 I get this error:
File:
\sysplugins\smarty_internal_extension_handler.php
Line:
85
Message:
property 'config_variable' does not exist.
Example code (that have been running ok for ages):
$site->view->configLoad('language.conf', $site->language->active);
$int_phrase001 = $site->view->getConfigVariable('phrase001');
The text was updated successfully, but these errors were encountered: