popen() disabled.. *sigh* - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: popen() disabled.. *sigh* (/thread-2109.html) |
popen() disabled.. *sigh* - ArcAiN6 - 01-09-2008 07:36 AM ok.. here's the deal. I want to install the ventrilo_status php scripts but it complains: Code: Warning: popen() has been disabled for security reasons in /var/www/virtual/mydomain.com/hd/htdocs/ventstats/ventrilostatus.php on line 378 so i tried to get popen working by removing it's "disable" entry in the var/www/fcgi/mydomain.com/php4/php.ini file.. restarted apache... Still getting complaints about the function being disabled for security reasons.. does anyone know what i've done wrong, or haven't done? I would really be interested in getting this working. Thank you in advance. RE: popen() disabled.. *sigh* - Zothos - 01-09-2008 07:38 AM try var/www/fcgi/mydomain.com/php5/php.ini RE: popen() disabled.. *sigh* - joximu - 01-09-2008 07:40 AM Hi Are you sure, you use php4? /J RE: popen() disabled.. *sigh* - ArcAiN6 - 01-09-2008 07:48 AM hehe... i'm soch a moron... went from one server that's useing PHP4 to this one that's using PHP5... Thank you very much for pointing that out... it's like finding that errant ' . ' in 400 lines of code you wrote 5 days ago... *toddles off to shoot himself in the other foot* RE: popen() disabled.. *sigh* - joximu - 01-09-2008 08:22 AM You're welcome - have fun with ispcp... /Joximu |