When adding news feeds to hub-it the feeds work fine as long as I don't use a phpwebsite/backens.php for the feed URL
If I do it always links to http://phpwebsite.appstate.edu/...
Is this a known bug or is it unique to me?
any ideas on what I can do to fix it?
News feeds for NY times, Wired, etc work great!
Thanks for the help.
Are you linking to http://www.example.com/backend.php or http://www.example.com/backens.php?
backend.php is correct link.
Michael
At line 41 of your backend.php file, change the colon to a semi-colon. It's a parse error.
Linking to backend.php
changing the : to ; seems to have fixed another hub-it probelm (the show Detail now displays HTML tags. before it was showing the code)
but the links still go to http://phpwebsite.appstate.edu/...
I cleared the cache, still no luck. Maybe after 30 minutes. If it starts working after the cache time I'll let you know.
Thanks for the : ; tip
Log in to post a comment.
When adding news feeds to hub-it the feeds work fine as long as I don't use a phpwebsite/backens.php for the feed URL
If I do it always links to http://phpwebsite.appstate.edu/...
Is this a known bug or is it unique to me?
any ideas on what I can do to fix it?
News feeds for NY times, Wired, etc work great!
Thanks for the help.
Are you linking to http://www.example.com/backend.php or http://www.example.com/backens.php?
backend.php is correct link.
Michael
At line 41 of your backend.php file, change the colon to a semi-colon. It's a parse error.
Michael
Linking to backend.php
changing the : to ; seems to have fixed another hub-it probelm (the show Detail now displays HTML tags. before it was showing the code)
but the links still go to http://phpwebsite.appstate.edu/...
I cleared the cache, still no luck. Maybe after 30 minutes. If it starts working after the cache time I'll let you know.
Thanks for the : ; tip