I get the following error when listing the modules installed on my site.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '_backup_migrate_export' was given in /chroot/home/mydir/mysite/html/includes/menu.inc on line 348.
I also get a blank screen when I click on the export link that appears from the Drupal Administration Menu module. I think it is related. This didn't happen in drupal5 and worked correctly from the Drupal Administration Menu module.
Comments
Comment #1
ipswitch commentedI'm getting the same error message.
Comment #2
Ionut commentedSame here
Comment #3
mitchell commentedWhen using 6.x-1.x-dev, I initially got the same error, except on line 366; luckily, it's now on 348 as well :)
Comment #4
AltaVida commentedThese seems to be a duplicate of #299937: Error when using admin menu - compatibility problems.
Until the module maintainer fixes this, an easy workaround is posted there.
Cheers.
Comment #5
devinhedge commentedugh. I hate it when I forget to query the database for duplicate error before posting. I believe this is the same as #359875: warning and blank page. Workng on confirming the fix.
Comment #6
devinhedge commentedI upgraded to the 2009-Jan-16 development snapshop fixes the issue. The issue seems to be fixed.
Comment #7
ronan commentedThis fix is now in the latest stable release.