I upgraded my server to PHP 7.1.x. After the upgrade when tried to submit a question ( with version 1.8.0), it throws below HTTP error. All other functionalities seem to be working fine.
This page isn’t working
cleartalking.com is currently unable to handle this request.
HTTP ERROR 500
I found the below answer to the same scenario.
------------
The error was Curl module was missing. and it was enabled to fix the below error in the trace.
PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /home/xxx/public_html/qa/qa-plugin/akismet-spam-filter/akismet.class.php:74
Stack trace:
----------
Per above suggestion, I checked for Curl module in my server and that also enabled. Can someone help to fix this issue?