Changes between Initial Version and Version 1 of MRBS HowTo Install


Ignore:
Timestamp:
09/22/16 14:22:18 (8 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MRBS HowTo Install

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