Last modified: 2012-07-03 13:15:21 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T39693, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 37693 - Compatibility with MediaWiki 1.19
Compatibility with MediaWiki 1.19
Status: RESOLVED WONTFIX
Product: MediaWiki extensions
Classification: Unclassified
SyntaxHighlight (GeSHi) (Other open bugs)
REL1_19-branch
PC Windows Server 2008
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-18 16:04 UTC by jb.renaux
Modified: 2012-07-03 13:15 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description jb.renaux 2012-06-18 16:04:11 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
Comment 1 Max Semenik 2012-06-18 16:10:43 UTC
https://www.mediawiki.org/wiki/Blank_page#You_see_a_Blank_Page
What's the exact error message?
Comment 2 jb.renaux 2012-06-21 11:29:43 UTC
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 ?
Comment 3 JuanPi 2012-06-27 11:42:54 UTC
I can correct the font size using

   <syntaxhighlight  style="font-size:13px"

doesn't that work?
Comment 4 JuanPi 2012-06-27 11:44:08 UTC
(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
Comment 5 jb.renaux 2012-07-03 13:15:21 UTC
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

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links