Posted September 8, 201410 yr Hello. I have this issue with Facebook: http://community.invisionpower.com/topic/402764-facebook-registeration-issues/ All other image functions works, but support people thinks it might be GD module. How do i test it ? I Have Ubuntu server with Virtualmin GPL
September 8, 201410 yr Another thought that crossed my mind... Make sure php functions can use external URL's...
September 8, 201410 yr Author Another thought that crossed my mind... Make sure php functions can use external URL's... Mmmm, how? :)
September 8, 201410 yr 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.
September 8, 201410 yr In your php.ini.. allow_url_fopen = On It's not an include, so it wouldn't be allow_url_include
September 8, 201410 yr You could just test to see if GD works by using it. Here's a sample code i found on the internet... http://runnable.com/UnF1kdvayk91AADH/how-to-create-a-simple-image-with-gd-library-for-php Just save as php file and run it.
September 8, 201410 yr I'd add getImageSize() to that script also. Have you simply tried restarting php?
September 8, 201410 yr 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.
September 8, 201410 yr Author I'd add getImageSize() to that script also. How? Edited September 8, 201410 yr by Owdy
September 8, 201410 yr Author I'd add getImageSize() to that script also.Its working also http://hoitajat.net/test2.php
September 9, 201410 yr Author Solved https://www.invisionpower.com/support/kb/_/346facebook-profile-photos-not-loading-r67
Archived
This topic is now archived and is closed to further replies.