Jump to content

[Solved] Enable Popen for Stevie (is enabled on johnny)


paladox2014

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...