Jump to content

[SOLVED] can not reigster after migrating to new server


Recommended Posts

Hi All, i have a problem here.

 

I've moved my prestashop to new server. Everything looks fine at the beginning. But I noticed that the registration form is not working now.

 

I always get: 

 

TECHNICAL ERROR: unable to load form.
 
Details:
Error thrown: [object Object]
Text status: error
 
Im using version 1.5.3.1 now.
 
When i check on chrome console, i got this error msg:
POST http://unicorner.co.id/ 500 (Internal Server Error) 
 
As a comparison, my old server was having no problem at all till now. you can check it at 
 
i've tried change the authentication.tp adding this one: 
url: baseUri + 'index.php?controller=authentication',
but the result was still the same. I still got error.
 
 
Anyone can help me please?
 
 
 
 

 

Link to comment
Share on other sites

Hi Vekia,

 

Thanks for your reply. I already enabled the display error now

The alert pop up text now changed to:

 

TECHNICAL ERROR: unable to load form.
 
Details:
Error thrown: [object Object]
Text status: parsererror
 
 
before:
Text status: error
 
but the 500 internal server error was gone
Link to comment
Share on other sites

modules mentioned in these errors:
 

 

 

Warning: Function addCSS() is deprecated in /home/k3855052/public_html/modules/blocktestimonial/blocktestimonial.php on line 253
in /home/k3855052/public_html/classes/Tools.php on line 1777

Warning: Function addJS() is deprecated in /home/k3855052/public_html/modules/blocktestimonial/blocktestimonial.php on line 255
in /home/k3855052/public_html/classes/Tools.php on line 1777

Warning: Function addCSS() is deprecated in /home/k3855052/public_html/modules/nps_discountLabels/nps_discountLabels.php on line 42
in /home/k3855052/public_html/classes/Tools.php on line 1777

Warning: Function addJS() is deprecated in /home/k3855052/public_html/modules/nps_discountLabels/nps_discountLabels.php on line 44
in /home/k3855052/public_html/classes/Tools.php on line 1777

arent compatibile with your prestashop version.

Link to comment
Share on other sites

but the main problem is in fact that there is not enough memory to register

 

<b>Fatal error</b>:  Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in <b>/home/k3855052/public_html/classes/Country.php</b> on line <b>135</b><br />

your host memory limit is 33554432 bytes. 33554432 bytes is only 32 mb.

prestashop require at least 64mb to run smoothly

 

you have to increase memory limit.

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