luCheng Posted December 4, 2019 Share Posted December 4, 2019 Hi, all I am new to prestashop. It shows http error 500 after submit new account information, the url still was http://localhost/login?create_account=1.But if refresh the page, it will be corrrect to redirect my-account page. Can someone help me? Link to comment Share on other sites More sharing options...
NemoPS Posted December 4, 2019 Share Posted December 4, 2019 turn on dev mode, from the back office, performance on 1.7, or config/defines.inc.php (set ps_mode_dev to true) on 1.6. Then try again, you will probably get an error instead of the 500. If not, check the error logs on your server, it should tell you what's broken anyway. Link to comment Share on other sites More sharing options...
luCheng Posted December 4, 2019 Author Share Posted December 4, 2019 1 hour ago, NemoPS said: turn on dev mode, from the back office, performance on 1.7, or config/defines.inc.php (set ps_mode_dev to true) on 1.6. Then try again, you will probably get an error instead of the 500. If not, check the error logs on your server, it should tell you what's broken anyway. thankyou very much, Nemops. The error come from:Attempted to call function "idn_to_ascii" from the global namespace. Then enable php intl extension.Now it works. 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