"Kevin Grigorenko" <kevin@xxxxxxxxxxxxxxxxx> wrote in message news:20041022233007.42565.qmail@xxxxxxxxxxxxxxx > Hello, > > Now, I just found out after implementing this whole solution locally that > when I uploaded to the server, the PHP safe_mode options are on, and > non-overwritable. Therefore, fopen() doesn't even work! > Well, I just figured out my own problem. The problem was these files didn't exist, and it couldn't create them the first time because I guess the script didn't have write access to the directory. I thought I checked for this possibility before by <touch>ing the file, but I must have forgotten to set write permissions to the 'other' group. Are there any pitfalls in setting the directory to write permissions for "other," or should I just create all of these files individually and set their write permissions atomically? Sorry about that, Thanks, Kevin Grigorenko -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php