Apple has released v2.0.1 update for the iPhone and iPod touch that consists of bug fixes. Details of what bugs were fixed are not yet available.
by Jon | Tags: bugs, iphone, ipod touch, updates
Posted in apple, bugs, iphone, ipod touch
Apple has stated that the MobileMe sync issues some iPhone and iPod touch users have been experiencing have been resolved. If you are still having troublewith missing contacts or events, see this KnowledgeBase article for the steps to take.
by Jon | Tags: bugs, iphone, ipod touch, mobileme problems
Posted in bugs, iphone, ipod touch
Mac OS X v10.5.0 through v10.5.2 requested “SRV” records from DNS servers rather than the old standy “A” record. Craig Hunter explains:
When early versions of 10.5 tried to request an SRV record from these servers, some would be smart enough to reply with a “can’t do it” (triggering the OS to request an A record [...]
by Jon | Tags: bugs, dns
Posted in bugs
The solution for me was to edit the .htaccess file in the root directory of my webserver (the directory where Wordpress is installed). Add the following to the the .htaccess file after the “END WordPress”:
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
If you are having the problem of your .htaccess file losing its changes, you have most likely [...]
by Jon | Tags: .htaccess, bugs, fix wordpress upload error, wordpress, wordpress http error, wordpress upload error
Posted in bugs, wordpress