Topic on Extension talk:TinyMCE

2600:2B00:7208:5500:C82A:E64A:7981:A87A (talkcontribs)

Hello -- New user to MediaWiki so I'm sure this is related to my own errors, yet I could use some help.


After installing the TinyMCE extension, I received this error:

Original exception: [Xi8Zvty3mPSGkoC@gJrWrQAAAAs] 2020-01-27 17:11:26: Fatal exception of type "UnexpectedValueException"

Exception caught inside exception handler.

Set $wgShowExceptionDetails = true; at the bottom of LocalSettings.php to show detailed debugging information.


Thanks for any help!

Nicholas

DuncanCrane (talkcontribs)

Hi Nicholas

Welcome to mediawiki and thank you for (trying to) use this extension. Also apologies for the delay, for some reason I wasn't notified :-(

I wonder if you tried adding the following line to the LocalSettings.php file, which is located in the root directory of your mediawiki installation?

$wgShowExceptionDetails = true; 

This will cause extra debugging information when errors are encountered.

You can also add the following lines to get more error information. These lines can be removed again once everything is working properly.

error_reporting( -1 );
ini_set( 'display_errors', 1 );

From what you have told me so far, the problem may relate to a mismatch of software versions. If you navigate to the special pages page (a link can be found on the menu panel to the left) and locate the versions link on that page, you will be given a lsit of all the various modules loaded including their versions. If you can let me have that information, it will help with identifying the problem.

Many thanks

Duncan