Search
Other Extension Manager questions
Forum

Error messages in my cron log

Rikard J's Avatar 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,
Peter van Westen's Avatar Peter van Westen ADMIN
Your cronjobs are not running on php 8.1 or higher.
Ask your host about this.
Please post a rating at the Joomla! Extensions Directory
Rikard J's Avatar Rikard J
That was it. Problem solved.

You're the best, thank you very much!
You can only post on this forum if you log in