Waynder wrote:Im trying to run auto installer but i get this:
I assume you mean you used the
x3_updater.php?
Waynder wrote:Failed to download X3 FAIL: curl_exec()
Is it a problem because i have older version?
No it's not because of older X3 version. The above is the output that will return when PHP command
curl_exec() fails to download the remote ZIP file. That would be because of one of the following reasons, likely the first:
- Your server is blocking CURL requests to external resources, either by Firewall or some other server option.
- Your storage does not have enough space available to download.
- Your server internet is/was not working properly.
As mentioned, likely the first. If you have FTP for me, I can give a full diagnose of exactly why curl_exec() fails. If your server does not support downloading remote zip package, your only option is to download
X3.latest.update.zip and upgrade manually by FTP.