Running the SQL in this update will at present give us "User warning: Unknown column role_expire.rid ..." on MySQL 5.1.
The SQL should be "SELECT re.rid... " not "SELECT role_expire.rid..." as once you alias a table in the FROM clause, you have to refer to it by the alias.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | role_expire-fix_update_function-817002-0.patch | 815 bytes | Mark Theunissen |
Comments
Comment #1
Mark Theunissen commentedComment #2
stewsnoozeThis patch doesn't apply as it was taken from the Drupal root, not the module root. (i.e. role_expire/)
However I've applied it manually
Comment #3
stewsnoozeCommitted to CVS HEAD
Comment #4
Mark Theunissen commentedWoops, and thanks!
Comment #5
sharplesa commentedClosing based on Stew's comment #3 above.