From 2de3b2faa1eddb9ac66a3764b82651422074e44d Mon Sep 17 00:00:00 2001 From: Sahil Sinha Date: Tue, 5 Apr 2011 14:53:01 -0400 Subject: [PATCH] Modified setup.php Line 526 added information for post_max_size --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index a3a09e091..ea584e937 100644 --- a/setup.php +++ b/setup.php @@ -523,7 +523,7 @@ else { $gotFileFlag = 1; } } -echo "
  • To ensure proper functioning of OpenEMR you must make sure that settings in php.ini file include \"short_open_tag = On\", \"display_errors = Off\", \"register_globals = Off\", \"magic_quotes_gpc = On\", \"max_execution_time\" set to at least 60, \"max_input_time\" set to at least 90, and \"memory_limit\" set to at least \"128M\".
  • \n"; +echo "
  • To ensure proper functioning of OpenEMR you must make sure that settings in php.ini file include \"short_open_tag = On\", \"display_errors = Off\", \"register_globals = Off\", \"magic_quotes_gpc = On\", \"max_execution_time\" set to at least 60, \"max_input_time\" set to at least 90, \"post_max_size\" set to at least 30M, and \"memory_limit\" set to at least \"128M\".
  • \n"; echo "
  • In order to take full advantage of the patient documents capability you must make sure that settings in php.ini file include \"file_uploads = On\", that \"upload_max_filesize\" is appropriate for your use and that \"upload_tmp_dir\" is set to a correct value that will work on your system.
  • \n"; if (!$gotFileFlag) { echo "
  • If you are having difficulty finding your php.ini file, then refer to the 'INSTALL' manual for suggestions.
  • \n"; -- 2.11.4.GIT