Topic on Extension talk:Scribunto

Simple user gets stuck

2
Gharryh (talkcontribs)

I am trying to import a xml and get this error screen message:

Warning: require_once(/home/harry-arends.nl/public_html/mat54_Wiki/extensions/AdaptiveThumb/AdaptiveThumb.php): failed to open stream: No such file or directory in /home/harry-arends.nl/public_html/mat54_Wiki/LocalSettings.php on line 305

Fatal error: require_once(): Failed opening required '/home/harry-arends.nl/public_html/mat54_Wiki/extensions/AdaptiveThumb/AdaptiveThumb.php' (include_path='/home/harry-arends.nl/public_html/mat54_Wiki/vendor/pear/pear_exception:/home/harry-arends.nl/public_html/mat54_Wiki/vendor/pear/console_getopt:/home/harry-arends.nl/public_html/mat54_Wiki/vendor/pear/pear-core-minimal/src:/home/harry-arends.nl/public_html/mat54_Wiki/vendor/pear/mail_mime:/home/harry-arends.nl/public_html/mat54_Wiki/vendor/pear/mail_mime-decode:/home/harry-arends.nl/public_html/mat54_Wiki/vendor/pear/net_socket:/home/harry-arends.nl/public_html/mat54_Wiki/vendor/pear/net_smtp:/home/harry-arends.nl/public_html/mat54_Wiki/vendor/pear/mail:.:/usr/share/php') in /home/harry-arends.nl/public_html/mat54_Wiki/LocalSettings.php on line 305

Following your instructions i downloaded the zip and moved the unpacked files in the extension folder and added this:

##added 24042017

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

$wgScribuntoDefaultEngine = 'luastandalone';

to my localsettings file. And then the wiki produces only erors and stops working. Had to remove localsetting entry to get it working again GRMBLE GRMBLE NOT FUNNY

What could be wrong as i am not a programmer but just a guy to get a wiki up and running

PS I am using MW1.

Jackmcbarn (talkcontribs)

Those errors seem to be about the AdaptiveThumb extension. Why do you think they are related to Scribunto?

Reply to "Simple user gets stuck"