Last modified: 2012-07-03 13:15:21 UTC
Hi, I've recently updated my MediaWiki installation from version 1.18.1 to 1.19.0 and I noticed our pages containing <syntaxhighlight> tags can't be displayed (an HTTP 500 error is returned). Then I have downloaded the latest Geshi plugin version, and it still fails. If you have the same compatibility problem, could you tell me whether Geshi is planned to be upgraded in the future ? By the way, thanks for your great job. Regards, Jean-Baptiste
https://www.mediawiki.org/wiki/Blank_page#You_see_a_Blank_Page What's the exact error message?
Actually there's no error message on the web browser (it keeps waiting on a response infinitly, then it's not really an HTTP 500 error as I said before) and nothing on Apache log files neither. Do you have the same problem with MediaWiki 1.19 ?
I can correct the font size using <syntaxhighlight style="font-size:13px" doesn't that work?
(In reply to comment #3) > I can correct the font size using > > <syntaxhighlight style="font-size:13px" > > doesn't that work? Sorry for this comment, posted it in the wrong thread. Sorry
Sorry for the late answer but I found where the problem is coming from. Actually someone used the java syntax highlighter for a java stacktrace, it looked like that : <syntaxhighlight lang="java"> Caused by: java.lang.LinkageError: loader constraint violation: loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) previously initiated loading for a .... blablabla </syntaxhighlight> Since this code is not a piece of java code, I suppose GeSHI extension have problems to understand this text and the page is never processed completly. I thought it was an incompatibility issue because it worked with our previous mediawiki environment, but it doesn't work anymore since the upgrade. Thanks