I already have it running properly on my own computer (see small image below).
I'll put the Wiki back on-line at princed.org soon.

(mirror)
For now, the URL is: http://www.princed.org/w/Norbert wrote:Guess what... I found a backup of the old Princed Wiki.
I already have it running properly on my own computer (see small image below).
I'll put the Wiki back on-line at princed.org soon.
I'll look into it.David wrote:The go/search functions of the wiki doesn't work. They give me a database error.
That's from the old import/export, which was in latin1/2.David wrote:Also, non-ascii characters don't appear correctly,
see here: http://www.princed.org/w/index.php?title=Pl:Main_Page (Polish letters),
and here: http://www.princed.org/w/index.php?titl ... ile_format (quotes),
and here: http://www.princed.org/w/index.php?title=Developers (Győr).
The bots don't care and still register themselves.Norbert wrote:I've enabled the ConfirmEdit extension (shows a math question) on the wiki's account creation page to keep more bots out.
(Reason: I just noticed that two bots already registered themselves recently.)
It works, I could finally add an external link: http://www.princed.org/w/index.php?titl ... oldid=1693Falcury wrote:Because the Asirra module of the ConfirmEdit extension was not included in the newest version (deprecated maybe?), I had to pick a new captcha mechanism. I went with ReCaptchaNoCaptcha.
Preparing for New Year, eh?The CAPTCHA wrote: Your edit includes new external links. To protect the wiki against automated spam, we kindly ask you to solve the following CAPTCHA:
Select all squares with fireworks.
This is output after setting $wgShowExceptionDetails to true:Norbert wrote:Three articles seem to be broken.
They print something along the lines of "[WGpZMEKT8J4AAHD8QRUAAADA] 2017-01-02 13:44:17: Fatal exception of type "MWException"".
The articles:
http://www.princed.org/wiki/Apoplexy
http://www.princed.org/wiki/Princed
http://www.princed.org/wiki/Chomper_v._chopper
From what I can find, you should be able to set "$wgShowExceptionDetails = true;" in LocalSettings.php to find the culprit.
And/or, try commenting out in that PHP file this line, if it exists: "require_once( "$IP/extensions/LocalisationUpdate/LocalisationUpdate.php" );"
Code: Select all
[WGpfFUKT8J4AAEB8TjcAAABZ] /wiki/Princed MWException from line 210 of /home6/cloodiec/public_html/princed-org/w/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php: The lua binary (/home6/cloodiec/public_html/princed-org/w/extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua) is not executable.
Backtrace:
[...]
Source: https://www.mediawiki.org/wiki/Extensio ... #PHP_pcntlSince Scribunto for MediaWiki 1.25, your PHP server also needs to have pcntl enabled (only works with Unix/Linux platforms) if you want to use "LuaStandAlone" (i.e. running in a separate child process). Under Windows, Scribunto will run Lua only as "LuaSandbox" (within the same PHP thread as the thread used by MediaWiki to run this Scribunto extension, but within the sandboxing PHP environment configured by Scribunto).
It appears to be used for templates.Falcury wrote:(incidentally, what do we use this extension for, exactly?)