- Attended a Community Meetup
- Australia
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 100 and 499 items
- Contributed a Blog Post
- Exclusive Author
Hey guys, I have this client who purchased my theme and can’t seem to make the twitter working.
It’s the first time I have this problem with it. I tested the theme on multiple server and it always worked … Can you guys take a look?
Thanks!
Their hosting has file_get_contents disabled on the server, which means they are blocking external file access.
They need to contact their host and have allow_url_fopen = On set in php.ini or convert the function to use Curl.
- Attended a Community Meetup
- Australia
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 100 and 499 items
- Contributed a Blog Post
- Exclusive Author
Their hosting has file_get_contents disabled on the server, which means they are blocking external file access. They need to contact their host and have allow_url_fopen = On set in php.ini or convert the function to use Curl.
Thanks mate, will try this 
They need to turn on allow-url-fopen inside their php.ini file. If they don’t have access to the php.ini file they need to contact their hosting provider, and ask them to do it.
some more information at : http://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen
Edit: looks like @VagrantRadio has beaten me to it =)
