• 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!

Tfs 0.2 ACC błąd POT

Status
Not open for further replies.

Drakos

Banned User
Joined
May 27, 2008
Messages
218
Reaction score
1
Location
Poland
Witam gdy zakładam account na moim otsi-ie wyskakuje taki błąd :(

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 40 bytes) in /var/www/glomera/pot/OTS_Account.php on line 62

Proszę o pomoc

@edit
zadziwiające jest to że gdy zmieniłem limit na 17 mega w php.ini wywala mi taki błąd
Fatal error: Allowed memory size of 17825792 bytes exhausted (tried to allocate 40 bytes) in /var/www/glomera/pot/OTS_Account.php on line 62
 
Last edited:
Jak źle ? może powiesz jak to zmienić ? w googlach wyczytałem że w php.ini :(
 
Omg #.#

Otwórz plik 'php.ini'
Zamień stary na to:
; Maximum size of POST data that PHP will accept.
post_max_size = 50M
I jeszcze to:
; Maximum allowed size for uploaded files.
upload_max_filesize = 50M
I ostatnie znajdz:
max_execution_time
I zmień na większy czas.

I zrób reload apacza, czyli reseta.
 
zmieniłem jak kazałeś

efekt :

Fatal error: Allowed memory size of 17825792 bytes exhausted (tried to allocate 32 bytes) in /var/www/glomera/pot/OTS_Account.php on line 62
 
bo vimoco podał złe parametry heh :D
Code:
max_execution_time = 180     ; Maximum execution time of each script, in seconds
max_input_time = 180	; Maximum amount of time each script may spend parsing request data
memory_limit = 32M      ; Maximum amount of memory a script may consume (16MB)
 
Status
Not open for further replies.
Back
Top