Hello i'm new and i have a problem.
I have this error.
Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 261904 bytes) in C:\xampp\htdocs\app\tpl\class.html.php on line 27
What can i do to fix it?
Hello i'm new and i have a problem.
I have this error.
Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 261904 bytes) in C:\xampp\htdocs\app\tpl\class.html.php on line 27
What can i do to fix it?
Change memory_limit in your PHP.ini.
Nothings happens
; Maximum amount of memory a script may consume (128MB)
; PHP: Description of core php.ini directives - Manual
memory_limit = 12M
Now i gonna chance it to 64M?
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 261904 bytes) in C:\xampp\htdocs\app\tpl\class.html.php on line 27
I have chance the memory_limit = 12M
Now its 64M
Fixed