flyingfish02 wrote on Monday, April 25, 2016:
HI ViSolve,
Thanks for your reply. I followed your advice and changed the openemr folder name. I could access it though localhost/<openemr_extracted_foldername> now.
I was prompted to change my permissions for the following files. However, I did tried to change it but received illegal group name error if I use the command, chown -R apache:apache directory_name. Please advise me on how to solve this problem. Thank you!!
Ensuring following directories have proper permissions…
UNABLE to open directory ‘/Applications/XAMPP/xamppfiles/htdocs/openemr_extracted_4.2.1/sites/default/documents’ for writing by web server.
(configure directory permissions; see below for further instructions)
UNABLE to open directory ‘/Applications/XAMPP/xamppfiles/htdocs/openemr_extracted_4.2.1/sites/default/edi’ for writing by web server.
(configure directory permissions; see below for further instructions)
UNABLE to open directory ‘/Applications/XAMPP/xamppfiles/htdocs/openemr_extracted_4.2.1/sites/default/era’ for writing by web server.
(configure directory permissions; see below for further instructions)
UNABLE to open directory ‘/Applications/XAMPP/xamppfiles/htdocs/openemr_extracted_4.2.1/sites/default/letter_templates’ for writing by web server.
(configure directory permissions; see below for further instructions)
UNABLE to open directory ‘/Applications/XAMPP/xamppfiles/htdocs/openemr_extracted_4.2.1/gacl/admin/templates_c’ for writing by web server.
(configure directory permissions; see below for further instructions)
UNABLE to open directory ‘/Applications/XAMPP/xamppfiles/htdocs/openemr_extracted_4.2.1/interface/main/calendar/modules/PostCalendar/pntemplates/compiled’ for writing by web server.
(configure directory permissions; see below for further instructions)
UNABLE to open directory ‘/Applications/XAMPP/xamppfiles/htdocs/openemr_extracted_4.2.1/interface/main/calendar/modules/PostCalendar/pntemplates/cache’ for writing by web server.
(configure directory permissions; see below for further instructions)
You can’t proceed until all directories are ready.
In linux, recommend changing owners of these directories to the web server. For example, in many linux OS’s the web server user is ‘apache’, ‘nobody’, or ‘www-data’. So if ‘apache’ were the web server user name, could use the command ‘chown -R apache:apache directory_name’ command.
Fix above directory permissions and then click the ‘Check Again’ button to re-check directories.