Page 1 of 1

3.2.0 -- Calendar problem

Posted: Sun Nov 05, 2017 8:43 pm
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?

Re: 3.2.0 -- Calendar problem

Posted: Sun Nov 05, 2017 9:10 pm
by mkoch227
Did any errors appear on-screen or in your browser's javascript console? If so, provide those errors here.

Re: 3.2.0 -- Calendar problem

Posted: Sun Nov 05, 2017 9:15 pm
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.

Re: 3.2.0 -- Calendar problem

Posted: Sun Nov 05, 2017 9:18 pm
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