ini_set() has been disabled for security reasonsRe:

See all posts See thread Reply

Re: ini_set() has been disabled for security reasonsRe:  new!
by colin, 10 years, 9 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, 9 months ago
Colimn, perfect!

Now, All OK.

ThanksReply