Use of undefined constant ENABLE_TRANSLATE_LOCALE_EN_US
Permalink
Hey folks,
I'm getting a strange error in my C5 Installation on a HostEurope-Webspace.
The Message is
Does anyone know where this is coming from?
See the full error message here:http://www.wp12109415.server-he.de/...
Thanks a lot!
I'm getting a strange error in my C5 Installation on a HostEurope-Webspace.
The Message is
Notice: Use of undefined constant ENABLE_TRANSLATE_LOCALE_EN_US - assumed 'ENABLE_TRANSLATE_LOCALE_EN_US' in /is/htdocs/wp12109415_P01LXLT277/www/concrete/core/libraries/localization.php on line 58
Does anyone know where this is coming from?
See the full error message here:http://www.wp12109415.server-he.de/...
Thanks a lot!
what concrete5 version are you using? This constant should be defined herehttps://github.com/concrete5/concrete5/blob/master/web/concrete/conf...
Okay, got it.. It's actually a bug. It's used here:
https://github.com/concrete5/concrete5/blob/master/web/concrete/disp...
before it's defined here:
https://github.com/concrete5/concrete5/blob/master/web/concrete/disp...
https://github.com/concrete5/concrete5/blob/master/web/concrete/disp...
before it's defined here:
https://github.com/concrete5/concrete5/blob/master/web/concrete/disp...
but about your actual problem - concrete5 does throw a lot of notices - unfortunately. As it stands right now, you'll have to hide them. Set error_reporting, display_errors or whatever you can do..
It's the way it is right now, things are going to be better with 5.7!
It's the way it is right now, things are going to be better with 5.7!
Thanks for your reply!
Heavily appreciated.
I'm about to alter the error logging level - this might take up to 15 minutes. I'm going to write again, as soon as it's set.
Thanks
Heavily appreciated.
I'm about to alter the error logging level - this might take up to 15 minutes. I'm going to write again, as soon as it's set.
Thanks
Okay thanks a lot!
Everything works now!
;)
Everything works now!
;)