ccarlson
04-04-2003, 02:28 PM
Hey guys,
Got a question for ya. When I am running one of my personal PHP scripts, I am getting this warning message:
Warning: fopen(/home/redcarbo/public_html/data/chrisTT.txt) [function.fopen]: failed to create stream: Permission denied in /home/redcarbo/public_html/troubletckts.php on line 63.
Here's line 63:
$dataFile = fopen($pathToData.$_GET['username']."TT.txt","w+");
I wasn't getting this error on a previous server that I was running the script on, but I think it may have something to do with new security considerations in recent versions of PHP.
Any ideas?
Thanks,
Chris Carlson
Got a question for ya. When I am running one of my personal PHP scripts, I am getting this warning message:
Warning: fopen(/home/redcarbo/public_html/data/chrisTT.txt) [function.fopen]: failed to create stream: Permission denied in /home/redcarbo/public_html/troubletckts.php on line 63.
Here's line 63:
$dataFile = fopen($pathToData.$_GET['username']."TT.txt","w+");
I wasn't getting this error on a previous server that I was running the script on, but I think it may have something to do with new security considerations in recent versions of PHP.
Any ideas?
Thanks,
Chris Carlson