warning:ini_set()has been disabled

Problems installing LinkMan?
Post Reply
brads125
Posts: 2
Joined: Thu Sep 11, 2008 12:21 pm

warning:ini_set()has been disabled

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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);
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
brads125
Posts: 2
Joined: Thu Sep 11, 2008 12:21 pm

Post by brads125 »

thanks that fixed all the errors
Post Reply