same error!
Solution – Temporarily Disable cURL
Option 1: Temporary cURL Deactivation
Or
Option 2: Modify the installscript.php File
Find the following lines in the code:
public function isn($uvn) {
if (function_exists ( 'curl_init' )) {
And replace them with:
public function...