Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2006-06-27, 12:47 PM   #2
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
in index.php try removing the @ from this line, it'll tell you what the error is.

$rss = @fetch_rss('http://feeds.technorati.com/cosmos/rss/?url='. trailingslashit(get_option('home')) .'&partner=wordpress');

My guess is that the server you are on cannot resolve that name for whatever reason. It is interesting that recently there was a registrar change on that record, but, they have enough nameservers that I cannot imagine why it cannot resolve.

At worst, try


$rss = @fetch_rss('http://209.237.226.237/cosmos/rss/?url='. trailingslashit(get_option('home')) .'&partner=wordpress');

or comment out the line completely. its a counter that shows wordpress how many times you have logged into the admin and does the version check to see if you are running the most current version.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:18 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc