Last modified: 2012-05-04 18:24:12 UTC
Hello I am with mediawiki-1.19.0rc1 . I have installed geshi with Pear. When I try to add a simple on my pages. Like this <php lines=LINES source=SOURCE> php code OR page title OR filename </php> When I post it I get this. UNIQc09ac0642adfb1c-php-00000001-QINU I have UTF-8 support on my system everything is working except Geshi. I don't have any errors. The pear install says that Geshi is version 1.0.0 latest. Is there any possible solution to my problem thank you.
(In reply to comment #0) > Hello I am with mediawiki-1.19.0rc1 . I have installed geshi with Pear. > When I try to add a simple on my pages. Like this > > <php lines=LINES source=SOURCE> php code OR page title OR filename </php> > > When I post it I get this. > > > UNIQc09ac0642adfb1c-php-00000001-QINU > > I have UTF-8 support on my system everything is working except Geshi. > I don't have any errors. The pear install says that Geshi is version 1.0.0 > latest. > Is there any possible solution to my problem thank you. Those are strip markers. What about if you just use the extension as is, with the version of GeSHi we bundle? That is also version 1.0.8.10. I'm not sure if we actually support GeSHi from PEAR... I'm not sure what you're trying to do with that syntax, we use syntaxhighlight or similar. https://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi
Sorry I was referring to an older page this one http://www.mediawiki.org/wiki/Extension:Geshi now it is working. Thank you for your time sorry for the confusion.