Rikard J
I have recently started to get the following error message in my CRON log.
ParseError {#696
#message: "syntax error, unexpected '=>' (T_DOUBLE_ARROW)"
#code: 0
#file: "./web/libraries/regularlabs/src/Extension.php"
#line: 60
trace: {
./web/libraries/regularlabs/src/Extension.php:60 {
Composer\Autoload\includeFile($file)
› {
› 'module' => 'mod_' . $element,
› 'component' => 'com_' . $element,
}
./web/libraries/vendor/composer/ClassLoader.php:344 { …}
./web/libraries/src/Autoload/ClassLoader.php:59 { …}
Joomla\CMS\Autoload\ClassLoader->loadClass() {}
./web/libraries/regularlabs/src/Language.php:36 { …}
./web/plugins/system/regularlabs/regularlabs.php:36 { …}
./web/libraries/src/Extension/ExtensionManagerTrait.php:217 { …}
./web/libraries/src/Extension/ExtensionManagerTrait.php:160 { …}
./web/libraries/src/Extension/ExtensionManagerTrait.php:99 { …}
./web/libraries/src/Plugin/PluginHelper.php:232 { …}
./web/libraries/src/Plugin/PluginHelper.php:192 { …}
./web/libraries/src/Application/ConsoleApplication.php:256 { …}
./web/cli/joomla.php:76 { …}
}
}
I don't have time stamps, but I think it happens once per minute, and I do have a cronjob that run each minute, for the Joomla scheduled tasks.
[web_root]/cli/joomla.php scheduler:run --all
I've run that for a long time, and I have never seen these errors in my log files before. Also, the message is not in my cron error log, but in my cron reports log.
I recently updated several regular labs extensions, so it would seem that this message is related to the update.
But I don't have any regularLabs cronjobs. So I'm not even sure if this is a regularLabs problem, or if it is a problem caused by another cronjob. Perhaps you can point me in the right direction, because I'm at a loss here.
Best regards,