Calender Issue

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

Post Reply
mammut47
Posts: 2
Joined: Wed Feb 21, 2018 6:39 pm

Calender Issue

Post 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?
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Calender Issue

Post 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
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
mammut47
Posts: 2
Joined: Wed Feb 21, 2018 6:39 pm

Re: Calender Issue

Post 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
Post Reply