royajadeh Posted April 19, 2014 Share Posted April 19, 2014 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 http://113.20.30.73/~unicorn/en/authentication 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 More sharing options...
vekia Posted April 19, 2014 Share Posted April 19, 2014 youv'e got there internal server error please turn on error reporting, then i will see more information about the issue. Link to comment Share on other sites More sharing options...
royajadeh Posted April 19, 2014 Author Share Posted April 19, 2014 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 More sharing options...
vekia Posted April 19, 2014 Share Posted April 19, 2014 modules mentioned in these errors: Warning: Function addCSS() is deprecated in /home/k3855052/public_html/modules/blocktestimonial/blocktestimonial.php on line 253in /home/k3855052/public_html/classes/Tools.php on line 1777Warning: Function addJS() is deprecated in /home/k3855052/public_html/modules/blocktestimonial/blocktestimonial.php on line 255in /home/k3855052/public_html/classes/Tools.php on line 1777Warning: Function addCSS() is deprecated in /home/k3855052/public_html/modules/nps_discountLabels/nps_discountLabels.php on line 42in /home/k3855052/public_html/classes/Tools.php on line 1777Warning: Function addJS() is deprecated in /home/k3855052/public_html/modules/nps_discountLabels/nps_discountLabels.php on line 44in /home/k3855052/public_html/classes/Tools.php on line 1777 arent compatibile with your prestashop version. Link to comment Share on other sites More sharing options...
vekia Posted April 19, 2014 Share Posted April 19, 2014 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 More sharing options...
royajadeh Posted April 20, 2014 Author Share Posted April 20, 2014 wow its worked!!! thanks alot vekia Link to comment Share on other sites More sharing options...
vekia Posted April 20, 2014 Share Posted April 20, 2014 you're welcome :-) glad to hear that i could help you a little now it's time to mark topic title as solved with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now