undecided Posted October 8, 2022 Posted October 8, 2022 (edited) When I edit products in the backoffice and I click on a picture of the product to see it in large, I do not get the picture but an error message. The requested content cannot be loaded. Please try again later. TB 1.3 PHP 7.2 Edited October 8, 2022 by undecided
0 the.rampage.rado Posted October 9, 2022 Posted October 9, 2022 Same here, not a pain in the ..... but it was working few minor versions ago..
0 datakick Posted October 10, 2022 Posted October 10, 2022 Works fine for me on all sites I've tested. Look into network tab in your browser console to see the ajax response. That might help you figure out what is wrong
0 undecided Posted October 10, 2022 Author Posted October 10, 2022 Just took a look into. It says [HTTP/3 403 Forbidden 266ms] The shop is not in the root directory but in a subfolder www.MyDomain.com/shop/ might this be a reason because I faced several other (minor) issues with 403 when clicking on some buttons in the shop.
0 datakick Posted October 11, 2022 Posted October 11, 2022 403 is not 404. Looks like thirty bees generated the url correctly, but your server refused do return the content. Maybe some .htaccess rule or nginx settings blocks it. Or the file itself can have file permissions not accessible by your php or proxy server. Or it can be browser "security" extension, or whatnot.
0 undecided Posted October 11, 2022 Author Posted October 11, 2022 Short update. I could not locate the problem yet, but I found out that on a shop copy I have made for testing, the problem does not exist. The shop copy is on the same server but different domain. Will investigate further and share results when found.
0 the.rampage.rado Posted October 13, 2022 Posted October 13, 2022 I think this issue was .htaccess related. Today I noticed that all my images are gone (no changes from my site, probably something from the host) and I deleted and made new .htaccess file. Now it works. Also the original file was not shown in the section in BO. Cleared all caches and everything is OK once again.
0 undecided Posted October 13, 2022 Author Posted October 13, 2022 Thanks to @datakick and @the.rampage.rado I also found the issue in the htaccess file. There was a part in the htaccess file related to the watermark module which caused not only troubles with the images, but also other 403 issues (I even was not able to make change in the friendly URL as it always said 403 when trying to hit the save button). Deleting that part allowed me to generate a new htaccess file. After making a new htaccess file all works fine. The images are shown in the back office as it should be and the other 403 issues when trying to save changes in the backoffice are also solved.
Question
undecided
When I edit products in the backoffice and I click on a picture of the product to see it in large, I do not get the picture but an error message.
The requested content cannot be loaded. Please try again later.
TB 1.3
Edited by undecidedPHP 7.2
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now