On 07/11/13 10:59, John W. Foster wrote: > Still trying to get rid of these Lua/Scribunto errors: > trying to import .xml files. > > Import failed: Lua error: Internal error: The interpreter exited with > status 2. > > http://www.physicswiki.net > > I rebuuilt the entire website from the ground up "AGAI" trying to get > these to work with basically the same results.
Sure, do the same thing twice, get the same results. Computers are predictable like that. Have you tried following the instructions at <https://www.mediawiki.org/wiki/Extension:Scribunto#Troubleshooting> ? "The interpreter exited with status 2" is not a very helpful error message. You need to set $wgScribuntoEngineConf['luastandalone']['errorFile'] to get useful error output, as described on that page. On 07/11/13 14:57, John wrote: > I was talking a look, my first thought would be to comment out all > extensions except Scribunto, reboot the webserver and see if the issue > persists. Given the large number of extensions you have active the best > thing to do is remove those as a source factor. It's extremely unlikely that either of these measures would make any difference. -- Tim Starling _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
