Ticket #1880 (closed defect: wontfix)

Opened 11 months ago

Last modified 3 weeks ago

"Install SilverStripe" Button disabled

Reported by: Purodha Assigned to: aoneil
Type: defect Priority: critical
Milestone: 2.2.3* Component: CMS - Installer
Version: Severity: medium effort / impact
Keywords: Cc:
Due date: Hours:

Description

The button "Install SilverStripe?" is disabled when I try to run install another time. That is, I cannot.

In fact, I am trying to get things right which went wrong during my 1st attempted install.

Attachments

Change History

Changed 11 months ago by smagnusson

Can you attach a screenshot?

Changed 11 months ago by Purodha

A creen shot has imho a bit too many bits ;-) here is as piece of html:

								<p>
																			<input id="install_button" type="submit" class="action" name="go" value="Install SilverStripe" onclick="document.getElementById('saving_top').style.display = ''; this.value = 'Installing SilverStripe...'" />
									<span id="saving_top" style="display: none">
										&nbsp;
										<img src="cms/images/network-save.gif" />
										(this will take a minute or so)
									</span>
								</p>

This likely shows the reason why - "onclick" scripts of course do not work inside my browser (for obvious security reasons) but the <input ...> should imho work to submit the filled form.

Changed 8 months ago by sminnee

  • milestone set to 2.2.3 feature-lock

Changed 3 weeks ago by sminnee

  • status changed from new to closed
  • resolution set to wontfix

It sounds like your problems are because you have javascript disabled. Enable javascript.

Note: See TracTickets for help on using tickets.