• Resolved starssurfer

    (@starssurfer)


    Hello friends

    After the new wp update appears a lot of errors messages, this is one example:

    Warning: curl_exec() has been disabled for security reasons in /home/simpatia/public_html/wp-includes/Requests/Transport/cURL.php on line 162

    Some others erros also appears in pluggins.

    Any idea?

    Can someone help me?

    Thanks in advance

    Aurelio – starssurfer

    http://www.simpatiasnocelular.com.br

Viewing 5 replies - 16 through 20 (of 20 total)
  • Hi Samuel Wood. The solution you provided helped me eliminate the error being displayed in the website. However the new posts are not published. I have scheduled posts, the newer posts are not to be seen.

    I refreshed my browser, tried to access the site from my mobile, but still does not see the latest post. Please guide.

    Regards

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    @kishorechan Posts not showing on schedule is a separate problem that has nothing to do with this issue. You should start your own thread about the problem.

    Thanks.

    Did what otto said, and it completely fixed the issue

    if (!function_exists('curl_init') && !function_exists('curl_exec')) {
    

    Change the && to an ||, like so:

    
    if (!function_exists('curl_init') || !function_exists('curl_exec')) {
    

    Thanks otto!

    • This reply was modified 7 years, 7 months ago by wiredhosting.

    base64_decode() has been disabled for security reasons in /home/ugyenpee/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php on line 1457

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Warning: curl_exec() has been disabled for security reasons’ is closed to new replies.