The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
Duplicated language setting for CKEditor (gsconfig and language file) - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: Duplicated language setting for CKEditor (gsconfig and language file) (/showthread.php?tid=2372)



Duplicated language setting for CKEditor (gsconfig and language file) - mrmut - 2011-11-11

I found that language setting for CKEditor is redundant.

One language setting is found in language translation file, and the other in gsconfig.php.

I found both working, but question are the both needed. - Any reason this is set like this?


Duplicated language setting for CKEditor (gsconfig and language file) - Connie - 2011-11-12

the CKEditor-language file contains

Code:
CKEDITOR.lang.de

this tells the Editor to use it for german, a de.js-language file with
Code:
CKEDITOR.lang.ru
, I am sure, will produce russian output, not german output

as this happens when the language file is active, you must tell the way to that special language file by defining in the gsconfig.php

this could be one explanation

in the gsconfig.php you can tell the editor explicitely to use the language of your own, otherwise it will be up to some browser configuration to choose a language

I am not sure if this is a problem


Duplicated language setting for CKEditor (gsconfig and language file) - mrmut - 2011-11-13

Thanks for Re:.

Neither do I think this is real problem, but redundancy is not always a good thing, especially if documentation is not thorough.