0

Please help me to solve below error I am getting while installing Magento 1.9 in my local system (I think I have added the right URL only), it is so ridiculous :(

enter image description here

1

3 Answers 3

1

I have faced the same error before few days while installation in my local,

Inspect that input and you will find it has class="required-entry validate-url input-text validation-failed" class.

Just remove "validate-url" class from your inspected input and click on continue.

enter image description here

This will solve your error.

5
  • I could not find this class in my input Commented Jun 15, 2018 at 12:36
  • which browser are you using? Commented Jun 15, 2018 at 12:37
  • Firefox but does that matter? Commented Jun 15, 2018 at 12:40
  • I have added screenshot in my comment Commented Jun 15, 2018 at 12:48
  • welcome..if you find the answer useful then make it mark so that it can be helpful for others. Commented Jun 15, 2018 at 12:51
2

To get rid of this error there possible 2 solutions in my mind.

1). Create virtual host for your magento.

2). Core hack !! Inspect on this input field and than remove class base-secure-validate-url class (Something like I ain't sure) .

Check Image Remove selected class and than go ahead.enter image description here

Than execute setup wizard Ahead it will work.

3
  • can you help me to create virtual host? Commented Jun 15, 2018 at 12:37
  • Check now I've added screen for core hack !! Commented Jun 15, 2018 at 12:46
  • can I give right marks to two answers ? and how? Commented Jun 15, 2018 at 12:57
1

Put http://127.0.0.1 instead of localhost and try

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.