Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
ivpt
tagDiv Member

Had the same issue.

The reason is this:

PHP Warning: get_headers(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0

Using allow_url_fopen=1 is a security risk, so all functions requiring this should be changed to use cURL instead.

http://stackoverflow.com/questions/127534/should-i-allow-allow-url-fopen-in-php
http://stackoverflow.com/questions/6087222/php-get-headers-alternative

Viewing 26 post (of 26 total)