Hello
When my users want use horde az webmail they recieve this error :
Fatal error: Call to undefined function: _() in /usr/local/cpanel/base/horde/config/registry.php on line 86
What is the problem and what should I do for solving this?
![]()
Hello
When my users want use horde az webmail they recieve this error :
Fatal error: Call to undefined function: _() in /usr/local/cpanel/base/horde/config/registry.php on line 86
What is the problem and what should I do for solving this?
![]()
I think, the problem is that you are using too old a version of PHP which doesn't support some needed functions such as the quote() function. Upgrade to a supported version of PHP.
Andy Reed
:: WinHosting.com
Try
touch /var/cpanel/usecpphp
I have been having this issue off and on for the last few months, to fix this just touch /var/cpanel/usecpphp
That should fix the issue.
Thanks
-Seth
/scripts/fullhordereset
i think that script exists. i might have worded it wrongly.
That error is because you don't have php compiled with gettext.
Thanks Seth, this worked for us.Originally Posted by sjackson909
I've never had apache compiled with gettext and horde has worked fine before, why would that suddenly affect it?
Strange, it happens every time I upgrade cpanel here...
Thanks this one worked fine
rm -f /usr/local/cpanel/cpanel; /scripts/upcp
It would be nice if the webmail link on the homepage of cpanel redirected to the one that the add/remove accounts page has. No sense in 15 different webmail methods that can break.
The one in add/remove accounts is never affected when this happens.
GlowHost.com | Professional Managed Web Hosting Since 2002.
>> Fully Managed Dedicated, Cloud VDS, Reseller & Semi-Dedicated
>> Cloud Servers for Enterprise
I had this same problem, compiling php with gettext fixed the problem.