( ! ) Fatal error: Call to undefined function batch_get() in ...\drupal6\sites\d6.dev\modules\patterns\patterns.module on line 2108
Call Stack
# Time Memory Function Location
1 0.0010 58072 {main}( ) ..\index.php:0
2 0.0098 327280 drupal_bootstrap( ) ..\index.php:16
3 0.0324 866720 _drupal_bootstrap( ) ..\bootstrap.inc:989
4 0.0386 1109880 bootstrap_invoke_all( ) ..\bootstrap.inc:1050
5 0.0958 3551288 module_invoke( ) ..\bootstrap.inc:591
6 0.0959 3552120 call_user_func_array ( ) ..\module.inc:462
7 0.0959 3552352 mobile_tools_boot( ) ..\module.inc:0
8 0.0971 3553088 mobile_tools_redirection_boot( ) ..\mobile_tools.module:109
9 0.0973 3555912 mobile_tools_goto( ) ..\mobile_tools.module:442
10 0.0973 3556912 bootstrap_invoke_all( ) ..\mobile_tools.module:901
11 0.1354 4608248 module_invoke( ) ..\bootstrap.inc:591
12 0.1355 4609072 call_user_func_array ( ) ..\module.inc:462
13 0.1355 4609296 patterns_exit( ) ..\module.inc:0
----
The problem arises in patterns_exit() but I think it is because mobile_tools_goto() invokes bootstrap_invoke_all('exit') before making a drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL) or something like that :P
I hope that helps.
Best regards,
Aarón
Comments
Comment #1
wmasterj commentedThis seems to exist on so many Drupal pages that it is ridicoulous. I haven't been able to find a solution to this yet.
Comment #2
yang_yi_cn commentedI have the same issue with a Views page. it gets fatal error when try to redirect. there's a error that trying to execute a view's function on a non-object.
Is there any reason we have to call bootstrap_invoke_all('exit') ? can we just remove that line?
Comment #3
ryan osītis commentedSubscribe
Comment #4
minoroffense commented1.x branch is no longer supported. CLosing.