Indicia-Team / drupal-8-module-iform

Drupal 8 modules for Indicia
0 stars 2 forks source link

Error: Class "helper_base" not found in iform_cron() when trying to run ron jobs. #14

Open BezBIS opened 1 month ago

BezBIS commented 1 month ago

Sites with the iForm module can no longer run cron after updating to Drupal 10.3.2. Manually trigerring a run gives the following error

Error: Class "helper_base" not found in iform_cron() (line 1499 of modules/custom/iform/iform.module). 

This seems to be affecting several sites, all using drupal 10.3.2 and the latest commit of the iForm module.

BezBIS commented 1 month ago

Strangely, checking out aa8f68a, running cron, and then switching back to HEAD seems to work; even for subsequent cron runs from the latest commit. Whatever caused the problem seems to be in d3b2020, as I can't get cron to work with any subsequent commits until I checkout a previous commit and successfully run cron with that first.

Going to keep an eye on the affected sites over the next couple of days to see whether there are any further errors.

BezBIS commented 1 month ago

Cron has broken accross 3 sites when using the latest commit again. Rolling back aa8f68a has resolved the problem on all of them.