Error message upon installation

andylimpet / 2013-01-20 09:10:27   

I tried installing indexhibit and I keep receiving the same error message.
I tried to upload the files again in binary mode which didn't work.
How can I resolve this issue?

Warning: ini_set() has been disabled for security reasons in /www/zzl.org/e/r/i/ericendres/htdocs/ndxzstudio/defaults.php on line 4

Warning: Cannot modify header information - headers already sent by (output started at /www/zzl.org/e/r/i/ericendres/htdocs/ndxzstudio/defaults.php:4) in /www/zzl.org/e/r/i/ericendres/htdocs/ndxzstudio/install.php on line 70

Warning: Cannot modify header information - headers already sent by (output started at /www/zzl.org/e/r/i/ericendres/htdocs/ndxzstudio/defaults.php:4) in /www/zzl.org/e/r/i/ericendres/htdocs/ndxzstudio/install.php on line 71

andylimpet / 2013-01-20 09:12:48   

My URL/link is andylimpet.zxq.net/

arsondpi / 2013-01-20 09:59:40   

From a first look your the ini_set() function is disabled in your server.
It is a PHP setting that your host has disabled
You can enable it in your php.ini file or contact your hosting provider (which is what I would do).

This thread has been closed, thank you.