- This topic has 6 replies, 3 voices, and was last updated 5 years, 9 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Gallery Images – links to all images in one gallery broken
I have four galleries and all were working well yesterday. Now, without any changes being made, one gallery (600 images) have all broken links and no thumbnails or other sized images appear anymore. Any ideas of where to start looking please?
Further to the above, I just checked the console and found this…
served over HTTPS.
(index):907 Uncaught SyntaxError: Unexpected token <
BGT-1122599-150×150.jpg:1 Failed to load resource: the server responded with a status of 403 (Forbidden)
This is repeated for each image. But why just this one gallery? What is it doing??
I am answering myself quite a bit!!! No need for the funny farm just yet though!!!
I have just seen that the website is a https/ and the images are being called from a non-secure source http. So I have no idea how it can do that, but it might be a server issue. So that might explain the ‘forbidden’ message!
I have asked the ISP!
I am answering myself quite a bit!!! No need for the funny farm just yet though!!!
It’s called “the Scientific Method.” You are doing fine, with your self resolution.
Hi,
One thing you can try, is to check the special .htaccess file in the following directory:
….wp-content/uploads/wp_photo_seller
Make sure that your site URL is correct inside that file.
Ok! I have sorted the SSL issue and reduced the console error log to one line per image. It still breaks the images however!
Uncaught syntax error: Unexpected token < .(index):908
Failed to load resource: net::ERR_CONNECTION_REFUSED 127.0.0.1/:1
I just deactivated all widgets and no change to the problem. I think I might need help now!
Yes! Peter, that was it!
“.htaccess in….wp-content/uploads/wp_photo_seller
Make sure that your site URL is correct inside that file.”
I just changed it to https and all working now! Many thanks!!