Jump to content

GD issues

Featured Replies

Another thought that crossed my mind... Make sure php functions can use external URL's...

  • Author

Another thought that crossed my mind... Make sure php functions can use external URL's...

Mmmm, how? :)

  • Author

This?

; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
allow_url_include = Off

Opening that might be security issue.

In your php.ini..

allow_url_fopen = On

It's not an include, so it wouldn't be allow_url_include

  • Author

Yes, that is On

I'd add getImageSize() to that script also.

Have you simply tried restarting php?

  • Author

You could just test to see if GD works by using it.

http://hoitajat.net/test.php Up and running.

Have you simply tried restarting php?

Yes.
  • Author

I'd add getImageSize() to that script also.

How? smile.png

Edited by Owdy

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.