MyBB Community Forums

Full Version: cURL error and phpemail error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
for the both issues, its better to contact web host and ask to enable curl & php mail
see also faq mail
My web host said that both curl and php mail are enabled but still they do not function
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
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^