I have moved a site to the server running cPanel (from PLESK). Site is running on Wordpress 3.5.2 with WP e-Commerce Gold plugin (version 3.8.11.1) and for some kind of a reason product images are loading or not randomly for product categories or featured products. It looks like code for image resizing is not generating proper image and it looks like
<img src="http://www.[Removed].com/index.php?wpsc_action=scale_image&attachment_id=1075&width=150&height=150" alt="Boston RedSox Vintage Baseball Hat" />
An example here: /http://www.[Removed].com/products-page/hats-2/ and featured products example (bottom of the page): /http://www.[Removed].com/products-page/featured-football-shirts/new-york-green-football-animals-t-shirt-large-logo/
Any thoughts?
Thanks
PS
After further testing it looks like some kind of issue with connections to the DB - Wordpress is sending queries but not retrieving any data.
<img src="http://www.[Removed].com/index.php?wpsc_action=scale_image&attachment_id=1075&width=150&height=150" alt="Boston RedSox Vintage Baseball Hat" />
An example here: /http://www.[Removed].com/products-page/hats-2/ and featured products example (bottom of the page): /http://www.[Removed].com/products-page/featured-football-shirts/new-york-green-football-animals-t-shirt-large-logo/
Any thoughts?
Thanks
PS
After further testing it looks like some kind of issue with connections to the DB - Wordpress is sending queries but not retrieving any data.
Last edited by a moderator: