Mamp returns a blank screen when I visit a php page

I was trying to install Ubercart Drupal module on my local MAMP install on my Mac. The reason for this was clear, not enough memory allocated

Edit the following line in APPLICATIONS/MAMP/conf/php5/php.ini 

memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB) 

I increased my memory to 16MB and it seemed to do the trick 

Your rating: None