“Technical Error Unable To Load Form” When Creating A Account Prestashop
Solución
- Accedete al file /tema_default/js/authentication.js
- Por la linea 38, sustituir
url: baseUri + ‘?rand=’ + new Date().getTime(),
por
url: baseUri + ‘index.php?controller=authentication’ + ‘?rand=’ + new Date().getTime(),