Chops wrote:
I'm not fluent in PHP, but a bit of research suggests to me that the administrator needs to enable ini_set(). When I e-mailed him, he replied that it was a permissions problem, and that it was something I needed to do because I uploaded the files.
ini_set, and all other PHP functions, are enabled by default.
It would only be disabled if someone has explicitly disabled it in the configuration: either the global php.ini, or in the web server configuration somewhere. That could be in the global httpd.conf or other config file, or potentially in an .htaccess file somehwere in your directory tree.
See: http://www.php.net/manual/en/configuration.php http://www.php.net/manual/en/configuration.changes.php
-- brion vibber (brion @ pobox.com)