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)
Jump to navigation Jump to search

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 . '"';