Problem/Motivation
Recoverable fatal error is thrown when auto_nodequque passes an object as an argument (type) into DatabaseStatementBase->execute().
Proposed resolution
Check to ensure a string value is passed as an argument after retrieving the queue type value from the form. With BEAN, the value from the form is an object. This is passed as an argument (type) and it causes DatabaseStatementBase->execute() to fail. There might be other cases where you want to check the object for it's type and use that value instead. For the BEAN case, that isn't useful since BEANs can't be part of a nodequeue.
Remaining tasks
Post patch.- Verify and test patch.
- Merge patch with 2.x dev branch.
User interface changes
None.
API changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | auto_nodequeue-recoverable-fatal-error-2368469.patch | 664 bytes | rojosnow |
Comments
Comment #1
rojosnow commentedComment #2
rojosnow commentedComment #3
rojosnow commentedComment #5
devd commentedFixed the same issue with the new release tag 7.x-2.1-rc1