Roan Kattouw <roan.kattouw <at> gmail.com> writes:
What matters is the name of the class. Somewhere, you'll have something like:
class Blahblah extends SpecialPage {
The "Blahblah" part is what you should fill out for the second 'BikolLiterature' (where I used 'SpecialBikolLiterature').
Roan Kattouw (Catrope)
Thanks. What I have is something like this:
$wgSpecialPages['BikolLiterature'] = 'BikolLiterature';
So, from what you've said, i got it right. Everything works well in my localhost. The only problem that I'm experiencing right now is that the special pages like the 'BikolLiterature' seems to be an invalid one with the uploaded in the http://ccs.adnu.edu.ph/wikibits/index.php/Special:BikolLiterature
There's something wrong with the path. Platonides gave me some possible solutions as follows: ----------------------------------------------------------------------- If it's just http://localhost/wiki/ vs http://www.example.com/wiki/ the only thing you may need to change is $wgServer. If you have changed from http://localhost/wiki/ to something different like http://www.example.com/~kat/wiki/ look at $wgScriptPath and $ArticlePath. If you had rewrite rules, they may need to be checked. ----------------------------------------------------------------------- Then, he added: $wgServer would be just 'http://www.example.com' See http://www.mediawiki.org/wiki/Manual:$wgServer
The 'folders' are on $wgScriptPath and $ArticlePath.
----------------------------------------------------------------------- I'll be trying those as soon as i was able to access the server im using. If you have additional possible solutions, I'll really appreciate them all. I really needed your help, guys.
Thanks! ^_^