Closed (fixed)
Project:
Zero Point
Version:
6.x-1.23
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2013 at 06:27 UTC
Updated:
27 Jun 2013 at 16:15 UTC
After update to the 6.x-1.23 version I have a lot such messages about error in my log:
2013/04/01 10:11:24 [error] 38774#0: *1200876 FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined function i18nstrings() in <...>/themes/zeropoint/template.php on line 446" while reading response header from upstream..."
Also all my forum pages shows error 500 in browser.
I think it connected with changes from this issue: http://drupal.org/node/776330.
Comments
Comment #1
florian commentedComment line 446 in template.php and uncomment line 445 and see if this solves the issues.
Comment #2
RedRat commentedYes, I have did it yesterday and it solves the problem.
Comment #3
peterx commentedSame problem. Fix #1 worked.
Comment #4
csc4 commentedSame problem - fix works but surely this needs patching urgently? Not all sites use i18n and http://drupal.org/node/776330#comment-5647778 is quite right there really should be a test on the call shouldn't there?
Comment #5
florian commentedthe issue was fixed in version 6.x-1.24