When we were enabling the new Turbo feature in WordPress 2.7-beta2 GoogleGear returned the following error:
Error: Download of 'http://weblog.ieuc.org/wp-admin/css/press-this-ie-rtl.css?ver=20080915' failed, status code 404
Further investigation revealed that the press-this-ie-rtl.css file in question was delivered with 0 bytes of content causing Gears to hang.
To fix the problem, just insert the following CSS Comment at the top of that file and upload the edited version to your server:
/* nothing here */
It should weigh in at 43 bytes. At that point, disable Gears for your site, reload the Turbo admin page and re-enable the feature. This time all of the files in the Gears manifest should download smoothly.
Tags: Gears, WordPress, Workarounds


