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?
Calender Issue
Moderator: mkoch227
Re: Calender Issue
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
- 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
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: Calender Issue
i am using nginx
in Configuration of nginx there was a missing line
The index file was not set.
After inserting and restarting nginx it works
in Configuration of nginx there was a missing line
Code: Select all
location / {
index index.php index.html index.htm;
..........
After inserting and restarting nginx it works