-
Notifications
You must be signed in to change notification settings - Fork 1k
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
rss-bridge shows blank page #133
Comments
Just had some digging to do. The last perfectly working version for me was commit on Apr 16, 2015. After that things started to change. In next two commits, index.php was loading fine but not the rss feed page. And after merge of pull request #121 on Apr 24, it's not working at all. |
Thanks for your report. According to PHP doc, the As for your CentOS 6.5 with PHP 5.3.3... you really should upgrade: the latest in that branch was PHP 5.3.29, it's not supported anymore and many critical security fixes weren't ported to the 5.3 branch. For the time being, I update the minimal requirement to PHP 5.4, I'm gonna test 5.4.x support on Debian wheezy. |
I was kind of expecting that but was not sure. I think I will close this issue now. |
BTW do you know if we can change the number of results. It currently shows 19 tweets, can we get more like 50-100? |
Sadly no, all what Twitter gives us in HTML are 20 tweets. Additional tweets are loaded through AJAX and are therefor unreachable. I should update the bridges though, it gets the "top" tweets instead of the "live" feed, Twitter again changed their query behaviour. |
(rss-bridge tested as working on Debian wheezy, running PHP 5.4.41) |
I just hear about rss-bridge, so I want to try it out. I uploaded it on web server and tried to access the index.php page, it shows blank page with no errors in logs. Although it does create a whitelist.txt file.
On server, I have Centos 6.5, Apache, PHP 5.3.3 and OpenSSL 1.0 enabled.
I got same output on local PC. Windows, Apache, PHP 5.3.3 and OpenSSL 1.0 enabled.
The text was updated successfully, but these errors were encountered: