The initial install screen shows that I pass all the necessary requirements (except APC support) but the "Next" button is grayed out and I cannot proceed. Help!
I worked around this problem, and figured I would write how I did it just in case I need to do it again!
Again, the issue is on the initial install screen the Next button is grayed out and so you cannot move on to the License screen. My work-around:
1) View source, save as an html file
2) Edit the class for the Next button so it is no longer disabled, and add the javascript for submitting ... the 2nd parameter should be 'License'
3) Save html file on sever and hit that page.
4) Click on Next.
5) Delete html file.