upgraded without problems from 2.2 to 2.x dev
But now when I go to Queue page.. I get blank page and this error in php log:
PHP Fatal error: Call to undefined function messaging_log_get() in /notifications/notifications.admin.inc on line 399
I temporally commented out that if in line 399
if ($logs = messaging_log_get()) {
but I know that's not the solution.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | notifications-messaging-function-name-change-901960.patch | 671 bytes | msonnabaum |
Comments
Comment #1
jayson commented+1 I also get this error on the Manage Subscriptions Queue tab. Also using 6.x-2.x-dev.
Comment #2
squinternata commentedi m using 6.x-2.3 and i m also having this error..
could you hlp me??
thanks
A
Comment #3
Anonymous (not verified) commented+1
Comment #4
Anonymous (not verified) commentedMessages module change the function name from "messaging_log_get" to "messaging_get_log"
Se we must to update messaging module to 6.x-2.3
@!#!!£%$§!!!!!!
Comment #6
msonnabaum commentedThrowing up a patch for anyone else who needs it.