Friday, June 1, 2012

OpenEMR installation notes

To ensure proper functioning of OpenEMR, following changes are required in php.ini configuration file:
  1. "short_open_tag = On"
  2. "display_errors = Off"
  3. "register_globals = Off"
  4. "magic_quotes_gpc = On"

  5. "max_execution_time" set to at least 60
  6. "max_input_time" set to at least 90
  7. "post_max_size" set to at least 30M
  8. "memory_limit" set to at least "128M".
  9. "file_uploads = On"
  10. "upload_max_filesize" is appropriate for your use
  11. "upload_tmp_dir" is set to a correct value that will work on your system

No comments:

Post a Comment