• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Acc Maker problem

dixon1818

New Member
Joined
Aug 17, 2009
Messages
3
Reaction score
0
Location
Poland/BDG
Witam mam taki problem gdzie nadac chmody ?



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

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

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



Warning: fclose(): supplied argument is not a valid stream resource in /var/www/config-and-functions.php on line 403
 
Last edited:
machnij sobie tak na szybko, powinno Ci wystarczyc:
Code:
chmod -R 700 /var/www/
chown -R www-data /var/www/
 
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'rlname' in 'field list'' in /var/www/pot/OTS_Account.php:229 Stack trace: #0 /var/www/pot/OTS_Account.php(229): PDO->query('SELECT `id`, `n...') #1 /var/www/index.php(27): OTS_Account->load(1) #2 {main} thrown in /var/www/pot/OTS_Account.php on line 229

Lol : o
 
omfg-.- wejdz przez ftp np file zilla -> Prawym na folder np "OTS" ->Chmod -> 777 -> Zastosuj do folderu i plikow w nim zwartych czy cos takiego -> OK -.-
 
swoją drogą zamiast nadawać chmod 777 na cały folder wystarczyło nadać na usercounter oraz serverstatus

@up
a konta są w bazie danych? ;'d

@down
racja, źle przeczytałem :thumbup:
 
Last edited:
swoją drogą zamiast nadawać chmod 777 na cały folder wystarczyło nadać na usercounter oraz serverstatus

@up
a konta są w bazie danych? ;'d

ktos tu pisal o 777? ;/ 700 + chown, moze niedoskonale rozwiazanie, ale dla takiego otsa co on ma na 100% wystarczajace
 
Back
Top