WSOD when run via direct link in browser:
DRUPAL_ROOT is /home/account/public_html/drupal.
Bootstrapping to DRUPAL_BOOTSTRAP_SESSION
Fatal error: Call to undefined function user_preferred_language() in /home/account/public_html/drupal/sites/all/modules/logging_alerts/errorlog/errorlog.module on line 45
Comments
Comment #1
rfayPlease use the drush version, as it's more likely to work any time. We'll probably drop the direct link out of there.
Comment #2
deanflory commentedThanks, will check it out. I haven't used Drush yet but maybe this will be the instance that forces me to see the light.
Comment #3
batje commentedthis is an error in logging and alerts (the value is not used at all in the remainder of the function, if you remove the function, the next issue is that the theme() function is unknown.
This happens when logging&alert watchdog is called very early in the bootstrap process. I did this to solve it:
Comment #4
maciej.zgadzaj commentedThanks Reinier. Please roll that into a patch.
Comment #5
maciej.zgadzaj commentedFixed in both 7.x-2.x and 6.x-2.x branches, just pushed to d.o.