Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
I've set up a CRG template allowing downloads. I can see the photos for download folder via ftp and the images are there, but if you click on an image to download it, a 'file not found' message appears.
Offline
Can you email me a link to an album (and album login, if needed) where I can see this, and a Backlight admin login so that I can try and resolve it?
Offline
Email sent Ben, I hope it contains all you need
Offline
Anyone able to help me with this?
Ben, I've sent you links and login by email.
Thanks
Offline
Hi Sally, sorry for not getting back to you sooner. I've been unwell the last few days, so going slow with work.
I've just had a look at it, and found the problem. The setting in the .htaccess file that controls how the downloads links operate, wasn't working as intended. I've disabled the setting, and now the downloads are working.
You shouldn't need to do anything else. As a note the setting that was changed was for 'Album .htaccess', which is available under the advanced settings for Backlight's settings. I changed this part of the setting from:
RewriteCond %{QUERY_STRING} !mod_rewrite=on
RewriteRule ^(.*)download.php %{ENV:BASE}download.php?%{ENV:QS} [QSA,L]
to:
#RewriteCond %{QUERY_STRING} !mod_rewrite=on
#RewriteRule ^(.*)download.php %{ENV:BASE}download.php?%{ENV:QS} [QSA,L]
Offline
Thank you so much Ben, working perfectly now.
Get well soon!
Offline
Pages: 1