x3 installer not working
Posted: 29 Jun 2022, 15:25
Hi,
I am reinstalling my server and reinstalling X3
When calling x3_installer.php I get this error :
However, below is the info from phpinfo() :

I also tried out
and I get true...
so I am not sure what to try...I don't find any information online as to what is the config to put in php.ini in order to allow remote host for cURL...
I have a VPS, so full access to everything..
Thanks for your help !
I am reinstalling my server and reinstalling X3
When calling x3_installer.php I get this error :
Code
PHP cURL Fail
Although your server has PHP cURL installed, we failed to access the remote X3 ZIP file. This is likely because your server does not allow cURL to external resources for security reasons.
I also tried out
Code
function has_curl(){
if(extension_loaded('curl') && function_exists('curl_version') && function_exists('curl_init') && function_exists('curl_setopt') && function_exists('curl_exec') && function_exists('curl_close')) return true;
return false;
}so I am not sure what to try...I don't find any information online as to what is the config to put in php.ini in order to allow remote host for cURL...
I have a VPS, so full access to everything..
Thanks for your help !

