Changes between Initial Version and Version 1 of Ticket #18310, comment 5
- Timestamp:
- 05/25/12 01:20:31 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18310, comment 5
initial v1 1 1 Thanks for writing the patch Eric. I agree that a GUID should be generated if one isn't passed to ''wp_insert_attachment()'', but that doesn't solve the problem reported here by docfish [http://android.forums.wordpress.org/topic/xml-error-when-uploading-new-post?replies=19 and also on the Android app forums]. 2 2 3 This line in ''attach_uploads()'' in ''wp-includes/class-wp-xmlrpc-server.php'' will still generate a PHP warning when $file->guid is empty because of the syntax error.3 This line in ''attach_uploads()'' in ''wp-includes/class-wp-xmlrpc-server.php'' will still generate a PHP warning when $file->guid is empty because of the invalid paramater. 4 4 5 5 {{{
