WordPressSynchBugs
From MWWiki
Back to WordPress Synchronizer
Instructions
To submit error reports, please use the Discussion tab above. As errors are investigated and replicated, they will be transferred to this page if they are confirmed.
Known Issues
Version 0.1
- When selectively synchronizing entries, the following error is received:
Warning: Invalid argument supplied for foreach() in wordpress/wp-content/plugins/synchronizer.php on line 589
All entries are successfully sync'd-unsync'd, but the warning persists nonetheless.
- No error reports are made outside of FirePHP. Need a mechanism for reporting meaningful error messages to the user (use add_filter ?).
- Post content suffers minor corruption issues through transit. Characters  (Â) or à (Ã) are added after every period. This seems to be a consequence of the xmlrpc protocol (most likely UTF-8 compatibility issues).
- A minor rewrite of the XMLRPC request generation is required: the local time is embedded in the post data, rather than the GMT time. This is creating issues when synchronizing to blogs on machines in different time zones.
