After resolving the previous issue (http://drupal.org/node/358364) I justly ran onto the next one.
Just a few minutes ago I got notified that new version of Kaltura is available. After download and installing the latest release my website gives the following error :
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'access_allow_all' was given in /home/beneblog/public_html/includes/menu.inc on line 452.
My only problem is that the error is system wide...
Anyone? Cause this look bad on my site. http://www.beneblog.eu/
Comments
Comment #1
8tropos commentedComment #2
Zohar.Babin commentedThis is a cache issue, since the menu callbacks were changed, drupal searches for a function that doesn't exist anymore (since there was no reason for keeping it when it's not used in the new release).
After visiting the modules list (admin/build/modules) the cache is rebuilt and the error disappears.
Comment #3
Zohar.Babin commentedBetter "solution" is to use the [clear cached data] button under admin->site configuration->performance to clear all the cache.