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

           Summary: I can't get Extension:SyntaxHighlight GeSHi to work
           Product: MediaWiki extensions
           Version: any
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Extensions requests
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: jv.w...@jhu.edu


I'm on a mac os x (ver 10.5.5), running:

MediaWiki       1.13.2
PHP     5.2.6 (apache2handler)
MySQL   5.0.41

My mediawiki lives in /Users/myusername/Sites/mediawiki-1.14.0/

i added a folder called SyntaxHighlight_GeSHi to the /extensions/ folder in my
mediawiki folder.  It contains:

README
SyntaxHighlight_GeSHi.class.php
SyntaxHighlight_GeSHi.i18n.php
SyntaxHighlight_GeSHi.php

and a folder called geshi, with 3 subfolders: /contrib/, /docs/, /geshi/, and
one additional file: geshi.php

When i try to add the line:

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

to the end of my LocalSettings.php file, my wiki pages go blank.  if i then add

 require( 'geshi/geshi.php' );

or 

 require(dirname(__FILE__).'/geshi/geshi.php');

or 


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

nothing changes.

any ideas?

many thanks, joshua


-- 
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