Topic on Extension talk:Scribunto

Anyone could help me out with Scribunto? (Windows 10)

6
Justgabs (talkcontribs)

Hello. I am completely new to this, and do not have much experience on this matter, I know you are required to install Scribunto in order to implement infoboxes such as personality, country, organization etc.

I believe that someone who has already used Scribunto could help me out with the installation much better than the already given guideline.

Everything I have set up for now is the Wiki itself, added the CSS and the JS to their respective pages. Nothing more.

Thanks!

PS: I have installed and added the extension to the extensions folder, and have added the code at the end of LocalSettings.

require_once "$IP/extensions/Scribunto/Scribunto.php"; $wgScribuntoDefaultEngine = 'luastandalone';

Anything else must be done?

Justgabs (talkcontribs)

So after doing this, I have downloaded the Template:infobox and tried to import it through Special:Import.

It wouldn't load it and it showed me this error.

Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\htdocs\mediawiki\extensions\Scribunto\engines\LuaStandalone\LuaStandaloneEngine.php on line 510

Why so?

42.99.164.54 (talkcontribs)

Hi,

I am having the same issue. May I know how did you solve the issue?

Many thanks.

207.250.18.198 (talkcontribs)

Same issue here, but I am running Windows Server 2012 with Apache 2.4

216.187.65.149 (talkcontribs)

I'm having a similar problem as well on server 2008R2 running IIS. Unfortunately, it looks like nobody knows the answer. :(

Alex Mashin (talkcontribs)

Is Lua installed at all? Also, is $wgScribuntoEngineConf['luastandalone']['luaPath'] equal to the path to your Lua binary? And does that binary run when started manually?

Also, you could try to compile and use luasandbox.

Reply to "Anyone could help me out with Scribunto? (Windows 10)"