Closed kevinvermeulenn closed 8 months ago
Hi @kevinvermeulenn
This looks like your server has not accepted the core archive file as an upload, which can be up to 20mb. To solve this, increase the acceptable upload size from the server to around 32mb.
To increase the maximum upload size in PHP, you need to modify some settings in your php.ini
file. Specifically, the upload_max_filesize
and post_max_size
directives are of interest:
upload_max_filesize
: This directive controls the maximum size for uploaded files.post_max_size
: This directive limits the maximum size for POST data, which should be larger than upload_max_filesize
to account for all form data.I hope this helps!
Unfortunately, this doesn't work. The hosting company updated it at their side. Assuming it is something at the hosting's to be fixed. I'm running on the main domain already a live OC2 website. And a live OC3 on other domain (same hosting company).
Also, I tried with a clean installation but it doesn't work either.
No worries. This is only a guess since the underlying error message is hidden by a reverse proxy (Varnish)
This is the only error message: The proxy server received an invalid response from an upstream server.
Please ask the hosting company to check the web server error logs for the exact error message at the given timestamp: Tue, 27 Feb 2024 10:31:51 GMT
I hope this helps.
Hi! I've a beacon connection between local and live production. I'm getting an update failed after hitting the button Install October CMS at the stage of Deploying Core Archive.
I'm running php 8.2 and tried with php 8.3 too. Nothing works..
Error code below