We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the code in the README :
require 'disqus-php/disqusapi/disqusapi.php'; $disqus = new DisqusAPI(DISQUS_SECRET_KEY); $threads = $disqus->trends->listThreads(); var_dump($threads);
outputs a notice message :
PHP Notice: Undefined offset: 0 in disqus-php/disqusapi/disqusapi.php on line 79
The text was updated successfully, but these errors were encountered:
same here
Sorry, something went wrong.
I've found that this happens when testing on localhost or on a domain that isn't approved in the Disqus settings.
Once I moved to an approved domain, this error disappeared.
Thought this might be useful for anyone else that encounters this.
I have tried the same with Laravel. I have tested in localhost and also in live server. In both cases it returns:
Undefined offset: 0
Is there anyone to help me with this problem?
No branches or pull requests
Running the code in the README :
outputs a notice message :
The text was updated successfully, but these errors were encountered: