I have a new 1.7.0 installation and booking single entries works, but repeats fail because there is no datepicker for the repeat end date. (Reports also have no datepickers.)
I've double-checked the config.inc.php file and the databsae, and timezones are set correctly.
mysql> select timezone from mrbs_zoneinfo;
+------------------+
| timezone |
+------------------+
| America/New_York |
+------------------+
1 row in set (0.00 sec)
mysql> select timezone from mrbs_area;
+------------------+
| timezone |
+------------------+
| America/New_York |
+------------------+
1 row in set (0.00 sec)
Is there a way to remove the js_hidden tag and force MRBS to show the old datepicker when the javascript one fails?
Installation: Centos 6, Remi PHP 5.6.32. Except for config.inc.php, all files are symlinks to /usr/local/share/mrbs/web/*
I'm a bit confused by the description of the problem. Is it (a) that there are no datepickers produced or (b) that there are datepickers but that that they are in the wrong timezone?
Anyway, can you have a look in your browser's console (accessed through Developer Tools) and see if you are getting any error messages?
Also, have you just upgraded to 1.7.0, or is this a new installation? If you have just upgraded can you clear your browser's cache because the CSS and JavaScript files are cached and so you may still be using the old ones.
See also https://sourceforge.net/p/mrbs/support-requests/1397/.
It looks like it may be an include path problem. See https://sourceforge.net/p/mrbs/support-requests/1397/.