i tryed to get it to work but i cant, i am also trying to get the makesysop extension to work at the same time the dirs of these are like this
/public_html/wiki/extensions/Makesysop/
/public_html/wiki/extensions/CountEdits/
/public_html/wiki/extensions/ExtensionFunctions.php
after adding the code
require_once("$IP/extensions/Makesysop/SpecialMakesysop.php");
require_once( 'extensions/CountEdits/CountEdits.php');
to the bottom of my localsettings, i then get a error saying
Fatal error: setup() [function.require]: Failed opening required '' (include_path='/home/holyorde/public_html/wiki:/home/holyorde/public_html/wiki/includes:/home/holyorde/public_html/wiki/languages') in /home/holyorde/public_html/wiki/extensions/ExtensionFunctions.php on line 47
i checked the ExtensionFunction.php to see whats on line 47 and all it is is this require_once( $this->file )
i have no clue what to do at all,











