Page 1 of 1

Calender Issue

Posted: Wed Feb 21, 2018 7:00 pm
by mammut47
Script URL:
Mods for HESK version: 3.2.5
HESK version: 2.7.5
Hosting company: private
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
"an error occured when trying to load evens"
Fresh installation
Do anyone know this Problem?

Re: Calender Issue

Posted: Wed Feb 21, 2018 7:05 pm
by mkoch227
Check the following places:
- Settings -> View Message Log. If there are any logs there, post them here.
- check your browser's JavaScript console to see if there are any errors there

Re: Calender Issue

Posted: Wed Feb 21, 2018 8:00 pm
by mammut47
i am using nginx
in Configuration of nginx there was a missing line

Code: Select all

location / {
     index index.php index.html index.htm;
     ..........
The index file was not set.
After inserting and restarting nginx it works