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.
After creation of an album, the display is not correct and photos are not displayed. I think the CSS files are not processed.
The Backlight backend is working properly.
Backlight 2.01
Ubuntu 18.04
Apache2
PHP 7.2
Last edited by simkense (2018-09-14 16:54:27)
Offline
can you post a link to an album that isn't behaving as expected?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Your URL rewriting is not working. Make sure that the .htacess file from backlight/ in your Installer zip has been uploaded to backlight/ on your server.
If you are the admin then also make sure that mod_rewrite is enabled in Apache and that AllowOverride set to 'all' for the directory that your site resides on.
Offline
layout is now OK, but pictures still not displayed. Apparently the photos are not uploaded via the backlight backend.
Last edited by simkense (2018-09-15 01:55:40)
Offline
layout is now OK, but pictures still not displayed
It looks like you are showing an album-set that doesn't contain any albums. Could you please add an album with some images?
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
I only created the album "test" and uploaded images. I received the message that the photos were uploaded and thumbnails were displayed, but it seems that photos were not stored on the server and therefore of course not displayed.
Offline
Your URL rewriting is not working. Make sure that the .htacess file from backlight/ in your Installer zip has been uploaded to backlight/ on your server.
If you are the admin then also make sure that mod_rewrite is enabled in Apache and that AllowOverride set to 'all' for the directory that your site resides on.
I'm actually having the same problem -> but I do not have a .htaccess file in the folder /backlight/ of my installer.zip... I download and installed BL2 several times -> same result... Any hint where this missing file is located?
Any help is appreciated!
Regards
HP
Any typos are due to fat thumbs and autocorrect, not low IQ.
Offline
Ben wrote:Your URL rewriting is not working. Make sure that the .htacess file from backlight/ in your Installer zip has been uploaded to backlight/ on your server.
If you are the admin then also make sure that mod_rewrite is enabled in Apache and that AllowOverride set to 'all' for the directory that your site resides on.I'm actually having the same problem -> but I do not have a .htaccess file in the folder /backlight/ of my installer.zip... I download and installed BL2 several times -> same result... Any hint where this missing file is located?
Any help is appreciated!
Regards
HP
The .htaccess file is most likely hidden by your OS/app. In your FTP tool, there should be an option where you can enable to show hidden files.
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
I added imagemagick to my server and now it is working. Perhaps add this to the server requirements ?
Offline
Imagemagick is not required. Our code uses GD, which is a standard PHP module.
Offline
The .htaccess file is most likely hidden by your OS/app. In your FTP tool, there should be an option where you can enable to show hidden files.
Hi Daniel
thanks for pointing me to this setting... Because there was an htaccess file in the folder /installer/skeleton I ever thought about this option...
I will give a try tonight.
Regards
HP
Any typos are due to fat thumbs and autocorrect, not low IQ.
Offline