I managed to get the latest version from github (as I want to start contributing) and got this all running locally, but I get this error when viewing the globals under admin:
Merlin
ERROR: query failed: SELECT * FROM lang_definitions JOIN lang_constants ON lang_definitions.cons_id = lang_constants.cons_id WHERE lang_id=? AND constant_name = ? LIMIT 1
Error: Illegal mix of collations (latin1_bin,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation ‘=’
/var/www/html/oemr/library/translation.inc.php at 36:sqlStatementNoLog
/var/www/html/oemr/library/globals.inc.php at 2180:xl(Māori)
/var/www/html/oemr/interface/super/edit_globals.php at 12:require_once(/var/www/html/oemr/library/globals.inc.php)
Hi,
This is a sign that your default database collation and encoding is not correct (it should be UTF8).
Also ensure you select a UTF8 compliant collation in Step 2 of Install.
-brady OpenEMR