-
Layout and javascript errors
I noticed several issues with the dashboard layout (escpecially with group view) and graphs not showing. In my case this was caused by setting the “Compact CSS and JS into header” in the setup.
Unfortunately, once activated, you can’t reverse the change using the setup screen.I managed to turn it off by running this MySQL Query:
UPDATE tconfig SET VALUE=0 WHERE TOKEN=’compact_header’;
-Cheers