|
It appears from the PHP Stack dump that you have an invalid filename:
ttp://pointonweb.com/media/catalog/product/cache/1/image//265x/images/catalog/product/placeholder/image.jpg’
Just by looking at the path listed here… I would have to assume that your directory path is incorrect for the following location:
var/www/vhosts/pointonweb.com/httpdocs/media/catalog/product/cache/1/image//265x/images/catalog/pro
It appears that you have two slashes back to back ‘image//265x’ and I wonder if that is causing the issue.
Possibly a setup issue somewhere.
I don’t know if that helps or not.
|