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 :(
3 Answers
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.
This will solve your error.
-
I could not find this class in my inputjas– jas2018-06-15 12:36:31 +00:00Commented Jun 15, 2018 at 12:36
-
which browser are you using?Ruhani– Ruhani2018-06-15 12:37:38 +00:00Commented Jun 15, 2018 at 12:37
-
-
I have added screenshot in my commentRuhani– Ruhani2018-06-15 12:48:50 +00:00Commented 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.Ruhani– Ruhani2018-06-15 12:51:43 +00:00Commented Jun 15, 2018 at 12:51
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-urlclass (Something like I ain't sure) .
Check Image Remove selected class and than go ahead.
Than execute setup wizard Ahead it will work.
-
can you help me to create virtual host?jas– jas2018-06-15 12:37:05 +00:00Commented Jun 15, 2018 at 12:37
-
Check now I've added screen for core hack !!anonymous– anonymous2018-06-15 12:46:15 +00:00Commented Jun 15, 2018 at 12:46
-
can I give right marks to two answers ? and how?jas– jas2018-06-15 12:57:10 +00:00Commented Jun 15, 2018 at 12:57

