Summary | When Turkish is selected on login screen, horde goes down with PHP Fatal Error |
Queue | Horde Base |
Queue Version | 3.1.4 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | tuncay (at) mavsoft (dot) net |
Created | 07/13/2007 (6538 days ago) |
Due | |
Updated | 11/12/2007 (6416 days ago) |
Assigned | |
Resolved | 07/13/2007 (6538 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
contributions. Teºekkürler.
appears. I dont know how to solve this problem.
edit setLang function and add following line before end of function
(LINE 124 in my version)
setlocale(LC_CTYPE, 'C'); // Fix for PHP bug 35050
it will probably work..
Volkan KIRIK,
Aruspex Communications
http://www.aruspex.net
http://bugs.php.net/bug.php?id=35050
There is nothing we can do about this short of lowercasing all of our
code, which is not a viable solution for all kinds of reasons.
horde and php 5
appears. I dont know how to solve this problem.
The related PHP bug is described at
http://bugs.php.net/bug.php?id=35050 , Basically it is PHP being
unable to access classes and elements that have a capital i ( I ) in
their name. My workaround was to replace all such occurences with a
lowercase i. God save bash's "for" loop, grep and replace commands.
According to PHP crew, this bug will not be fixed until PHP 6.
I put this information here for future reference for users who look
for the same problem I was looking for this morning. After all, it
seems Horde is the primary (if not only) application that hits this
bug in PHP.
State ⇒ Not A Bug
Priority ⇒ 2. Medium
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ When Turkish is selected on login screen, horde goes down with PHP Fatal Error
Queue ⇒ Horde Base
State ⇒ Unconfirmed
page is displayed, with the following PHP Fatal Error in apache's log
file:
PHP Fatal error: Call to undefined method Registry::_fillAPICache()
in /usr/share/horde/lib/Horde/Registry.php on line 510
I checked every other language and none of the others show the same symptom.
Previous versions had the same behaviour, but the error was different
(although in same file), something about undefined method
Registry::hasInterface().
In my opinion, horde is the most advanced webmail and collaboration
suite available today, but this error makes it impossible to use for
non-english speaking people here in turkey,
I can provide any additional information, server log, test environment
etc if you contact me.
Hopefully this will be solved soon. Thank you for the software.
Best Regards,
Tuncay Goncuoglu