Skip to content
New issue

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

PHP Notice: Undefined offset: 0 #6

Open
markwaters opened this issue Sep 30, 2013 · 3 comments
Open

PHP Notice: Undefined offset: 0 #6

markwaters opened this issue Sep 30, 2013 · 3 comments

Comments

@markwaters
Copy link

If I am polling a list or search that has no results I see errors in the apache2 logs like this -

[Sun Sep 29 19:03:33 2013] [error] [client XXX.XXX.XXX.XXX] PHP Notice: Undefined offset: 0 in /var/www/twitter-rss-parser/list.php on line 29, referer: https://URL/twitter-rss-parser/?list=LISTNAME&owner=USERNAME
[Sun Sep 29 19:22:40 2013] [error] [client XXX.XXX.XXX.XXX] PHP Notice: Undefined offset: 0 in /var/www/twitter-rss-parser/search.php on line 30, referer: https://URL/twitter-rss-parser/?q=%23SEARCHQUERY

HTH

@vinzv
Copy link

vinzv commented Oct 31, 2013

Same here, on every call to the script.

@jdelamater99
Copy link
Owner

I've never experienced those errors. Can you give more detail on how to replicate them.

Also, I'm assuming that you've filled in the appropriate info in the top portion of the config.php-dist and renamed it to config.php

@markwaters
Copy link
Author

Yep , Twitter-RSS-Parser is running correctly , I think these errors occur when there are no results from the script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants