super-table
super-table copied to clipboard
Queue: Setting unknown property: verbb\supertable\fields\SuperTableField::propagationKeyFormat
Description
We're consistently seeing failed "Updating search indexes" jobs in the queue, with the following error:
Setting unknown property: verbb\supertable\fields\SuperTableField::propagationKeyFormat
Additional info
- Plugin version: 2.7.1
- Craft version: 3.7.34
- Multi-site: No
Additional context We observed these dating back to April last week. I released all of the failed jobs yesterday and we're back to 1,196 of these already. We last updated Craft & plugins in March and that's something we have to schedule and work toward in advance, so it's not a quick fix option. We're wondering if there's anything identifiable from this error or that you can point us towards.
Are you sure those are the versions you're on, or have you recently upgraded to these versions after these queue jobs were created? 2.7.2 is worth updating to, but propagationKeyFormat
as a property has been around since 2.7.0 inline with Craft 3.7 changes
Those are the versions I saw in the control panel yesterday—and just confirmed in composer.json, and we haven't run updates since March, when we updated to 2.7.1.
Hmm, so after clearing out the queue jobs, you're still getting this error on the new versions of everything? Are you able to look in your /storage/logs folder and search your log files for this error Setting unknown property: verbb\supertable\fields\SuperTableField::propagationKeyFormat
to show the full stack trace of the error?
I'm not seeing any queue.log
entries that match failed jobs. I only see 1 error in queue.log, and that's unrelated to these.
Strange, even if you try and re-run the failed queue jobs? Just trying to track down exactly where this error is being triggered from. I would also check your other log files like web.log
just in case