need a little more info to give a full answer, but...
based on what you have here, your WP permissions are not fully set to allow new directories to be created by the theme
Quote:
|
Unable to create directory /usr/home/sqgals/domains/my-site[dot]com/public_html/wp-content/uploads/2011/05
|
double check the needed permissions for the theme and make sure you have them all configured properly if you want to do this via the theme.
Otherwise, you'll need to find the real home of the theme images, which pretty much have to be in the theme directory system someplace. Tigs is right, there is usually an 'images' directory in the theme directory. If not, then one easy way to go is brute force. You can do a search on the theme directory system and just look for all PNG, JPG and/or GIF files. That will map it out for you.
You can also look in the CSS file to see where any images may be used via CSS. You will get a relative path there, but it should work out.
clear as mud?
