Fatal error: Allowed memory size
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?
Re: Fatal error: Allowed memory size
Change memory_limit in your PHP.ini.
Re: Fatal error: Allowed memory size
Re: Fatal error: Allowed memory size
Quote:
Originally Posted by
Goodbook
Nothings happens
What is it set as? and you might need to restart.
Re: Fatal error: Allowed memory size
Quote:
Originally Posted by
leenster
What is it set as? and you might need to restart.
; 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?
Re: Fatal error: Allowed memory size
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
Re: Fatal error: Allowed memory size
Quote:
Originally Posted by
Goodbook
I am having the same problem, only i cant fix it with your method. and it also says its on a different line
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 65488 bytes) in C:\xampp\htdocs\app\tpl\class.html.php on line 55
Re: Fatal error: Allowed memory size
Quote:
Originally Posted by
hooked4life
I am having the same problem, only i cant fix it with your method. and it also says its on a different line
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 65488 bytes) in C:\xampp\htdocs\app\tpl\class.html.php on line 55
Go to C:\xampp\htdocs\app\tpl\class.html.php and open it with Notepad++ than you search line 55, and delete the $get('404)
Re: Fatal error: Allowed memory size
Quote:
Originally Posted by
Goodbook
Go to C:\xampp\htdocs\app\tpl\class.html.php and open it with Notepad++ than you search line 55, and delete the $get('404)
Thanks :)