[EventCalendar] Re: XML returned twice in IE (6&7)

deliciousdays oliver.seidel at deliciousdays.com
Mon Nov 12 19:49:01 UTC 2007


Here is another observation, maybe this helps:

*) when not logged in,  'ec3_filter_query_vars' gets called *two* times. 
when replacing the call 'ec3_filter_query_vars_xml' with an 'echo' it 
shows that the echo gets triggered before and after the site content is 
displayed.

Further what's weird is, that some URLs seem to produce proper XML 
output, e.g. http://www.vinoroma.com/?ec3_xml=2007_01 seems to work most 
of the times, logged in or not.

Could this be a server issue/phenomenon?

Oliver



deliciousdays wrote:
> Quick addendum: Just figured out, that it also works fine on IE when 
> logged in as a user/admin. So it has to do with being actually logged 
> in. Any thoughts?
>
> deliciousdays wrote:
>> Hello everyone!
>>
>> I'm at a loss. I've tried turning off plugins one by one, tracing the 
>> HTTP etc. etc. but can't understand why Firefox (2x) is handling this 
>> URL (http://www.vinoroma.com/?ec3_xml=2007_10) just fine, the source 
>> HTML source shows:
>>
>> <?xml version="1.0" encoding="UTF-8" 
>> standalone="yes"?><calendar><month id='ec3_2007_10'>
>> [...]
>> </month></calendar>
>>
>> while IE does this:
>>
>> <?xml version="1.0" encoding="UTF-8" 
>> standalone="yes"?><calendar><month id='ec3_2007_10'>
>> [...]
>> </month></calendar>
>> <?xml version="1.0" encoding="UTF-8" 
>> standalone="yes"?><calendar><month id='ec3_2007_10'>
>> [...]
>> </month></calendar>
>>
>> ...of course creating a JS error.
>>
>> Any idea what's going on?
>>
>> Thank you!
>> Oliver
>>
>> Wordpress: WP 2.3;  Event Calendar: 3.1.1._rc1 (upgraded manually to 
>> work with 2.3)
>>
>



More information about the EventCalendar mailing list