Help please! Safe Mode is killing me. Well, not me, but my web site.
Here's the problem: I have a PHP script that creates files in the form of articles/journal entries. These are web pages created under the userid of the script (i.e., not my userid). So far, so good. Each one of these has a comment form for adding comments <b>to that page</b>, based upon annotate.php by Steve Yelvington <steve@yelvington.com>.
However, that script, either referenced as an external file, or added to the page as it is created, is not allowed to write to the page. I get the error "Warning: SAFE MODE Restriction in effect. The script whose uid is xx is not allowed to access jourxxxxxb4b.php.comment owned by uid xxxxx in /usr/local/..."
Does anyone have an idea regarding a workaround for this issue? I'd really appreciate it.