rick02
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with RSS widgetI fixed it by using feedburner 🙂
Forum: Fixing WordPress
In reply to: Same server feed handling does not workHi,
I had the same problem.
I fixed it by using feedburner 🙂
Forum: Fixing WordPress
In reply to: Problem with RSS widgetOk i found out that in http.php line 262 the function:
$response = $transport->request($url, $r);
returns this:
WP_Error Object ( [errors] => Array ( [http_request_failed] => Array ( [0] => connect() timed out! ) ) [error_data] => Array ( ) )
So its a time out issue !
I have tried setting CURLOPT_CONNECTTIMEOUT en CURLOPT_TIMEOUT to a higher value, but now all it does is loading loading loading 🙁
Forum: Fixing WordPress
In reply to: Problem with RSS widgetMarkRH,
I removed the cache from the database and set MAGPIE_CACHE_ON to 0, but its still not working 🙁
Is there any way to figure out why it won’t get the rss file?
Forum: Fixing WordPress
In reply to: Problem with RSS widgetI tried the same rss feed with blogspot and it seems to work :S
Forum: Fixing WordPress
In reply to: Problem with RSS widgetYes, i’am using 2.7, but i have to say; before i upgraded wordpress i had the same problem.
Can anyone try adding the feed? That way i know it’s not my wordpress install or host.