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?
3.2.0 -- Calendar problem
Moderator: mkoch227
Re: 3.2.0 -- Calendar problem
Did any errors appear on-screen or in your browser's javascript console? If so, provide those errors here.
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: 3.2.0 -- Calendar problem
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.
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
Find the following line in /inc/header.inc.php around line 90+
and insert this line right under it
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
Code: Select all
src="<?php echo HESK_PATH; ?>js/bootstrap-colorpicker.min.js?v=<?php echo MODS_FOR_HESK_BUILD; ?>"
Code: Select all
src="<?php echo HESK_PATH; ?>js/bootstrap-select.js?v=<?php echo MODS_FOR_HESK_BUILD; ?>"
Problem fixed! Might want to include this in version 3.2.1