T_Gu3 Posted December 19, 2013 Share Posted December 19, 2013 Hi Guys, http://dev.waylandgames.co.uk/authentication?back=my-account On this page when I attempt to create a new user I get the following error: Details:Error thrown: [object Object]Text status: parsererror I read elsewhere on the forums that on the authentication.tpl form changing url: baseUri to url: baseUri + '?controller=authentication', or url: baseUri + 'index.php?controller=authentication', may help but not for me. We run a multistore configuration and the settings match across the sites. The default theme is not being used. Thanks Link to comment Share on other sites More sharing options...
vekia Posted December 19, 2013 Share Posted December 19, 2013 hello can you for test purposes disable the mailchimp module? im asking about that because you've got this script: <script type="text/javascript">var headID = document.getElementsByTagName('head')[0]; var cssNode = document.createElement('link'); cssNode.type = 'text/css'; cssNode.rel = 'stylesheet'; cssNode.href = '../modules/mailchimp/mailchimp.css'; cssNode.media = 'screen'; headID.appendChild(cssNode)</script> and this causing your issue. definitely. Link to comment Share on other sites More sharing options...
T_Gu3 Posted December 19, 2013 Author Share Posted December 19, 2013 hello can you for test purposes disable the mailchimp module? im asking about that because you've got this script: <script type="text/javascript">var headID = document.getElementsByTagName('head')[0]; var cssNode = document.createElement('link'); cssNode.type = 'text/css'; cssNode.rel = 'stylesheet'; cssNode.href = '../modules/mailchimp/mailchimp.css'; cssNode.media = 'screen'; headID.appendChild(cssNode)</script> and this causing your issue. definitely. Hi veika thanks for your response, I disabled the mailchimp module on this shop and I can now proceed to the create account form. Is there a fix to this issue that you are aware of? Thanks Link to comment Share on other sites More sharing options...
vekia Posted December 19, 2013 Share Posted December 19, 2013 from where you downloaded this module? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now