[wp-hackers] Need Help, I cannot figure this out.
Dion Hulse (dd32)
wordpress at dd32.id.au
Fri Feb 5 07:28:36 UTC 2010
I'd be adding something to a plugin similar to this psuedologic:
on template_redirect (Er, maybe something else would be better here)
if ( is_feed() && /feed/ is not in URL ) {
email details:
var_dump($_SERVER);
var_dump($GLOBALS['wp_query']);
var_dump($GLOBALS['wp']);
}
That should at least tell you how its arrived at the thought its a feed,
you should be able to see the query vars, the actual request, and a few
other useful details that way.
On Fri, 05 Feb 2010 18:20:12 +1100, Shane Chambers <knoxpics at gmail.com>
wrote:
> For all of those that are kind enough to weigh in, or at least scratch
> their head towards this problem; the problem is currently rearing it's
> head on a frequent basis. So come! Join us! See the amazing PITA this
> is!
> {sigh}
>
> Shane
>
> Eric Marden wrote:
>>
>> On Feb 4, 2010, at 6:29 PM, Shane Chambers wrote:
>>
>>> Hi everyone,
>>>
>>> I'm the system administer on this box.
>>>
>>> Filling in some more detail;
>>
>> Did taking squid out of the picture make any change to the behavior?
>> What's your VHOST config look like?
>>
>>
>>
>> - Eric Marden
>> __________________________________
>> http://xentek.net/code/wordpress/
>> tw: @xentek
>>
>>
>>
>>
>> _______________________________________________
>> wp-hackers mailing list
>> wp-hackers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-hackers
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
--
Dion Hulse / dd32
Contact:
e: contact at dd32.id.au
msn: msn at d32.id.au
skype: theonly_dd32
Web: http://dd32.id.au/
More information about the wp-hackers
mailing list