paladox2014 Posted April 24, 2015 Posted April 24, 2015 Hi please enable popen in php because I get these errors in my error log. [24-Apr-2015 08:20:33] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 17:22:27] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 09:21:08] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 10:45:59] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 10:49:37] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 11:47:27] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 11:47:27] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 20:47:44] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 11:47:57] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 11:48:08] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 12:51:22] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 12:51:28] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 12:51:34] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 12:51:34] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137[24-Apr-2015 13:20:08] PHP Warning: popen() has been disabled for security reasons in /home/paladox/public_html/includes/GlobalFunctions.php on line 3137 There is more errors then this but this is some of them. and it is enabled on johnny.
Tjoene Posted April 28, 2015 Posted April 28, 2015 As the error indicate, that function is disabled for security reasons. In order to protect the servers, certain functions, like the exec and popen are disabled.
wolstech Posted April 28, 2015 Posted April 28, 2015 Then it is probably a mistake on our part unless something changed. We don't allow shell functions. I'll have Krydos comment on this, but I suspect the solution will actually be to turn it off for Johnny as opposed to enabling it on Stevie.
wolstech Posted April 28, 2015 Posted April 28, 2015 This support request is being escalated to our root admin.
paladox2014 Posted April 28, 2015 Author Posted April 28, 2015 Oh ok. I doint run shell scripts it is part of globalfunctions in mediawiki. is there any way to enable it but allow certain things to work.
wolstech Posted April 28, 2015 Posted April 28, 2015 There isn't. It's on or off with nothing in between. For wgat its worth, our server doesn't really meet the requirements for mediawiki. I'd recommend other wiki software personally. There are choices that don't require these things.
Krydos Posted April 29, 2015 Posted April 29, 2015 Hi but johnny has popen enabled.What makes you think Johnny has it enabled? From Johnny phpinfo:disable_functions exec,passthru,proc_nice,proc_open,shell_exec,system,popen From Stevie phpinfo:disable_functions exec,passthru,proc_nice,proc_open,shell_exec,system,popen
paladox2014 Posted May 1, 2015 Author Posted May 1, 2015 Oh sorry I just though that because I didn't see it in error log but looking at it now it shows popen in it.
Recommended Posts