I installed phpOpenChat and ran the test.php. It was all green and said it was ready to go.
However, I get this error when I try to use phpOpenChat: "Your webserver has no write permissions in X" Where x is whatever directory I have it pointing at in the config file (i've tried a few).
What permissions do I need to setup for that folder in windows xp? I have tried adding different users to the directory I want to write too.
I have tried adding users/groups Local Service, IUSER_JOE and others. None of them work. Do I need to setup something in apache or is this strictly a problem with windows permissions?
Apache is logging into the system using the local system account.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am running apache on windows XP.
I installed phpOpenChat and ran the test.php. It was all green and said it was ready to go.
However, I get this error when I try to use phpOpenChat: "Your webserver has no write permissions in X" Where x is whatever directory I have it pointing at in the config file (i've tried a few).
What permissions do I need to setup for that folder in windows xp? I have tried adding different users to the directory I want to write too.
I have tried adding users/groups Local Service, IUSER_JOE and others. None of them work. Do I need to setup something in apache or is this strictly a problem with windows permissions?
Apache is logging into the system using the local system account.
Oops,
Ok nm, I had another session already running and that was causing a conflict which threw the permission error.
Going to have to figure out how to get the two working together . . . . =/