I've run into a few cases with wordpress installs with bluehost where I've encountered errors with my wordpress theme because the uploads folder (wp-content/uploads) was not present.
Apparently the bluehost cpanel WP installer does not create this folder, though HostGator does.
So I need to add code to my theme that checks for the folder and creates it otherwise.