Skip to content

How to turn on display_errors?

edited July 2013 in Questions

I have setup LAMP on my server.

When I check the server's compatibility for sendy, it show that my display_errors is turned off.

So, I turned on the display_errors in php.ini file. But, it still show that my display_errors turned off.

Comments

  • Your PHP version is 5.3.10-1ubuntu3.7
    mysqli extension is installed
    mod_rewrite is enabled
    display_errors is turned off
    hash is enabled
    curl is not enabled
    gettext is enabled
    curl_exec is enabled
    curl_multi_exec is enabled

    Score: 8/9

  • Hi @azree,

    display_errors being turned off is correct. Your server didn't pass the compatibility checklist because curl is not enabled.

    You need to contact your host to install/enable curl for PHP.

    Thanks.

    Best regards,
    Ben

  • Thanks Ben!

    Done!

This discussion has been closed.