matox
Requires a purchase code, I cannot bypass this.
Edit:
Went into the code and fixed this on my own, here's a solution:
replace app\http\controllers\installcontroller.php line 1133 with
$data = json_encode(['valid'=>true, 'message'=>'']); //Curl::fetch($apiUrl);
Edit:
Went into the code and fixed this on my own, here's a solution:
replace app\http\controllers\installcontroller.php line 1133 with
$data = json_encode(['valid'=>true, 'message'=>'']); //Curl::fetch($apiUrl);
Last edited by a moderator: