P2 Theme AJAX posting not working
I am hoping I have just solved this issue – am thinkign it may have been php 4 as I am hosted on Godaddy – there is a workaround to get php5 working on godaddy – see this http://help.godaddy.com/article/1082 – and this article led me to the php5 possible issue http://wordpress.org/support/topic/338887
Gremlin 5:32 pm on January 15, 2010 Permalink |
Yes that worked – tweaked htaccess on godaddy and added these lines:
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
Now auto posting is working