Bimmer-Tech
02-21-2005, 09:32 AM
Hello,</o:p>
</o:p>
I have tried checking if there are any disable functions for php. I have tried checking by making a php file with:</o:p>
</o:p>
<?php
echo ini_get("disable_functions");
?></o:p>
But nothing comes up. SoI don't know if there are or not.</o:p>
</o:p>
I am checking this because I am trying to run Gallery (http://gallery.menalto.com/index.php) on my web site and its not going to well.</o:p>
So I check there FAQ, and found out that I have this problem:</o:p>
</o:p>
Status: (expected 0) -- This means that Gallery is unable to get a status message from PHP, which it relies on. One possible solution is that your host has disabled some needed php functions. To determine if they have create a PHP file containing </o:p>
<?php</o:p>
echo ini_get("disable_functions");</o:p>
?></o:p>
</o:p>
So if there are functions that are disable on my server, is there a way to disable it or turn it off?</o:p>
</o:p>
Thanks,</o:p>Bimmer-Tech
</o:p>
I have tried checking if there are any disable functions for php. I have tried checking by making a php file with:</o:p>
</o:p>
<?php
echo ini_get("disable_functions");
?></o:p>
But nothing comes up. SoI don't know if there are or not.</o:p>
</o:p>
I am checking this because I am trying to run Gallery (http://gallery.menalto.com/index.php) on my web site and its not going to well.</o:p>
So I check there FAQ, and found out that I have this problem:</o:p>
</o:p>
Status: (expected 0) -- This means that Gallery is unable to get a status message from PHP, which it relies on. One possible solution is that your host has disabled some needed php functions. To determine if they have create a PHP file containing </o:p>
<?php</o:p>
echo ini_get("disable_functions");</o:p>
?></o:p>
</o:p>
So if there are functions that are disable on my server, is there a way to disable it or turn it off?</o:p>
</o:p>
Thanks,</o:p>Bimmer-Tech