Jump to content

Help! cannot register new account


Recommended Posts

I have installed and configured my shop

But I have found a big problem, the site cannot be create new account

When I press Create your account button, there is an error message appear

 

"Technical Error : unable to load form"

 

May I know how to solve this problem?

 

 

registered.jpg

Link to comment
Share on other sites

  • 3 weeks later...

Hi,

 

I encountered this error in creating a new Account in Prestashop 1.5.5.

Having surfed through many posts, i got some good ideas to look for the problem. In this release, I found the following errors

 

Prestatshop ->themes ->default -> authentication.tpl.

 

1. Change line 100 from

"url: baseUri + 'index.php?controller=authentication',"

TO

"url: baseUri + '?controller=authentication',"

 

2. Change line 109 from

"email_create: $('#email_create').val(),"

TO

"email_create: $('#email_create').txt(),"

 

Now I can create new accoutnts.

 

Hope this helps someone.

 

regards

  • Like 1
Link to comment
Share on other sites

Hi,

 

I encountered this error in creating a new Account in Prestashop 1.5.5.

Having surfed through many posts, i got some good ideas to look for the problem. In this release, I found the following errors

 

Prestatshop ->themes ->default -> authentication.tpl.

 

1. Change line 100 from

"url: baseUri + 'index.php?controller=authentication',"

TO

"url: baseUri + '?controller=authentication',"

 

2. Change line 109 from

"email_create: $('#email_create').val(),"

TO

"email_create: $('#email_create').txt(),"

 

Now I can create new accoutnts.

 

Hope this helps someone.

 

regards

 

 

and you've got the same error message and the same ajax query result?

Link to comment
Share on other sites

I faced this problem too. When I need to create a new account it shows error. What I did is upgrade the PHP version to the latest one and now I can create a new account.

 

PHP version 5.4.19

 

any chance to check your website? if so please share url.

have you checked browser error log ( especially results from ajax queries? )

Link to comment
Share on other sites

  • 3 weeks later...

i tried to open your website but this is what i saw:

qTrZ474.png

 

Ehhh, please try it again.

I was switching between the default theme and my theme.

The default theme is working with making a new account.

maybe i only have to replace some default theme files with the files from my theme.

 

thanks

Link to comment
Share on other sites

Hello,

 

I installed "slidecaptcha module" in Prestashop v.1.5.4.1. Login page display "module slidecaptcha" and work correctly. I uninstalled and deleted "slidecaptcha module" and now I can not register a new account. In "php_errorlog" from my server I get this error:

 

PHP Fatal error:  Uncaught exception 'SmartyException' with message 'Unable to load template file '/public_html/plantnatura.ro/themes/default/./../../modules/slidecaptcha/slidecaptcha.tpl' in '/public_html/plantnatura.ro/themes/default/authentication.tpl'' in /public_html/plantnatura.ro/tools/smarty/sysplugins/smarty_internal_templatebase.php:127
Stack trace:
#0
/public_html/plantnatura.ro/tools/smarty/sysplugins/smarty_internal_template.php(286): Smarty_Internal_TemplateBase->fetch(NULL, NULL, NULL, NULL, false, false, true)
#1 /public_html/plantnatura.ro/cache/smarty/compile/7a/67/45/7a6745cb3a54176c290253590fd53fe75ff0f109.file.authentication.tpl.php(274): Smarty_Internal_Template->getSubTemplate('/public_html/...', NULL, NULL, NULL, NULL, Array, 0)
#2
/public_html/plantnatura.ro/tools/smarty/sysplugins/smarty_internal_templatebase.php(180): content_5249406dba6cc0_76417703(Object(Smarty_Internal_Template))
#3
/public_html/plantnatura.ro/classes/c in /public_html/plantnatura.ro/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 127
 
and in my browser I get this error:
 
The website cannot display the page
Most likely causes:
  • The website is under maintenance.
  • The website has a programming error.

My website: 

http://www.plantnatura.ro

 

Regards,

Razvan

 
 

 

 

Link to comment
Share on other sites

  • 1 month later...

Hi,

 

I encountered this error in creating a new Account in Prestashop 1.5.5.

Having surfed through many posts, i got some good ideas to look for the problem. In this release, I found the following errors

 

Prestatshop ->themes ->default -> authentication.tpl.

 

1. Change line 100 from

"url: baseUri + 'index.php?controller=authentication',"

TO

"url: baseUri + '?controller=authentication',"

 

2. Change line 109 from

"email_create: $('#email_create').val(),"

TO

"email_create: $('#email_create').txt(),"

 

Now I can create new accoutnts.

 

Hope this helps someone.

 

regards

 

 

 

hi ranganv,

 

for the 2,

 

2. Change line 109 from

"email_create: $('#email_create').val(),"

TO

"email_create: $('#email_create').txt(),"

 

 

I do a strange testing, it's not correct for 'txt()'. but it's for  $('#email_create') jquery object.

that's my changed result on line 109, can make the register work: 

 email_create: $('#email_create'),

 

so strange, also if use $('#email_create').txt2(), $('#email_create').txt3() are ok.

does anyone know the resean?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...