Hi, I’m having an issue update fom 12.0.0 to 13.0.12.
When running the updater I get:
Download failed - HTTP status code 429"
I can download the file manually - I’ve tried also an approach found here:
- Download the required artifact manually (which worked fine from the browser
- Put it in the $DATA_DIRECTORY/updater-{instanceid}/
- Edit the update\index.php and comment out the function downloadUpdate()
Strangly I get the same message - even with the function commented out? Did I do something wrong here?
(I’ve just added /* at the start and */ at the end of the function)
public function downloadUpdate() {
/*
$this->silentLog(’[info] downloadUpdate()’);
…
$this->silentLog(’[info] end of downloadUpdate()’);
/*
}
Thanks in advance - Vanongart