Hi,
I'm installing magento-1.9.2.1-2015-08-03-06-33-36 on a unix server with PHP 5.4.36 When I come to "Welcome To Magento's Installation Wizard!", I click "I agree to the above terms and conditions." When I click Continue button nothing happens, window is frozen. Any solution? All help will be greatly appreciated.
Do you have access to the server error logs?
You can also uncomment this line in your index.php file
#ini_set('display_errors', 1);
It will display any errors you are getting.