Could you also send the code? Maybe 5 lines before and 5 lines after the
line it is pointing to?

It also means it tried to allocate 2KB of memory, which put you over
your 8MB in whatever script you are running.  You can set the maximum
amount of memory a PHP script can use in your PHP.ini file.

-----Original Message-----
From: H.T [mailto:[EMAIL PROTECTED] 
Sent: Sunday, April 22, 2007 6:48 PM
To: php-general@lists.php.net
Subject: [PHP] Why do i get this error message?

I get this error message when i try to check my site on localhost
running
IIS and PHP 5.1.2 :

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 24576 bytes) in ...

and it points to the line which is pure html code!
What could be the cause of this problem?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to