5
Hello!
I've seen that alot of people had/have problems with the repository directory. In my case i solved it finally but when i uploaded it to my my webhosting company i got problems again. This since my webhost runs PHP in safe mode and as PHP/apache runs as another user than me creating directories and uploading pages. The files/directories i upload with ftp gets the uid 21 and the scripts run in PHP/apache has the user 81, as these differ PHP in safe mode says STOP! (can be seen in the first post in this thread!) Is it possible to solve this? (My webhost will not turn safe mode off, and i can't see anythin else they can do, and as i understand it alot of other people have the same problem).
And when it comes to the repository directory me and other windows users may be a bit unsure what this path should be relative to, we are uesd to paths starting with "c:\"

i finally figured it out running phpinfo() telling me where from the script was run and in that way figure out what path to use.
If this mudule could be adapted to us users with safe mode i would be very happy, thanks alot in advance!
//Martin