It's All About Me

make them benefit

Drupal error in Mac – shows blank page?

with 2 comments

I played with Mac somtimes before and i love my Mac(mini) but as a windows user it was little tough for me to get into in. Yesterday my OS chrashed(windows sucks), so i think(not sure?) – i will be fulltime Mac user(at office). BTW – i was working on a realty project with drupal with two of my mates using assembla(http://www.assembla.com/) svn. So i got a working copy on my Mac and tried to run it using MAMP. After run it – i saw just a white page!!!

So i came to this thread - http://drupal.org/node/158043, turned the error message on, then i got the following error message

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 16 bytes) in /Applications/MAMP/htdocs/projecte/includes/cache.inc on line 33

ehh? it’s so easy to fix this – just open your php.ini file(it is located on
/Applications/MAMP/conf/php5/php.ini

you will find
memory_limit = 8M

make it
memory_limit = 128M

That’s it

Written by kodegeek

October 22, 2009 at 4:33 pm

Posted in CMS, Drupal, Error

Tagged with

2 Responses

Subscribe to comments with RSS.

  1. [...] See the original post here: Drupal error in Mac – shows blank page? « It's All About Me [...]

  2. [...] the rest here:  Drupal error in Mac – shows blank page? « It's All About Me By admin | category: Drupal, Object | tags: btw, Drupal, mamp, mates, mates-using, [...]


Leave a Reply