Just a quick post from my iPod Touch. I was curious how well the WordPress app works. I am doing some testing while I’m fixing an 500 internal server error. I was getting a 500 error that wasn’t related to post_parent being signed, or php 4 being the default php version on my server.
My problem was related to my host (MyDomain windows hosting) not defaulting to the dir containing the first php file that is being executed. For some reason I have to fully qualify the includes used in index.php and xmlrpc.php. I need to research further, but for now putting in the full path fixes my problems.
