3.2.0 -- Calendar problem

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

Post Reply
PlazzmiK
Posts: 3
Joined: Sun Nov 05, 2017 8:37 pm

3.2.0 -- Calendar problem

Post by PlazzmiK »

Script URL: n/a
Mods for HESK version: 3.2.0
HESK version: 2.7.3
Hosting company: n/a
What terms did you try when SEARCHING for a solution: calendar / calendar problems / jquery error / hesk calendar / ...

Write your message below:


Upgraded from an older version to 3.2.0 everything seems to work, but the calendar isn't showing on the user side. I get a list of categories, but the calendar view is empty. Everything is showing on the admin side. Tried turning some things on and off (calendar viewing, 3 options).

Is this a bug in 3.2.0?
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: 3.2.0 -- Calendar problem

Post by mkoch227 »

Did any errors appear on-screen or in your browser's javascript console? If so, provide those errors here.
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
PlazzmiK
Posts: 3
Joined: Sun Nov 05, 2017 8:37 pm

Re: 3.2.0 -- Calendar problem

Post by PlazzmiK »

Seems to be a bug in 3.2.0 indeed, and I already found myself a solution to this problem.
A bootstrap script wasn't loaded, and trowing an error when loading the calendar.

I can't seem to post code to this forum, as it gives me an error when I submit it.
PlazzmiK
Posts: 3
Joined: Sun Nov 05, 2017 8:37 pm

Re: 3.2.0 -- Calendar problem

Post by PlazzmiK »

Find the following line in /inc/header.inc.php around line 90+

Code: Select all

src="<?php echo HESK_PATH; ?>js/bootstrap-colorpicker.min.js?v=<?php echo MODS_FOR_HESK_BUILD; ?>"
and insert this line right under it

Code: Select all

src="<?php echo HESK_PATH; ?>js/bootstrap-select.js?v=<?php echo MODS_FOR_HESK_BUILD; ?>"
Make sure you add the proper script tags, because this forum prevents me from typing those.
Problem fixed! Might want to include this in version 3.2.1
Post Reply