Warning: in_array() expects parameter 2 to be array, null given in workbench_scheduler_manage_schedules_access_check()
Warning is appearing on every node page.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | workbench_scheduler-access_callback_fix-2538586-4.patch | 549 bytes | botanic_spark |
| #1 | workbench_scheduler-access_callback_fix-2538586-1.patch | 797 bytes | botanic_spark |
Comments
Comment #1
botanic_spark commentedPatch is just checking if variable
$typesexists.Comment #2
botanic_spark commentedComment #3
mikemiles86@botanic_spark
You need to update the reference paths in your patch, to just be relative to the module. Currently they point from your local docroot.
Comment #4
botanic_spark commented@mikemiles86 Thanks for noticing that. Here is update.
Comment #5
botanic_spark commentedComment #7
mikemiles86@botanic_spark
Thanks for your updated patch. work looks good. I took it just a bit further to also make sure that the node was successfully loaded.
Fix will be out in the next release!