I tried installing the wikihow version of mediawiki software because it’s admired, and I need to know how it does some things. The nice people at wikihow have included what claims to be a compete bundle of all the skin modifications and extensions used by wikihow software in one big compressed file called
wikihow-source-code.tar.gz
So I uploaded the above file, extracted all the contents and ran through the usual mediawiki ‘one click’ install procedure – creating the MySQL database and user manually, editing adminsettings.sample, running the install script from the browser and then moving localsettings.php up to the parent directory. It told me it had installed mediawiki software successfully, but at the next step throws out a fatal error message that Article.php is failing to call PatrolHelper.php
PatrolHelper.php appears to be missing.
I tried commenting out the broken call but that caused more errors from lines depending on class variables having been initialised by said missing subroutine.
Any suggestions for getting the wikihow software working?
Andy Roberts is a writer who initiated DARnet. Contact me on aroberts@gmail.com or @aroberts on twitter






Hi there.
Did you find out anything? I recently tried installing it myself, but I got the same error.
Well that’s at least three of us then. No luck so far.
Hi
I have downloaded the open source code. But there is no config/ directory and instead of that there is config-old/
I have tried to install using that directory but it gives the error.
Could not open “../maintenance/tables.sql”.
Please anyone can help me?
Add these lines:
require_once(‘extensions/wikihow/WikiHow.php’);
require_once(‘extensions/wikihow/FeaturedArticles.php’);
require_once(‘extensions/wikihow/Request.php’);
require_once(‘extensions/Postcomment/SpecialPostcomment.php’);
to WikiHowSkin.php
and then you will find some other bugs.
Oh thanks Gordon. I’d better try and find it again then.
I had the same problem during one attempt to install on a shared hosting account at pair.com.
Anyway, the PatrolHelper.php file is located in the ‘/extentions/wikihow/’
directory.
I finally got it installed and working….kind of:
http://www.ourpropertytaxes.com/wiki19/
Yes, looks very similar, in that some of it works and some of it does not!
If you are going to try and use that you better have a full-time programmer on staff, or at the ready.
There was some help eventually forthcoming on the wikihow forum
“Patrol helper is included in the distribution at this location:
/wiki19/extensions/wikihow/PatrolHelper.php
Looks like you have an issue with your include path. I’d change it to make sure it includes the wikihow extensions directory.”
Which is the same as Gordon volunteered in comment 3.
Anyone got this running ?
i am getting tons of errors…
No, we eventually went with a vanilla Mediawiki 1.11 install and extended from there.
Hi
I have downloaded the open source code. But there is no config/ directory and instead of that there is config-old/
I have tried to install using that directory but it gives the error.
Could not open “../maintenance/tables.sql”.
Please anyone can help me?
Did anyone having wikihow souce code without any bugs..
I allready try to fix it, but im still geting many errors…
Please do help me…
Thank you..
how do you get a copy of the files. I cannot see an email on the contact page of the site or a subversion link?
Thanks
Hi, has anyone been able to get this working? Or maybe something similar.
Hi All,
I have the same problem and after long hours of testing… i found the solution…
when installing use select Language En : English Languag
it works for me then you can change setting of language.
chao.
You need to copy the lines from wikihow’s LocalSettings-production.php into your LocalSettings.php to get it going. Compare the two files and overwrite your LocalSettings with anything WikiHow has changed, but be careful to preserve anything specific to your server, such as database settings, etc.
I’d like so much to have a web like wikihow. If someone get installed, please post here a download for us! o/
anybody have put the question to wikihow? (stupid question but just in case^^)
I have, but they explicitly stated in the terms that the code is as is.
i have added the below given code in to the WikiHowSkin.php, which is in the skins folder.
require_once(‘includes/SkinTemplate.php’);
require_once(’extensions/wikihow/WikiHow.php’);
require_once(’extensions/wikihow/FeaturedArticles.php’);
require_once(’extensions/wikihow/Request.php’);
require_once(’extensions/Postcomment/SpecialPostcomment.php’);
require_once(’extentions/wikihow/PatrolHelper.php’);
and its working fine!
Hi karunakaran!
your fix works for the installation of the wiki. But after the installation, I have already a problem on the main page of the wiki:
Warning: require_once(PatrolHelper.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/vhosts/website/httpdocs/wiki112/includes/Article.php on line 15
Fatal error: require_once() [function.require]: Failed opening required ‘PatrolHelper.php’ (include_path=’/var/www/vhosts/website/httpdocs/wiki112:/var/www/vhosts/website/httpdocs/wiki112/includes:/var/www/vhosts/website/httpdocs/wiki112/languages:.:/usr/share/php:/usr/share/pear’) in /var/www/vhosts/website/httpdocs/wiki112/includes/Article.php on line 15
What have you done to fix it?
Thanks
Yes! still there are errors?!
Hi, anyone could tell me the newest version of WikiHow version Mediawiki, got the exactly same skin with its official skin? Thanks in advance. I have downloaded it, and found here, u were discussing the installation of it.
I’m still trying to find someone who can accomplish this.
If you think you know how to do a install, please contact me or leave your email here. I will keep visiting.
Paid assistance too will be welcome.
I am sure that I can offer some help, and being paid would be a good thing.
gordon.joly [ at ]pobox.com
could anyone help me find the latest wikihow theme download link. And how should i install the thing? I need a site similar to build a biological repository for my research project
Edit Article.php and change
require_once(‘PatrolHelper.php’);
to
require_once(‘PatrolLog.php’);
re-run the install and it should work fine
Hi!
I successfully installed wikihow (20101213 build) without any errors.
After I moved the LocalSettings.php file as mentioned, the dropped the following:
Fatal error: Class ‘VideoPage’ not found in …/wiki/includes/Wiki.php on line 252
Anybody can help on this problem?
Thanks,
Kornel
I’m having same problem..