Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Owdy Posted September 8, 2014 Posted September 8, 2014 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
Aiwa Posted September 8, 2014 Posted September 8, 2014 Another thought that crossed my mind... Make sure php functions can use external URL's...
Owdy Posted September 8, 2014 Author Posted September 8, 2014 Another thought that crossed my mind... Make sure php functions can use external URL's... Mmmm, how? :)
Owdy Posted September 8, 2014 Author Posted September 8, 2014 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.
Aiwa Posted September 8, 2014 Posted September 8, 2014 In your php.ini.. allow_url_fopen = On It's not an include, so it wouldn't be allow_url_include
Grumpy Posted September 8, 2014 Posted September 8, 2014 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.
Aiwa Posted September 8, 2014 Posted September 8, 2014 I'd add getImageSize() to that script also. Have you simply tried restarting php?
Owdy Posted September 8, 2014 Author Posted September 8, 2014 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.
Owdy Posted September 8, 2014 Author Posted September 8, 2014 I'd add getImageSize() to that script also. How?
Owdy Posted September 8, 2014 Author Posted September 8, 2014 I'd add getImageSize() to that script also.Its working also http://hoitajat.net/test2.php
Owdy Posted September 9, 2014 Author Posted September 9, 2014 Solved https://www.invisionpower.com/support/kb/_/346facebook-profile-photos-not-loading-r67
Recommended Posts
Archived
This topic is now archived and is closed to further replies.