Loading...
 
Features / Usability

Features / Usability


Adding certain RSS Modules kills Tiki

posts: 10

After the addition of a certain RSS feeds into RSS modules, such as

Image
Copy to clipboard
http://freshmeat.net/backend/fm.rdf http://rss.news.yahoo.com/rss/stocks
Image
Copy to clipboard
Warning: fopen(http://download.freshmeat.net/backend/fm.rdf): failed to open stream: Connection timed out in /var/www/localhost/htdocs/tikiwiki/lib/tikilib.php on line 73 Xml error: no element found-1


my Tiki becomes totally unresponsive. Pages do not load at all. evil
I am able to add my journal's RSS feed, with no problems at all.

Image
Copy to clipboard
http://www.greatestjournal.com/users/amiatrome/data/rss



I am now unable to load pages. How can I remove the errant rss module? rolleyes


Arnold


posts: 1092

You can always go in the database and clean tiki_rss_feeds and tiki_rss_modules with the unwanted rss....
Not the best but ...


posts: 10

I really want to resolve this issue. Or it would make it very difficult to add RSS feeds in the future.

Has anyone faced a similar situation and found a solution? I scoured the forums and only found this.

Arnold


posts: 2881 United Kingdom

using external RSS feeds is always a problem. If the source from the site is down, or very slow. your tiki site really suffers.

It is best to try and not use them at all, or if you really must the only solution is to setup a cronjob for retrieval of them and then the tiki only displays what is in cache. Using this method also fixes the delay when its time for tiki to refresh the cache, which can also kill the site.

If you want the patch files and cronjob scripts, let me know and I'll email them.

--
Damian
TikiWiki Development/Hosting/Support Services

posts: 10
Image
Copy to clipboard
using external RSS feeds is always a problem. If the source from the site is down, or very slow. your tiki site really suffers. It is best to try and not use them at all, or if you really must the only solution is to setup a cronjob for retrieval of them and then the tiki only displays what is in cache. Using this method also fixes the delay when its time for tiki to refresh the cache, which can also kill the site.

I had tried adding the RSS feeds to Tiki at opensourcecms and they worked without a hitch. So its probably my setup thats the problem and not the feeds. confused


I had read here that RSS feeds may require a proxy? But I can already retrieve some external feeds without a proxy.

I had also just 'solved' a strstr() Line 4174 error by entering in Server name (for absolute URIs): my tiki address. I think it could be related to the following.

Image
Copy to clipboard
* Starting apache2... apache2: Could not determine the server's fully qualified domain name, using 192.168.1.3 for ServerName [ ok ]


In your view, do any of them have any relation to my RSS feed errors that totally cripple my Tiki? I couldnt even log in.


Arnold