On viewing my site logs, the error below wasrecorded several times by an anon user, and appear to be to do with quotes. I don't know what the user was trying to do at the time. My drupal version is 4.5.1
error
Date Tuesday, 25 January, 2005 - 01:29
User Anonymous Coward!
Location /?q=quotes/feed&PHPSESSID=f041677e383439d11f3aea2027aeba87
Message warning: call_user_func_array(): First argumented is expected to be a valid callback, '_quotes_feed' was given in /home/zorya46/public_html/crazybooks/includes/menu.inc on line 351.
Comments
Comment #1
Emiliano commentedHi! :-)
I got the same here today.
---
Location /index.php?q=quotes/feed
Message warning: call_user_func_array(): First argumented is expected to be a valid callback, '_quotes_feed' was given in D:\hshome\###\###\includes\menu.inc on line 351.
---
I'm using Drupal 4.5.2.
Thanks,
Emiliano.
Comment #2
(not verified) commentedThe problem is actually a missing function in quotes.module. Adding the following code (or something similar) will fix the problem:
Comment #3
Emiliano commentedHi!
It worked. Thanks a lot!
I won't change status to 'closed' or 'fixed' because I think the file available for download needs to be updated, right?
[]s,
Emiliano.
Comment #4
jhriggs commentedThis is fixed in CVS (4.5r4/2005022600, 4.6r1/2005022601).
Comment #5
(not verified) commented