Search…

X3 Photo Gallery Support Forums

Search…
 
FrederikFuchs
Topic Author
Posts: 13
Joined: 11 Jun 2013, 09:41

no thumbnail generation after upload

17 Sep 2015, 15:32

Hello Karl,

If this is a already known issue (or if it´s a feature, but not a bug), then kindly excuse.
For some odd reason i can´t get X3 to generate thumbnails after uploading.
X3-Panel-check is fine and also front-end works without any issue.
Already uninstalled nginx and double-checked php-settings to see if icould solve the problem.
.
Site is hosted on own server running ubuntu

http://galerie.dogsbestfriends.de

Image

any idea ?

thx & best wishes
Frederik
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: no thumbnail generation after upload

17 Sep 2015, 23:06

I have been looking at your website, and it seems the root .htaccess file is missing. In our docs, scroll down to the "important" section for information about this file:
https://www.photo.gallery/x3docs/setup/upload/

Without the .htaccess file, it means all your pages are generated with links like this: dogsbestfriends.de/?/Seminare/Betty/ ... See the question mark? Technically speaking, they are not separate pages, and this is not good for SEO. The only reason it still works for your X3 website, is because we managed to "fix" it so it uses different URLS for pages AND images, but this is dysfunctional. This "fix" is not implemented into the panel. In future release, you are required to have the .htaccess file and rewrite operating properly, so you should look into it.

According to your "check" page, I predict everything will be fine once you drop the .htaccess file into root.
 
FrederikFuchs
Topic Author
Posts: 13
Joined: 11 Jun 2013, 09:41

Re: no thumbnail generation after upload

18 Sep 2015, 06:28

Problem solved ! Many thanks.

You were right ! " htaccess" was there, but the dot (.) was missing in front of the filename, so i did not recognize it. :oops: