medinadato / Magento2_Newsletter

Magento 2 Newsletter Subscription via Ajax.
2 stars 2 forks source link

Not working after installed #1

Open hemendraajmera opened 6 years ago

hemendraajmera commented 6 years ago

Warning: simplexml_load_string(): namespace error : Namespace prefix xsd for type on argument is not defined

bonyuyo commented 6 years ago

I had the same problem, to solve it, in file view/frontend/layout/default.xml Replace line:

MDN_Newsletter::subscriber.phtml

To:

MDN_Newsletter::subscriber.phtml

I have no error, however is not working (catching de subscriber new action) yet... It do nothing...

bobbyshaw commented 6 years ago

I believe this line: https://github.com/medinadato/Magento2_Newsletter/blob/master/app/code/MDN/Newsletter/view/frontend/layout/default.xml#L12

with xsd:type should read xsi:type

babyasishhira commented 6 years ago

@bobbyshaw yes you right. Thanks

thr4sher commented 5 years ago

Thanks @bobbyshaw :)

JMLucas96 commented 5 years ago

I installed that module, and all is apparently correct, but when I subscribe, ajax make a 302 redirect to home page... image

No errors, no logs registered... Can you help me? Why ajax is redirecting controller url to home page?