MRBS HowTo Install
Tags: MRBS Summary HowTo
Requirements
sudo apt-get install php5-ldap
Gotchas
IE8 on the hospital machines uses 'Compatibility View' for all intranet pages. This causes a major problem in viewing the report pages in MRBS.
To prevent Compatibility View insert header("X-UA-Compatible: IE=Edge");
at line 111 in Themes/default/header.inc, ie just after header("Content-Type: text/html; charset=" . get_charset());
This should prevent IE8 going into Compatibility View, which seems to completely mess up the Report page.
Last modified
8 years ago
Last modified on 09/22/16 14:22:18
Note:
See TracWiki
for help on using the wiki.