Error Message in setting up OpenEMR4.0.0

Asked By 70 points N/A Posted on -
qa-featured

Hello experts!

I get an error message setting up Openemr4.0.0. It shows an error message.


Here it is below –

Warning: substr() expects parameter 1 to be string, array given in C:xampphtdocsopenemrlibraryclassesInstaller.class.php on line 297

When I attempt to run Openemr I face another error like this – Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/London' for '1.0/DST' instead in C:xampphtdocsopenemrlibraryclassesPrescription.class.php on line 188

After trying 3 days I managed to install it. But I get different error messages with different error code. The normal error message includes error code 188. But after 4 times it appeared, it showed different error code like 189, 190 and 397. This is so frustrating.

Please someone help to resolve those error codes and tell me how can I run this software properly.

SHARE
Answered By 20 points N/A #89004

Error Message in setting up OpenEMR4.0.0

qa-featured

Hey Charmaine!

Well its sounds like that there are some problems in your configurations. Make sure that all configurations are correctly done.

I will also show you the PHP settings which I have made in my PC and I am not getting any kind of error.

PHP.ini file can be set by these settings.

short_open_tag           = On

max_execution_time   = 60

max_input_time           = 90

memory_limit                = 128M

display_errors               = Off
 
log_errors                       = On

register_globals            = Off
 
post_max_size              = 30M

file_uploads                   = On

upload_max_filesize    = 30M

error_reporting               = E_ALL & ~E_NOTICE & ~E_STRICT

If you are using a version that is less than the version 4.0, then you will also need these settings below:

magic_quotes_gpc          = On
 
Thanks

Related Questions