Page 1 of 1

warning:ini_set()has been disabled

Posted: Thu Sep 11, 2008 12:43 pm
by brads125
Script URL:http://www.phpjunkyard.com/php-link-manager.php
Version of script:1.5
Hosting company:Kinohost
URL of phpinfo.php:http://chaoscodes.com/exchange/php
URL of session_test.php:http://chaoscodes.com/exchange/session_test/
What terms did you try when SEARCHING for a solution:ini_set

Write your message below:
i was wondering why i was getting this error?
would it have to do with not uploading the images folder in binary?

http://chaoscodes.com/exchange/

there is the url if you would like to see it yourself

Posted: Sat Sep 13, 2008 10:13 am
by Klemen
Try replacing this code in settings.php file:

Code: Select all

    ini_set('display_errors', 0);
    ini_set('log_errors', 1);
to this:

Code: Select all

error_reporting(0);

Posted: Sat Sep 13, 2008 4:16 pm
by brads125
thanks that fixed all the errors