When I run my CRON job to send e-mail notifications, I get the error:
Fatal error: Call to undefined function: locale_initialize() in /hsphere/local/home/darknigh/shaddock-creek.com/modules/subscriptions/subscriptions_mail.module on line 185
Research I did suggests that the locale_initialize() function has been deprecated from the 6.2 code base, so this function would never work in a 6.x installation. Can someone please help? I have installed both the release and development versions of 6.x compatible code and both code sets exhibit this same behavior.
Thanks,
-GadgetGuru
Comments
Comment #1
salvisThanks for reporting this.
As a quick fix, just comment out that line (or delete it), or don't use digest mode.
Comment #2
salvisThe real fix is in 6.x-1.x-dev (give it time to be repackaged).
This finally implements proper multi-language support, i.e. users getting the templates in their preferred language.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.