Page 1 of 1

Error

Posted: Sun Jun 26, 2005 6:22 am
by stanko
what is it? :(

Warning: fopen(poll/data/1119350930.txt): failed to open stream: Permission denied in /domains1/gh021400/public/www_root/poll/vote.php on line 57

Warning: fwrite(): supplied argument is not a valid stream resource in /domains1/gh021400/public/www_root/poll/vote.php on line 58

Warning: fclose(): supplied argument is not a valid stream resource in /domains1/gh021400/public/www_root/poll/vote.php on line 59

on local all runing normal?

Posted: Sun Jun 26, 2005 6:24 am
by timvw
need to make sure that the user that is executing the script has sufficient rights to open the file...

Posted: Sun Jun 26, 2005 6:40 am
by stanko
How? :?:

Posted: Sun Jun 26, 2005 6:53 am
by timvw
well, you need to know who is executing the script
and then you need to know how to check/give sufficient rights

-> time to hit your operating system/filesystem manual...