Search…

X3 Photo Gallery Support Forums

Search…

Search found 13 matches

by hwilms
06 Jul 2020, 05:13
Forum: Features
Topic: Size of topbar and horizontal ruler
Replies: 1
Views: 12948

Size of topbar and horizontal ruler

Hi, I desperately try to change the size (height) of the topbar. Is there any way, perhaps by a custom css, to change the size and remove the <hr> under the bar? In addition I'd like to see the gallery in the index completely. Each picture, even the landscape ones are cropped at the bottom, although...
by hwilms
12 Jun 2019, 06:36
Forum: Questions
Topic: Email Function
Replies: 4
Views: 2644

Re: Email Function

OK, I have found a way by granting less secure apps access to my account in my Google account settings. I do not like this approach, and I hope that I will be able to setup direct SMTP access to my hoster's email server ...
by hwilms
12 Jun 2019, 06:18
Forum: Questions
Topic: Email Function
Replies: 4
Views: 2644

Re: Email Function

Thanks for the quick response. I have contacted my hoster, already. Actually my emails at the hoster are forwarded to a GMAIL account. However, when configuring my GMAIL account in X3 I get the following bounce: "Einer verdächtigen App wurde der Zugriff auf Ihr Konto verweigert." I try to translate:...
by hwilms
12 Jun 2019, 02:39
Forum: Questions
Topic: Email Function
Replies: 4
Views: 2644

Email Function

Hi,

I cannot get my Email function to work. When sending emails I get the following error message in the JS console within Chrome developer tools:

"Message could not be sent.Mailer Error: Could not instantiate mail function."

Any help is highly appreciated.

Thanks,
Hartmut
by hwilms
20 Aug 2018, 07:56
Forum: Help
Topic: File Upload Limit
Replies: 9
Views: 2215

Re: File Upload Limit

There is another nginx in front of the one, which is running X3, for SSL termination and caching. That one needed to be configured accordingly, too. Therefore setting  client_max_body_size to the desired value in all three definition blocks (server, location & http) is the solution :-).
by hwilms
20 Aug 2018, 06:57
Forum: Features
Topic: Tags - Categories and search
Replies: 13
Views: 16632

Re: Tags - Categories and search

There are other galleries that allow such features. They are using a database, e.g. MySQL, to manage metadata and define which photos are shown on a single page. This allows to define that all images tagged with #abstract are shown in a corresponding gallery. At the same time there can be galleries ...
by hwilms
20 Aug 2018, 06:24
Forum: Help
Topic: File Upload Limit
Replies: 9
Views: 2215

Re: File Upload Limit

The content length depends on you upload limit, of course.
by hwilms
20 Aug 2018, 06:23
Forum: Help
Topic: File Upload Limit
Replies: 9
Views: 2215

Re: File Upload Limit

In order to check, if the nginx conf is the issue, you can use the following curl: curl --insecure -H 'Content-Length: 10000000' https://127.0.0.1/. If there is an immediate answer "413 Request Entity Too Large", then you nginx config is wrong. Further details are coming later.
by hwilms
20 Aug 2018, 06:21
Forum: Help
Topic: File Upload Limit
Replies: 9
Views: 2215

Re: File Upload Limit

Hi, my hoster was able to resolve the issue. I will ask him about the solution and post it here.
by hwilms
20 Aug 2018, 05:28
Forum: Help
Topic: File Upload Limit
Replies: 9
Views: 2215

Re: File Upload Limit

As you can see, I am using SSL and the issue might be related to this (in combination with client_max_body_size) ...
by hwilms
20 Aug 2018, 05:27
Forum: Help
Topic: File Upload Limit
Replies: 9
Views: 2215

Re: File Upload Limit

I have set  `client_max_body_size 50m;` in all three definition blocks: server, location & http. No luck.
by hwilms
20 Aug 2018, 04:56
Forum: Help
Topic: File Upload Limit
Replies: 9
Views: 2215

Re: File Upload Limit

Thanks for responding so quick. Unfortunately this does no seem to be the solution. As pointed out, I had checked my nginx and php configs in advance and set the client_max_body_size parameter to 50m according to the docs at h ttp://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_si...
by hwilms
19 Aug 2018, 15:39
Forum: Help
Topic: File Upload Limit
Replies: 9
Views: 2215

File Upload Limit

Hi, I am currently evaluating X3,and I am quite happy. However, today I ran into an issue: "Request Entity Too Large" while uploading files. Files are 1600 px max and some are larger than 1M. I have checked upload limits in nginx and php, both are set to 50M. How do I set a potential limit to 2 or 3...