Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Wizlords Development Notes

From Wizards and Warlords
Revision as of 20:06, 14 June 2026 by Aurelian (talk | contribs) (Created page with "MediaWiki 1.45 Windows/XAMPP installation on T: drive Scribunto LuaStandalone was failing with: Lua error: Internal error: The interpreter exited with status 1 '""T:' is not recognized as an internal or external command Fix: Commented out line in: extensions/Scribunto/includes/engines/LuaStandalone/LuaStandaloneInterpreter.php Original: $cmd = '"' . $cmd . '"'; Modified: // $cmd = '"' . $cmd . '"';")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MediaWiki 1.45 Windows/XAMPP installation on T: drive

Scribunto LuaStandalone was failing with:

Lua error: Internal error: The interpreter exited with status 1 '""T:' is not recognized as an internal or external command

Fix: Commented out line in:

extensions/Scribunto/includes/engines/LuaStandalone/LuaStandaloneInterpreter.php

Original: $cmd = '"' . $cmd . '"';

Modified: // $cmd = '"' . $cmd . '"';