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