Jump to content

Error in autentication make account: TECHNICAL ERROR: unable to load form. Details: Error thrown: [o


Recommended Posts

Hi,

 

I need some help, please.

 

I can't create new accounts from the autentication page. Clicking on the button to create an new account, the page returns the following error:

 

TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: error

 

And the form does not open.

 

I searched for a solution through the forums and Internet before creating this thread, but it did not work nothing. 

 

These are some of the things I've tried:

 

- I have not done any translation directly modifying files, Forever I have done from the backend. But just in case I have checked that all files are properly encoded in UTF 8.

 

- I have disabled the mobile theme.

 

- I deleted the cache memory on several occasions from the backend, also through ftp erasing all files in the folders: /cache/smarty/cache and /cache/smarty/compiled

 

- I probed to completely disable cache and CCC

 

- I increased the value of max_execution_time in php.ini to 180

 

- I upgraded to version 5.4 php

 

None of this has worked, the error persists.

 

The only thing that serves is to disable the option: move javascript to the end, in the CCC options. But this causes stop the AJAX cart module function and other several errors.

 


My shop use de 1.6.0.14 version of prestashop.

 

My server use ningx and php-fpm over ningx, memcache and version 5.4 of PHP.

 

I appreciate any help in this regard.

post-40237-0-82615600-1435228961_thumb.png

Edited by jjboyano (see edit history)
Link to comment
Share on other sites

I found the solution in a post in this forum:

 

Start Online Design, on 01 Apr 2015 - 1:52 PM, said:snapback.png

Hi everyone!

 

I found a solution. At least it worked for my client shop.

 

In FrontController i changed this code:

'base_uri' => $protocol_content.Tools::getHttpHost().__PS_BASE_URI__.(!Configuration::get('PS_REWRITING_SETTINGS') ? 'index.php' : ''),

 

to this code:

'base_uri' => $protocol_content.Tools::getHttpHost().__PS_BASE_URI__.(!Configuration::get('PS_REWRITING_SETTINGS') ? 'index.php' : '').$this->context->language->iso_code.'/',

Link to comment
Share on other sites

  • 4 weeks later...

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