While browsing for MM options through admin_menu module I found that 'configuration' link leads to admin/build/media_mover.
Also landing on the admin/build/media_mover also returned a warning saying
"
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'media_mover_ui_landing_page' was given in /var/www/drupal/includes/menu.inc on line 349.
"
So I commented out the code leading to 'admin/build_media_mover' until its added.
attaching a patch...
| Comment | File | Size | Author |
|---|---|---|---|
| mm_default_err.patch | 148 bytes | fotuzlab |
Comments
Comment #1
SlayJay commentedInstead of commenting it out change:
to:
Fixed the blank page problem for me.