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
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
Based on the default functionality of the CakeDjjob behavior, CakeDjjob will call for DJJob::setConnection() without setting self::$jobsTable. It might be useful if DJJob::setConnection() has an optional parameter named $jobsTable that defaults with the value 'jobs'. There should be a line inside DJJob::setConnection() that will set self::$jobsTable = $jobsTable. Right now, since self::$jobsTable is empty, I'm getting errors like the screenshot attached here.
The text was updated successfully, but these errors were encountered:
@ojtibi CakeDjjob never pegged itself to a released version of Djjob. I'll get both of the projects within composer today/tomorrow and fix the CakeDjjob integration. My bad.
Based on the default functionality of the
CakeDjjob
behavior,CakeDjjob
will call forDJJob::setConnection()
without settingself::$jobsTable
. It might be useful ifDJJob::setConnection()
has an optional parameter named$jobsTable
that defaults with the value'jobs'
. There should be a line insideDJJob::setConnection()
that will setself::$jobsTable = $jobsTable
. Right now, sinceself::$jobsTable
is empty, I'm getting errors like the screenshot attached here.The text was updated successfully, but these errors were encountered: