1

I'm trying to move my Magento development to MAMP and getting problem with 100% usage on httpd both for new installations (after Create Admin Account) page and for existing stores moved from test server. I'm using MAMP Pro 2.0.1 with PHP 5.3.6

Also I've changed following settings and enabled xdebug: max_execution_time = 1800 memory_limit = 128M

If anyone faced similar problem or have any suggestion please share

Zifius
  • 111
  • 4
  • Switched to PHP 5.2.17 and all works now –  Aug 15 '11 at 13:27
  • FYI, this is likely what the issue is: http://stackoverflow.com/questions/5400154/iconv-strlen-function-causing-execution-timeout-running-on-mamp – Luke Aug 15 '11 at 14:42
  • @Luke Thanks for the insight, should probably wait for the MAMP update or switch to ports. You can post your reply as an answer and I'll accept it –  Aug 15 '11 at 15:33

1 Answers1

0

Issue is fixed in MAMP 2.0.2 http://blog-en.mamp.info/2011/08/mamp-pro-2-0-1-released.html

Zifius
  • 111
  • 4