By freelylw on
I done the same things before without any problem. but this time I am not lucky.
I got the message after I move my site from www.aaa.com 2 www.bbb.com:
'Fatal error: Allowed memory size of 10485760 bytes exhausted (tried to allocate 113904 bytes) in /home/freelylw/public_html/100percentdesign.net/includes/bootstrap.inc on line 469'
Can anybody tell me what's this problem ?? How should I solve this problem? Its a imoirtant site. I have to find out what's going on.
Thnk you very much!!
Comments
PHP Memory
The error message basically says it all - your drupal site is trying to use more (PHP) memory than is available on site www.bbb.com.
This presumeably means that you had different host settings on site www.aaa.com. Since it looks like you are using a shared hosting provider, it is not always easy to change the memory available, but try http://drupal.org/node/29268 for more information. (or disable some modules to use less memory!).
t.
Not enough memory for PHP
Hi freelylw,
hmm, sounds like you new host (bbb) does not provide enough memory for PHP/Drupal to work! If you search d.o (drupal.org) for "memory limit" you'll find a number of posts. Here is a link to a book page dealing with this topic.
Link: http://drupal.org/node/29268
You should check how much memory your PHP configuration can use. To do so upload a simple php file with the following code snippet.
This will output your PHP configuration settings. Search for "memory_limit. A memory limit smaller then 12M is not good.
With best regards,
Mike
Hailstorm