| | 1 | = MRBS HowTo Install |
| | 2 | |
| | 3 | Tags: [[MRBS Summary]] [[HowTo]] |
| | 4 | |
| | 5 | == Requirements |
| | 6 | |
| | 7 | - `sudo apt-get install php5-ldap` |
| | 8 | |
| | 9 | == Gotchas |
| | 10 | |
| | 11 | IE8 on the hospital machines uses 'Compatibility View' for all intranet pages. This causes a major problem in viewing the report pages in MRBS. |
| | 12 | |
| | 13 | 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());` |
| | 14 | |
| | 15 | This should prevent IE8 going into Compatibility View, which seems to completely mess up the Report page. |
| | 16 | |
| | 17 | [[BackLinks]] |