I am getting this message on some of my mediawiki site pages: Error: Module:Navbar:25: bad argument #1 to 'sub' (string expected, got nil)
I figure this is another Lua issue caused by using Wikipedia templates & Scribunto. Any tips?? I finally got Scribunto to quit crapping out on my uploads by disabling the extra settings as shown below: require_once( "$IP/extensions/Scribunto/Scribunto.php" ); $wgScribuntoDefaultEngine = 'luastandalone'; # $wgScribuntoUseGeSHi = true; # $wgScribuntoUseCodeEditor = true; $wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua5.1'; $wgScribuntoEngineConf['luastandalone']['errorFile'] = '/var/log/luaerror.log'; I don't know if its actually working since I don't know how to test/check it. Thanks! John _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
