Jump to content

Topic on Extension talk:Scribunto

NH35 (talkcontribs)

How can I fix it?

Warning: proc_open(): open_basedir restriction in effect. File(/dev/null) is not within the allowed path(s): (/home/xxxxxxxx/domains/mydomain.com/public_html/:/tmp:/var/tmp:/usr/local/lib/php/:/opt/alt) in /home/xxxxxxxx/domains/mydomain.com/public_html/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php on line 264 Warning: proc_open(/dev/null): failed to open stream: Operation not permitted in /home/xxxxxxxx/domains/mydomain.com/public_html/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php on line 264 Warning: proc_open(): open_basedir restriction in effect. File(/dev/null) is not within the allowed path(s): (/home/xxxxxxxx/domains/mydomain.com/public_html/:/tmp:/var/tmp:/usr/local/lib/php/:/opt/alt) in /home/xxxxxxxx/domains/mydomain.com/public_html/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php on line 264 Warning: proc_open(/dev/null): failed to open stream: Operation not permitted in /home/xxxxxxxx/domains/mydomain.com/public_html/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php on line 264 Warning: proc_open(): open_basedir restriction in effect. File(/dev/null) is not within the allowed path(s): (/home/xxxxxxxx/domains/mydomain.com/public_html/:/tmp:/var/tmp:/usr/local/lib/php/:/opt/alt) in /home/xxxxxxxx/domains/mydomain.com/public_html/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php on line 264 Warning: proc_open(/dev/null): failed to open stream: Operation not permitted in /home/xxxxxxxx/domains/mydomain.com/public_html/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php on line 264 Warning: proc_open(): open_basedir restriction in effect. File(/dev/null) is not within the allowed path(s): (/home/xxxxxxxx/domains/mydomain.com/public_html/:/tmp:/var/tmp:/usr/local/lib/php/:/opt/alt) in /home/xxxxxxxx/domains/mydomain.com/public_html/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php on line 264 Warning: proc_open(/dev/null): failed to open stream: Operation not permitted in /home/xxxxxxxx/domains/mydomain.com/public_html/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php on line 264 Warning: proc_open(): open_basedir restriction in effect. File(/dev/null) is not within the allowed path(s): (/home/xxxxxxxx/domains/mydomain.com/public_html/:/tmp:/var/tmp:/usr/local/lib/php/:/opt/alt) in /home/xxxxxxxx/domains/mydomain.com/public_html/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php on line 264 Warning: proc_open(/dev/null): failed to open stream: Operation not permitted in /home/xxxxxxxx/domains/mydomain.com/public_html/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php on line 264

My LocalSettings.php

require_once "$IP/extensions/Scribunto/Scribunto.php";
$wgScribuntoDefaultEngine = 'luastandalone';
$wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua';

PHP Info

http://bit.ly/2giLFvE

Engines chmod: 755

What does not work?

F.e.: http://bit.ly/2fUQQAO
Jackmcbarn (talkcontribs)

You need to fix your open_basedir setting in php.ini. If this is a shared host, then your hosting provider probably has to do it for you.