I have installed 2.9.0 on both Mac and Windows system, but I have a bizarre calendar problem. The Day View calendar only display a pinky red row at 8:00. There is no 9:00, 10:00 etc. I have attached the pic with this post. Can anyone help me with that?
// change these to reflect when the daily view should start to display times
// as well as it should end. ex schedule_start = 9 schedule_end = 17
// start end times in hours
$GLOBALS[‘schedule_start’] = 8;
$GLOBALS[‘schedule_end’] = 17;
read all this file.
There are more setting like:
// Traditionally OpenEMR has allowed creation of user groups (not the same
// as access control groups). However this has never done anything very
// useful and creates confusion. Make this false if you really want it.
$GLOBALS[‘disable_non_default_groups’] = true;