After moving site from one host to another, I get the following:

[05-Apr-2012 05:22:59] PHP Fatal error: Call to undefined function fb_get_all_apps() in /Users/tom/workspace/ks/profiles/ks/modules/contrib/fb/fb_connect.module on line 185
[05-Apr-2012 05:22:59] PHP Stack trace:
[05-Apr-2012 05:22:59] PHP 1. {main}() /Users/tom/workspace/ks/index.php:0
[05-Apr-2012 05:22:59] PHP 2. menu_execute_active_handler() /Users/tom/workspace/ks/index.php:21
[05-Apr-2012 05:22:59] PHP 3. drupal_deliver_page() /Users/tom/workspace/ks/includes/menu.inc:532
[05-Apr-2012 05:22:59] PHP 4. drupal_deliver_html_page() /Users/tom/workspace/ks/includes/common.inc:2470
[05-Apr-2012 05:22:59] PHP 5. drupal_render_page() /Users/tom/workspace/ks/includes/common.inc:2582
[05-Apr-2012 05:22:59] PHP 6. context_page_build() /Users/tom/workspace/ks/includes/common.inc:5586
[05-Apr-2012 05:22:59] PHP 7. context_reaction_block->execute() /Users/tom/workspace/ks/profiles/ks/modules/contrib/context/context.core.inc:248
[05-Apr-2012 05:22:59] PHP 8. context_reaction_block->block_get_blocks_by_region() /Users/tom/workspace/ks/profiles/ks/modules/contrib/context/plugins/context_reaction_block.inc:238
[05-Apr-2012 05:22:59] PHP 9. context_reaction_block->block_list() /Users/tom/workspace/ks/profiles/ks/modules/contrib/context/plugins/context_reaction_block.inc:334
[05-Apr-2012 05:22:59] PHP 10. context_reaction_block->get_blocks() /Users/tom/workspace/ks/profiles/ks/modules/contrib/context/plugins/context_reaction_block.inc:352
[05-Apr-2012 05:22:59] PHP 11. module_invoke() /Users/tom/workspace/ks/profiles/ks/modules/contrib/context/plugins/context_reaction_block.inc:468
[05-Apr-2012 05:22:59] PHP 12. call_user_func_array() /Users/tom/workspace/ks/includes/module.inc:795
[05-Apr-2012 05:22:59] PHP 13. fb_connect_block_info() /Users/tom/workspace/ks/includes/module.inc:0

Comments

13rac1’s picture

Looks like a caching problem. Can you attempt to clear the cache with drush? drush cc all

mrfelton’s picture

tried it number time. Drush would also error out with the same error.