Facing problem to install Openemr

Notice : Trying to access array offset on value of type bool in C:\xampp php\htdocs\openemr\openemr\library\translation.inc.php on line 44

Notice : Trying to access array offset on value of type bool in C:\xampp php\htdocs\openemr\openemr\library\translation.inc.php on line 44

This looks like a php version problem. OpenEMR seems to be fully compatible with php version 7.2 as far as I know

hi, should dbl check php settings, https://www.open-emr.org/wiki/index.php/FAQ#What_are_the_correct_PHP_settings_.28can_be_found_in_the_php.ini_file.29.3F

having notices turned on in the error reporting often causes problems

Would you say then that OpenEMR 5.0.3 is compatible with php 7.3?

Iā€™d say yes or will be. Brady has also been working towards PHP8ā€¦ v5.0.3 is not next release as we are moving to v6.0.0

1 Like

OpenEMR 5.0.2 is definitely compatible with PHP 7.2 and 7.3 (and should be 7.4 if using most recent patch)
OpenEMR 6.0.0 (previously 5.0.3) is compatible with PHP 7.3 and PHP 7.4. Also should be with PHP 8.0, although no promises since there are a couple issues with third party packages, which should work themselves out soon. And compatibility with 7.2 will be dependent on how much longer until we release 6.0.0 (since php 7.2 reaches end of life on 11/2020).

1 Like

Any improved forms in V.6.0.0 ?