Hello, I just renewed my SSL through Comodo and now I am getting the dreaded "page only partially encrypted" error. I was NOT having this error before and I have changed nothing in the files. I have been reading through other posts that have this issue, and don't see where my problem is. Below is the information that might be helpful. Again... I have changed nothing. I simply installed the new certificate and Comodo has verified that it is 'installed correctly'. I have been searching for hours and could really use some fresh eyes on this.
Thank you in advance.

- Site is set up to use a single directory for housing SSL and non-SSL content

- my config file in /includes:
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');

- my config file in /admin/includes:
define('HTTP_SERVER', 'http://www.photoimprints.com');
define('HTTPS_SERVER', 'https://www.photoimprints.com');
define('HTTP_CATALOG_SERVER', 'http://www.photoimprints.com');
define('HTTPS_CATALOG_SERVER', 'https://www.photoimprints.com');

// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'false');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/myadmin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/myadmin/');
define('DIR_WS_HTTPS_CATALOG', '/');