|
I only had one problem with the install of Magento using MAMP. The only problem I ran into is blank chekout and cart, but I fixed that with php memory 32mb
So this is my system config
MacBook Pro
OS
Mac 10.5.1
MAMP 1.7
Ports
Apache Port: 80
MySQL Port: 3306
PHP
PHP 5
NOTE: I had to change the memory_limit in the php.ini to 32mb under: MAMP/config/php5/php.ini - Make sure to “Stop Servers” in MAMP and click on “Start Severs” to have the php changes take affect.
During the install it asked me for https settings on don’t have my ssl settup so I just left the port settings the same as http
Default Store
Host: localhost
Base Path: magento - i just drop the whole folder into MAMP/htdocs
Protocal: http
Port: 80
Same settngs for Secure Connection as the Default Store
It worked for me
|