MyBB Community Forums
cURL error and phpemail error - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: cURL error and phpemail error (/thread-188346.html)



cURL error and phpemail error - reinmd - 2016-01-23

When I register as a test account on my website, I see an error at the successful account registration page at the top of the screen on my website:

Warning [2] curl_exec() has been disabled for security reasons - Line: 6809 - File: inc/functions.php PHP 5.4.45 (Linux)

File
Line
Function[PHP]
 
errorHandler->error
/inc/functions.php
6809
curl_exec
/admin/modules/tools/file_verification.php
39
fetch_remote_file
/admin/index.php
766
require




ALSO: my system is selected to use PHPMAIL but the system has not successfully sent emails to any new registrations or myself as a test. Any suggestions and help is much appreciated.


RE: cURL error and phpemail error - .m. - 2016-01-23

for the both issues, its better to contact web host and ask to enable curl & php mail
see also faq mail


RE: cURL error and phpemail error - reinmd - 2016-01-23

My web host said that both curl and php mail are enabled but still they do not function


RE: cURL error and phpemail error - .m. - 2016-01-23

Quote:Warning [2] curl_exec() has been disabled for security reasons
it clearly indicates that curl is not enabled.

for the php mail you have to test it --> faq mail


RE: cURL error and phpemail error - reinmd - 2016-01-23

I appreciate your help!

cURL now works. I did do the phpemail test. It does send but to junk mail on any email I have tested. I also tested it using SMTP and still sends to junk mail. Is there a way around this?

Also is there a setting to enable any response to a post receives an email?

bump^