Topic: 1.91 debug mode getimagesize error and remote fatal error

1.91 debug mode getimagesize error and remote fatal error

well!

first remote on 1.9 is all ok

but 1.91 when i try remote image it run "fatal error, check your data"

i open debug mode

http://www.fotonons.ru/images/09.11.10/ad57j.jpg

i check 215 line

http://www.fotonons.ru/images/09.11.10/ad53j.jpg

and 153 line

http://www.fotonons.ru/images/09.11.10/ad54j.jpg

i modify 153 line to

http://www.fotonons.ru/images/09.11.10/ad55j.jpg

though not getimagesize error
but same

http://www.fotonons.ru/images/09.11.10/ad56j.jpg

remote "fatal error, check your data"

anyone can help me!? sad

thank you all smile

Thumbs up

Re: 1.91 debug mode getimagesize error and remote fatal error

"URL file access is disabled in the server configuration" That means that getimagesize function can't check an URL.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: 1.91 debug mode getimagesize error and remote fatal error

when i change php.ini

allow_url_fopen = on

allow_url_include = on

The problem is resolved

Thumbs up