Thank you very much Flora, that was very helpful !

I didn't notice the error in the beginning because everything worked fine 
with Firefox or Chrome, but when I tried Internet Explorer I had strange 
results (page not found on IE8, page corrupted/truncated on IE10)... so I 
checked with Firebug and the server returned the page correctly but with 
the 404 error!

Unfortunately who did the wordpress theme didn't follow the proper 
development standards, but changing "require('wp-blog-header.php');" with 
"require('wp-load.php');" solved the issue.

Thanks again.


Il giorno venerdì 11 novembre 2011 14:59:36 UTC+1, Flora ha scritto:
>
> Thank you -- that clarification helped to focus my problem solving. It 
> turned out to be a Wordpress issue. Changing "require('wp-blog- 
> header.php');" to "require('wp-load.php');" at the start of the script 
> fixed it. It also restored the ajax ability that had been lost on a 
> recent move to a new host (which appears to have more security 
> running, such as suhosin.so). 
>
> On Nov 11, 2:41 am, Jan Honza Odvarko <[email protected]> wrote: 
> > Wireshark shows that "404 Not Found" is exactly what comes from the 
> server. 
> > I would check the server side. 
> > Honza

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

--- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to