Giter Club home page Giter Club logo

Comments (6)

themattharris avatar themattharris commented on June 30, 2024

i haven't tested the code but on inspection this looks like it might be because $tweets isn't an array but instead is NULL because the json_decode failed.

can you validate that $code == '200' before attempting to decode the response?

from tmhoauth.

zuk22 avatar zuk22 commented on June 30, 2024

Hi. Thank's for answering me.
I tested the code and get error = '0'.
It's occur when I change PHP version from 5.2 to 5.3 on my host

from tmhoauth.

themattharris avatar themattharris commented on June 30, 2024

that error usually means curl cannot open a connection to the remote server. in the past others have reported this happens when OpenSSL isn't correctly configured for your compiled PHP.

what does $tmhOAuth->response['error'] contain?

from tmhoauth.

randallflagg34 avatar randallflagg34 commented on June 30, 2024

Hey, I'm having this same issue.
I'm on Hostgator running PHP 5.4 (I'm trying to switch to 5.2 but I need support from them to do that).

My error is:
["error"]=>
string(24) "couldn't connect to host"
["errno"]=>
int(7)

As far as I know my cacert.pem is being loaded, the DIR is working nice.
Most likelly is the PHP version, right?

from tmhoauth.

themattharris avatar themattharris commented on June 30, 2024

no, that error means curl cannot connect to the host specified (which defaults to api.twitter.com).

what does php -i | grep OpenSSL give you?
and can you ping api.twitter.com?

from tmhoauth.

randallflagg34 avatar randallflagg34 commented on June 30, 2024

Yes, I tried and indeed it was a problem from hostgator, it gave me Time Out. The same thing I tried from bluehost and had no problem.
I talked to the support team and they where kind enough to look into the issue and try to resolve stuffs, which they did. Just to have it in mind: it can be your hosting provider blocking something without noticing

from tmhoauth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.