The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
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
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
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
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
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
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 1121 build_postbit
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
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTML editor vanishes from page after u/g
#1
Hi

I've just u/g a site of mine and I've obviously done something daft as the HTML editor now flashes up briefly and then vanishes from any page I'm editing or creating.

If I set my profile NOT to use HTML then I can edit ascii text just fine and also edit raw html from old pages.

Where should I look to debug & correct this?

Oh yes - with debug enabled no errors appear in the debug window.

Many thanks

David
Reply
#2
(2013-09-14, 02:21:13)david.matthewson Wrote: ... as the HTML editor now flashes up briefly and then vanishes from any page I'm editing or creating.

Try commenting any custom settings in gsconfig.php that you have for these two parameters:
Code:
#define('GSEDITORTOOL', 'advanced');

#define('GSEDITOROPTIONS', '');

I can't remember exactly what I found was causing similar symptoms when I upgraded. Re-introduce your custom settings one at a time to see what breaks it.
--
Nick.
Reply
#3
(2013-09-14, 04:35:49)hameau Wrote:
(2013-09-14, 02:21:13)david.matthewson Wrote: ... as the HTML editor now flashes up briefly and then vanishes from any page I'm editing or creating.

Try commenting any custom settings in gsconfig.php that you have for these two parameters:
Code:
#define('GSEDITORTOOL', 'advanced');

#define('GSEDITOROPTIONS', '');

I can't remember exactly what I found was causing similar symptoms when I upgraded. Re-introduce your custom settings one at a time to see what breaks it.
Many thanks!

It was this:

# WYSIWYG Editor Options
# define('GSEDITOROPTIONS',"scayt_autoStartup:true, extraPlugins:'video', scayt_sLang:'en_GB'");


I guess the plugins referred to are missing/corrupt, hence the editor can't load.

Happy happy...Big GrinBig Grin

Much appreciate your prompt help.

David
Reply




Users browsing this thread: 1 Guest(s)