• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux [DEBIAN] Problem with permissions in web. GESSIOR ACC

bolero

MikeHere
Joined
Apr 13, 2009
Messages
1,146
Reaction score
12
Location
Venezuela
I have the following error... How I can fix? I was put the permissions 0777

Code:
Warning: fopen(config/serverstatus) [function.fopen]: failed to open stream: Permission denied in /var/www/config-and-functions.php on line 368

Warning: rewind(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 374

Warning: fwrite(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 375

Warning: fclose(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 376

Warning: fopen(usercounter.dat) [function.fopen]: failed to open stream: Permission denied in /var/www/config-and-functions.php on line 381

Warning: fgets(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 382

Warning: rewind(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 384

Warning: fclose(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 386

Help me please :)
 
It says exactly what is wrong :P

first one.
Folder config, in it file serverstatus, give it permission.
file usercounter.dat give it permission.
and give config-and-functions.php permission :p
 
Now.

Code:
Warning: fopen(usercounter.dat) [function.fopen]: failed to open stream: Permission denied in /var/www/config-and-functions.php on line 381

Warning: fgets(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 382

Warning: rewind(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 384

Warning: fclose(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 386

I was searching the file usercounter.dat but I don't know where is it.
 
I was remember one guide and this work for me,

Code:
chmod 777 www

Fixed. Ty for all..

If know how to fix this error tell me.

Code:
mysql_real_query(): SELECT `name`, `password`, `salt`, `premdays`, `lastday`, `key`, `warnings` FROM `accounts` WHERE `id` = 1 LIMIT 1 - MYSQL ERROR: Unknown column 'salt' in 'field list' (1054)
[22:32:33.364] mysql_real_query(): SELECT `name`, `password`, `salt`, `premdays`, `lastday`, `key`, `warnings` FROM `accounts` WHERE `id` = 7075689 LIMIT 1 - MYSQL ERROR: Unknown column 'salt' in 'field list' (1054)

Rep++
 
Back
Top