https://bugzilla.wikimedia.org/show_bug.cgi?id=18882


Roan Kattouw <roan.katt...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roan.katt...@gmail.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Roan Kattouw <roan.katt...@gmail.com>  2009-05-22 22:58:55 
UTC ---
Bugzilla is for filing bugs, it is not a support forum. It's best to ask this
question elsewhere, e.g. on IRC.

My two cents: instead of

require_once("extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php");

you should probably use

require_once("$IP/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php");

Also note that

require('/Users/myusername/Sites/mediawiki-1.14.0/extensions/Syntax_Highlight_GeSHi/geshi/geshi.php');

has the path spelled wrong (there's no underscore in Syntax_Highlight).


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to