Forums
Everything Fails
-
I'm using...
WP-app version 3.0.1
Self hosted wordpress blog version 3.4.1
iOS version 5.1.1I can't publish posts or upload images. Tried to activate the debug-mode but all that I get is the text "Failed" when trying to publish a post and the text "Upload failed - tap to retry" when I try to upload an image.
What is wrong?
-
Can you please send us the extra debug log? Instructions can be found here: http://dev.ios.wordpress.org/extra-debug/
-
From when I tried to make a post with an image, this is what I find in the log. The post was published but the image failed to upload.
2012-08-04 14:27:11 +0000 <Post: 0x582880> (entity: Post; id: 0x543430 <x-coredata://DAE89B0D-C325-4E89-8014-079AD19E7CD5/Post/p422> ; data: {
author = nil;
blog = "0x5b16b0 <x-coredata://DAE89B0D-C325-4E89-8014-079AD19E7CD5/Blog/p1>";
categories = (
"0x5a99c0 <x-coredata://DAE89B0D-C325-4E89-8014-079AD19E7CD5/Category/p1>"
);
comments = (
);
content = "Test nr 2";
"date_created_gmt" = "2012-08-04 12:27:04 +0000";
geolocation = nil;
latitudeID = nil;
longitudeID = nil;
media = (
"0x5034f0 <x-coredata://DAE89B0D-C325-4E89-8014-079AD19E7CD5/Media/p83>"
);
"mt_excerpt" = "";
"mt_text_more" = "";
original = nil;
password = nil;
permaLink = "http://www.nannica.se/test-2-2";
postFormat = standard;
postID = 3091;
postTitle = "Test 2";
"post_thumbnail" = nil;
publicID = nil;
remoteStatusNumber = 3;
revision = nil;
status = publish;
tags = "";
"wp_slug" = "test-2-2";
}) deletePostWithSuccess:failure:
Leave a Reply
You must log in to post.