Topic on Extension talk:Scribunto

Scribunto/extension.json does not exist error

4
88.203.168.111 (talkcontribs)

I am not sure how to exactly install this thing, I use Windows 10 and the installation requires using linux commands but I skipped this part. But now I get this error:

Fatal error: Uncaught exception 'Exception' with message 'E:\xampp\htdocs\wiki/extensions/Scribunto/extension.json does not exist!' in E:\xampp\htdocs\wiki\includes\registration\ExtensionRegistry.php:106 Stack trace: #0 E:\xampp\htdocs\wiki\includes\GlobalFunctions.php(115): ExtensionRegistry->queue('E:\\xampp\\htdocs...') #1 E:\xampp\htdocs\wiki\LocalSettings.php(141): wfLoadExtension('Scribunto') #2 E:\xampp\htdocs\wiki\includes\WebStart.php(124): require_once('E:\\xampp\\htdocs...') #3 E:\xampp\htdocs\wiki\index.php(40): require('E:\\xampp\\htdocs...') #4 {main} thrown in E:\xampp\htdocs\wiki\includes\registration\ExtensionRegistry.php on line 106

I did add those:

wfLoadExtension( 'Scribunto' );

require_once "$IP/extensions/Scribunto/Scribunto.php";

$wgScribuntoDefaultEngine = 'luastandalone';

and unchecked the read only from the extension's folder, but nothing works.

The logs show the same thing as above (Fatal error)

Anomie (talkcontribs)
185.72.59.193 (talkcontribs)

It says exactly to run wfloatExtension:

Manual installation

   Download and place the file(s) in a directory called Scribunto in your extensions/ folder.

   Add the following code at the bottom of your LocalSettings.php:

   wfLoadExtension( 'Scribunto' );

   $wgScribuntoDefaultEngine = 'luastandalone';

   Set execute permissions for the Lua binaries bundled with this extension:

I have the same problem

Anomie (talkcontribs)

It didn't say that 2 years ago when this thread took place.

Reply to "Scribunto/extension.json does not exist error"