ini_set() has been disabled for security reasonsRe:

See all posts Reply

ini_set() has been disabled for security reasonsRe:  new!
by Marcio, 10 years, 8 months ago
After post, message appears:

Warning: ini_set() has been disabled for security reasons in /home/intersan/public_html/adm/fun/class.upload.php on line 3195

What's the problem?

ThanksReply
Re: ini_set() has been disabled for security reasonsRe:  new!
by colin, 10 years, 8 months ago
It is on this line?
ini_set("gd.jpeg_ignore_warning", 1);

Does it work for you if you add a @ before ini_set, like this:
@ini_set("gd.jpeg_ignore_warning", 1);
Reply
Re: ini_set() has been disabled for security reasonsRe:  new!
by Marcio, 10 years, 8 months ago
Colimn, perfect!

Now, All OK.

ThanksReply