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.
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.
display_errors
curl
You need to contact your host to install/enable curl for PHP.
Thanks.
Best regards, Ben
Thanks Ben!
Done!
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 becausecurl
is not enabled.You need to contact your host to install/enable
curl
for PHP.Thanks.
Best regards,
Ben
Thanks Ben!
Done!