Jump to content
thirty bees forum
  • 0

Clients cant register an account - shows error


hedgehog

Question

When i press "register account" button, it shows the following error:

TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: parsererror
I've googled a couple solutions but none of them working - fixing authenticate.tpl / tools.php files, disabling CCC, caching. Maybe because these solutions are for PS, i dont know. Cant create an account anyway. Login functions works well though. Theme is niara, TB 1.1
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

thankfully i found the fix, in the file %theme%/js/authentication.js change this line:

url: baseUri + '?rand=' + new Date().getTime(),

to

url: baseUri  + '?rand=' + new Date().getTime(), con url: baseUri + 'index.php?controller=authentication' + '?rand=' + new Date().getTime(),

Edited by hedgehog
  • Like 1
Link to comment
Share on other sites

  • 0
41 minutes ago, AndyC said:

Was going to suggest a similar fix by replacing that whole file from a backup

 

that wouldnt help, at least in my case. i have tried to replace the file from freshly downloaded theme, tried to install the theme anew, the problem was still there until i changed that line of code

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...