- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Need your help
Installation - Continue button does not work under license agreement
heres a screenshot: http://screencast.com/t/0v7FtjCovpvU
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey buddy, this problem occurs due the file permissions
try this ssh command:
find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; chmod +x mage
it should work
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Installation - Continue button does not work under license agreement
Try again after clicking on the checkbox on "I agree to the above terms and conditions" .
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Installation - Continue button does not work under license agreement
I am having same problem...first time iinstallation of magento for me...and I cant get past /index.php/install/
latest version magento-1.9.1.1-2015-04-30-12-49-08
Even after ticking agreed to the terms and conditions, the continue button stays greyed out?
I have googled and cant find an answer but am thinking maybe some permissions...???
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Installation - Continue button does not work under license agreement
try to re-downlaod you pack from magentocommerce.com then install it
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Installation - Continue button does not work under license agreement
I'm good now. I wish I could tell you what fixed it but I had my hosting company (godaddy) fix the problem for me. I'll say this though...
I think my problem had to do with the fact that I had a shared account and the folder I was installing magento into was not on the root domain. Although, it did install ok before I updated to the most current version of magento.
The guys at godaddy also used installatron to install magento, whereas I was using filezilla to upload the files.
Hope that helps someone else.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Installation - Continue button does not work under license agreement
I think somethig is wrong with the 1.9.1 installation ever since they added the security patch to it on 5-1-15. I was able to install 1.9.1 prior without problem. Can't get past the grayed out continue button now.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Installation - Continue button does not work under license agreement
Problem seems to be with the zip format only. I just tried with the tar.gz format and it worked great.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Installation - Continue button does not work under license agreement
Thankyou rtorresjunior
Your solution did the trick for me, nice quik fix...thanks so much
much appreciated
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Installation - Continue button does not work under license agreement
Sorry, I'm not very confident with ssh commands. I have a 'fresh' subdirectory housing a dev version of a Magento store. I need to change all file permissions according to the command line code above, what would I need to add to only include subdirectory files/folders?