I'm trying to use the image software Gallery and I get an error message Status: (expected 0).
The Gallery FAQ says 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
<?php
echo ini_get("disable_functions");
?>
What am I supposed to do? Is there some way I can fix this?
I'm pretty clueless about this stuff
so I'd appreciate any help.
Thanks,
Nick
The Gallery FAQ says 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
<?php
echo ini_get("disable_functions");
?>
What am I supposed to do? Is there some way I can fix this?
I'm pretty clueless about this stuff
so I'd appreciate any help.Thanks,
Nick
Comment