Install wizard > Database configuration > Connection details are hidden
At 3 - Database step I chose MS SQL but server, user, password, etc textboxes are not visible. I couldn't install Umbraco via Web PI because of missing SQL Management Objects -it's not missing, uninstall-reinstall couldn't help-
This is still a bug in 4.7.2, so guys, if you could vote for it here: http://umbraco.codeplex.com/workitem/30741 there's a chance a fix could go into 4.8. I'd hope a fix would stave some Umbraco newcomers' frustrations.
Install wizard > Database configuration > Connection details are hidden
At 3 - Database step I chose MS SQL but server, user, password, etc textboxes are not visible. I couldn't install Umbraco via Web PI because of missing SQL Management Objects -it's not missing, uninstall-reinstall couldn't help-
How can I go ahead?
I think there is a Javascript bug which one can't show the invisible elements when SQL server selected:
<div id="ctl09_DatabaseServerItem" class="row sql" style="display: none;">
<label for="ctl09_DatabaseServer" id="ctl09_DatabaseServerLabel">Server:</label>
<span>
<input name="ctl09$DatabaseServer" type="text" value="|DataDirectory|\Umbraco.sdf" id="ctl09_DatabaseServer" class="text"></span>
</div>
yeah, i typically have to click to next step then back a few times to get it to show... very odd...
This is still a bug in 4.7.2, so guys, if you could vote for it here: http://umbraco.codeplex.com/workitem/30741 there's a chance a fix could go into 4.8. I'd hope a fix would stave some Umbraco newcomers' frustrations.
is working on a reply...