Greenguy's Board


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

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-06-27, 11:07 AM   #1
Fonz
Former pr0n slinger.
 
Fonz's Avatar
 
Join Date: Aug 2003
Location: Antwerp, Belgium
Posts: 7,932
Wordpress admin index.php error

When I try to load http://www.mydomain.com/wp-admin/index.php (Dashboard) I get an "Cannot find DNS" error. My server tech (or what he's supposed to be and no it's not Sparky ) says it has something to do with this RSS feed not loeading: http://feeds.technorati.com/cosmos/r...tner=wordpress

So the whole page gives an error, he also told met that the $cache_status gives "MISS" instead of "HIT" or "STALE" so he figures it's something in the wordpress settings.

All the other pages in the admin load just fine it's just the index.php

Anyone?
__________________
See how I abuse little trees on my Shumi no Bonsai Blog
Fonz is offline   Reply With Quote
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
Old 2006-06-27, 01:15 PM   #3
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
I believe that is querying Technorati for the info that gets plugged into the "Latest Activity" sidebar of your admin. That's the block that tells about the incoming links to your blog from other blogs whichTechnorati has indexed.
__________________
Click here to purchase a bridge I'm selling.
Useless is offline   Reply With Quote
Old 2006-06-27, 02:00 PM   #4
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
serves me right for doing two things at once. yes, that is the incoming links counter from technorati.

the bug in phpbb does the version check.

must... get... brain... aligned....
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Old 2006-06-27, 05:13 PM   #5
Fonz
Former pr0n slinger.
 
Fonz's Avatar
 
Join Date: Aug 2003
Location: Antwerp, Belgium
Posts: 7,932
So if it's a "Cannot find DNS" thing this is probably a DNS issue between the 2 servers and should get resolved in a matter of time?
__________________
See how I abuse little trees on my Shumi no Bonsai Blog
Fonz is offline   Reply With Quote
Reply


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 04:22 PM.


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