I am running MAC OS X with an Apache server. I downloaded the program and when I tried to load the login page received error messages regarding read and write permissions. I am not very familiar with OS X I did go into the Get Info and change all the permission settings on each file to read and write but it doesn't seem to change anything. I tried giving different groups and users (i.e. Admin, WWW) read and write permission but still had no success. I really like the program and I was wondering if anyone knew what I was doing wrong? Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am running MAC OS X with an Apache server. I downloaded the program and when I tried to load the login page received error messages regarding read and write permissions. I am not very familiar with OS X I did go into the Get Info and change all the permission settings on each file to read and write but it doesn't seem to change anything. I tried giving different groups and users (i.e. Admin, WWW) read and write permission but still had no success. I really like the program and I was wondering if anyone knew what I was doing wrong? Thanks
open up the console and browse to the phpform directory. To change permissions, type the following:
chmod -R 777 dir_name
replace dir_name with whatever directory you need to change permissions for.
It worked. Thank you very much.