Topic on Extension talk:Scribunto

90.218.183.65 (talkcontribs)

Hi I am getting this error with scribunto I have permission for the file 755 the error says Lua error: Cannot create process: proc_open is not available. Check PHP's "disable_functions" configuration directive. Please help me

Anomie (talkcontribs)

As the error message says, PHP's proc_open function is not available in your environment. Most likely it is listed in PHP's "disable_functions" configuration directive.

If you have access to the PHP configuration, remove proc_open from disable_functions, or otherwise determine why proc_open is unavailable and fix it. If you do not have this access, you will have to discuss with your system administrator whether they can enable the function for you, or whether they would install the luasandbox PHP extension for you.

Reply to "Error with scribunto"