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

ipswitch’s picture

I'm getting the same error message.

Ionut’s picture

Same here

mitchell’s picture

Version: 6.x-1.0 » 6.x-1.x-dev

When using 6.x-1.x-dev, I initially got the same error, except on line 366; luckily, it's now on 348 as well :)

AltaVida’s picture

Title: Call_user_func_arrary() error » call_user_func_array() error

These 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.

devinhedge’s picture

ugh. 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.

devinhedge’s picture

I upgraded to the 2009-Jan-16 development snapshop fixes the issue. The issue seems to be fixed.

ronan’s picture

Status: Active » Closed (fixed)

This fix is now in the latest stable release.