Quick Tip: Tweak your Blackblaze exclusion list

Backblaze is awesome. I’ve been using it for a few weeks after switching from JungleDisk and I love it. Look for a review post soon. The default exclusion list is pretty solid (at least on Mac OS X), but you can improve it by adding these paths. The concept is to not backup things that you could easily download again if you needed to, so things like podcasts, itunes U files, etc. Note these paths are osx-specific, but the principle applies on Windows too.

  • /users/<username>/music/itunes/itunes media/itunes u/
  • /users/<username>/music/itunes/itunes media/podcasts/

backblaze-exclusion-list-screenshot

Fixing the “Please Wait” error with Magento when Addding/Editing Products and Categories

I’ve been working extensively with Magento in the past few weeks and while it’s an amazing e-commerce system, their support and documentation is pretty terrible. A common error with the past few versions (I’m using 1.4.1.0) is that the page freezes with “Please Wait” showing when you try to add products to categories, or add/edit categories themselves. Some users have also reported the same issue when uploading images or adding/edit products themselves. These are some fixes that people have suggested. If you’re having trouble, give them a try and leave a comment if you want me to add a fix to the list.

1 . Try a different browser

This fixed the problem for me, as I was using Firefox 3.6 (OS X) to access the admin backend, and switching to Safari 5 (I’m guessing Safari 4 would work also) fixed the issue. I tested this on IE7 (WinXP) and it also worked.

2. Disable mod_security and add whitelist

Check your mod_security audit log and if you see entries from the admin backend, have your host investigate and temporarily disable the module. If your issues goes away, ask your host to whitelist your admin backend.

3. Check your www vs. no www redirects

Make sure you’re only using one form of redirection, either in cPanel, Magento, or .htaccess. See this post for in-depth instructions.

Hope these help!