Community « Discussion forum « Bug tracker « strange Output «
Comment: strange Output
| << Previous | Next >> |
Comment inspired from Bernard
Bernard:
The strange Output was due to apache not supporting the il8n setup corrently and was fixed by commenting out three lines of the shared/global.php file
thanks for the response Jon
The strange Output was due to apache not supporting the il8n setup corrently and was fixed by commenting out three lines of the shared/global.php file
// initialize the library
//i18n::initialize();
// load strings localized externally for shared scripts
//i18n::bind('shared');
// localize messages generated in the background
//i18n::bind('agents');
thanks for the response Jon

