Solutions for your inquiries

  hosting
<< Back       PHP mail()

Question: Hello. Please check if the PHP function mail(). If not then is it possible to include, and how to do it?Thank you!
Answer:

Hello, the feature is enabled by default

Question: When sending a message with the error: POST http://foexp.com/send-order.php 500 (Internal Server Error)
Answer:


please Check the rights for folders and files.
Rights should only be 644 for files, 755 for folders. Permissions 777 prohibited and do not require
In the file .htaccess should not be of type php settings php_value, php_flag. php is running as cgi and make these customizations in the php files.ini .
Error You can see in the control panel, the error Log

Question: Checked, all right. The error remains
Answer:

at http://foexp.com/send-order.php message - spam

Question: well, if it`s just to pass it, of course, the data from the form are recorded and then sent
Answer:

here is your error

PHP Fatal error: Call to undefined function mb_convert_encoding() in /home/cetramon/public_html/send-order.php on li
29 ne

 

Answer:

you have not enabled mbstring


please Check now.

Question: Thanks, how did you find that?))
Question: Works! Thank you!
Answer:

the error_log file


<< Back