msimballaggi Posted July 11, 2019 Share Posted July 11, 2019 hello everybody, i am new on prestashop and i am trying to configure my website contact form, when i send a form as a customer to my website as test, it works, but when i try to reply through my backoffice, it gives me this error, can somebody explain me why? Link to comment Share on other sites More sharing options...
Kert L Posted July 11, 2019 Share Posted July 11, 2019 Have you tried turning debug mode on ? Do you have access to server logs? Could also look for some information from there. What PrestaShop version and what PHP version are you using? Link to comment Share on other sites More sharing options...
msimballaggi Posted July 11, 2019 Author Share Posted July 11, 2019 prestashop 1.7.5.2 and php 7.3.5 Link to comment Share on other sites More sharing options...
Kert L Posted July 11, 2019 Share Posted July 11, 2019 PrestaShop does not support PHP 7.3 unfortunately, change it to 7.2 and you should be good. https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/ 1 Link to comment Share on other sites More sharing options...
msimballaggi Posted July 11, 2019 Author Share Posted July 11, 2019 (edited) now i changed it to the 7.2.18 but it still givee me that error edit: and even with the 7.0 it still doesn't work Edited July 11, 2019 by msimballaggi (see edit history) Link to comment Share on other sites More sharing options...
Kert L Posted July 11, 2019 Share Posted July 11, 2019 Verify that it is 7.0 or 7.2. You can go to Advanced parameters - Information Turn on debug mode, this can also help to identify the problem. Link to comment Share on other sites More sharing options...
msimballaggi Posted July 11, 2019 Author Share Posted July 11, 2019 as you can see Link to comment Share on other sites More sharing options...
Kert L Posted July 11, 2019 Share Posted July 11, 2019 Try turning on the debug mode. If it still shows you 500 Error page, you have to look for server errors ( error_log ) If it displays some error and you do not understand what it means then Copy or take a picture of that error and show us. Link to comment Share on other sites More sharing options...
Kert L Posted July 11, 2019 Share Posted July 11, 2019 Look at this post: Turn on debug mode, then try to reply customer again. Link to comment Share on other sites More sharing options...
msimballaggi Posted July 11, 2019 Author Share Posted July 11, 2019 (edited) oh, so should be this one Edited July 11, 2019 by msimballaggi (see edit history) Link to comment Share on other sites More sharing options...
Kert L Posted July 11, 2019 Share Posted July 11, 2019 (edited) Fast reply: Delete the picture or blur it, since it contains some user information and your shop address Edited July 11, 2019 by Kert L (see edit history) Link to comment Share on other sites More sharing options...
msimballaggi Posted July 11, 2019 Author Share Posted July 11, 2019 picture deleted Link to comment Share on other sites More sharing options...
Kert L Posted July 11, 2019 Share Posted July 11, 2019 (edited) For reference the problem is in this function "idn_to_ascii" In Mail class method toPunycode ( classes/Mail.php:893 ) From php.net idn_to_ascii requires intl >= 1.0.2 You can verify if you have these requirements from phpinfo <?php phpinfo(); Edited July 11, 2019 by Kert L added intl image from phpinfo (see edit history) Link to comment Share on other sites More sharing options...
msimballaggi Posted July 11, 2019 Author Share Posted July 11, 2019 in which file? Link to comment Share on other sites More sharing options...
Kert L Posted July 11, 2019 Share Posted July 11, 2019 You can create a info.php file in your web folder , copy paste the code i gave you and access it through URL yourshop.com/info.php Make sure to delete the file after you are done with it Link to comment Share on other sites More sharing options...
msimballaggi Posted July 12, 2019 Author Share Posted July 12, 2019 i don't have the internazionalization support in the file Link to comment Share on other sites More sharing options...
Kert L Posted July 12, 2019 Share Posted July 12, 2019 You could ask your hosting if they could enable it or look php modules/settings in your control panel Link to comment Share on other sites More sharing options...
msimballaggi Posted July 12, 2019 Author Share Posted July 12, 2019 here it is Link to comment Share on other sites More sharing options...
msimballaggi Posted July 12, 2019 Author Share Posted July 12, 2019 it works! , thank you so much for helping me 🙏 and have a nice day. 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