Plugin causes pageid access redirect loop and xml front page
-
Hi there,
A plugin I am working on suddenly “broke” the non admin part of wordpress – Midway through changing some minor code and retesting (setting some global variables for common translation strings rather than calling __ each time).The plugin has nothing to do with redirection.
Apache log shows lots of 302’s? on any page id
127.0.0.1 – – [31/Aug/2008:09:34:46 +1000] “GET /wptest/?page_id=160 HTTP/1.1” 302 –
Admin works fine, but any other access causes either:
1) – using index.php
<response>
<error>1</error>
<message>I really need an ID for this to work.</message>
</response>2) – using page id
Redirect Loop
Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked. etcThe only place I found message 1 was something to do with trackbacks??
I am on a windows apache server. I had not changed the config. I have checked it is not theme dependent. I disabled all other plugins and it is this one that I am developing. Same problem occurs on Linux test server.
The plugin is filtering content to return an event list from an ical link (links are local for now & cached)and was 99% there, just doing final testing and a few minor bits.
Can anyone help with some ideas of what the problem may be or how to isolate it? – I am coming down to having to slowly reimplement bits of code until it “breaks” wordpress again – painful – I thought I’d be done by now.
Oh and https://planetozh.com/blog/my-projects/wordpress-hooks-filter-flow/ script also causes the XML “I need an ID” message
- The topic ‘Plugin causes pageid access redirect loop and xml front page’ is closed to new replies.