about2flip
Technical User
I checked the forum before posting this, and saw a posting but there was no real solution. I am learning to use fopen, and I keep getting
Warning: fopen(exp/runs.txt): failed to open stream: Permission denied in /home/httpd/vhosts/domainname.net/httpdocs/testopen.php on line 2
now here is the code
studying so I am practicing)
<?
$fp = fopen( "exp/runs.txt" , "w" );
?>
my owner permissions are set to rwx, I also set it to rw.
Group permissions are not checked to nothing, the same for public. Just to play around, I set the public and group to r.
I am using a unix server with plesk. I emailed my hsp, and they said it is a third party issue, and they can not help. So I am hopinig someone here knows.
Thanks in advance for your help.
Warning: fopen(exp/runs.txt): failed to open stream: Permission denied in /home/httpd/vhosts/domainname.net/httpdocs/testopen.php on line 2
now here is the code
<?
$fp = fopen( "exp/runs.txt" , "w" );
?>
my owner permissions are set to rwx, I also set it to rw.
Group permissions are not checked to nothing, the same for public. Just to play around, I set the public and group to r.
I am using a unix server with plesk. I emailed my hsp, and they said it is a third party issue, and they can not help. So I am hopinig someone here knows.
Thanks in advance for your help.