“Download failed.: Could not create Temporary file”

I’ve been getting this error in WordPress, so I wasn’t using the auto-update functionality, which is a real time-saver. My problem was that WordPress was trying to write to /tmp/ which is a no-no as my host (Segpub.net) uses Safe Mode. You can solve this issue by adding a couple of directives to your wp-config.php file, namely WP_TEMP_DIR. Adding these lines to wp-config.php fixed the problem for me:

define('WP_TEMP_DIR', ini_get('upload_tmp_dir'));
putenv('TMPDIR=' . ini_get('upload_tmp_dir'));

Thanks to the WordPress forums for my answer.

Preliminary Notes on Apple’s Recent “It’s Only Rock and Roll” Music Event

In no particular order:

  • App recommendations: Wholly necessary, but we aren’t out of the woods yet regarding App Store curation. I bet there’s a good deal of money to be made just doing that: Curating collections of apps. Boing Boing got huge during the blog boom for curating other blogs, why wouldn’t it work for applications on a still-new platform? Someone’s going to get rich digging down on serious Touch applications.

  • iPod Touch No camera, no mention of 3GS-type speed bump. Kinda got the shaft. I can’t think of a single good reason for not including a camera that doesn’t involve trying to trick people into buying a Nano. Surely they aren’t afraid a (not that great) camera is going to steer fence-sitters from the iPhone to the Touch? Update: It’s now come out that the 8gb ($199) iPod Touch has the older, slightly slower, hardware, and all the others in the Touch line have the upgraded “3GS” innards. You’ll notice on the “Compare iPod Models” page on Apple’s site, the 8gb is sectioned off from his higher-capcity and speedier brothers.

  • iTunes 9 Now with more bloat and cumbersome, non-portable, versions of the extra features that people who illegally download albums already get in more useful formats. Still a 32-bit Carbon app. Gruber was right about WebKit.