If your installer just stops at step 6
While installing SugarCRM, if you see the following error during Step 6
Creating the config file…done
Installation is proceeding… the output will appear below once it is complete. Please wait.
Then you have to follow the simple steps to make your installer work fine.
1) modify the config.php file. Delete everything from it and just add the following:
php
$sugar_config['installer_locked'] = false;
2) Next edit the php.ini file in /etc
memory_limit = 30M
(Make sure that you don’t make any mistake like writing 30MB instead of 30M. Just change it to 30M. Don’t give any space between 30 and M.)
3) Restart Apache to accept the new PHP parameters
4) Rerun the setup per instructions.
5) Upgrade PHP to at least 4.3.10.
