Error al registrar usuario

“Technical Error Unable To Load Form” When Creating A Account Prestashop

Solución

  1. Accedete al file  /tema_default/js/authentication.js
  2. Por la linea 38, sustituir

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

por

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