Hi, I just install NEXTCLOUD 20.0.7 on my Godaddy cPanel Linux shared hosting using installatron and its working fine, But when I try to download and enable Collabora Online - Built-in CODE Server 21.11.10 fails and show this message:
**
cURL error 28: Operation timed out after 121337 milliseconds with 130235791 out of 237680291 bytes received (see libcurl - Error Codes)
**
I think godaddy don’t allow the download and I think in some options to solve it:
- Change some configuration file to extend the donwload timeout?
- Can I make outside the download and put it in some path to install it?
- Can I install manually like downloads some files and exec a php program?
I will appreciate some help and opinions
Thanks
Alejandro Castrejon
** ADDED **
I try editing the NEXTCLOUD installer.php file chnaging this line:
$timeout = $this->isCLI ? 0 : 120;
to
$timeout = $this->isCLI ? 0 : 512;
and I have I no error but never activate, so I download the app directly from
https://apps.nextcloud.com/apps/richdocumentscode/releases?platform=20#20
but its take more than an hour and I think that’s part of the problem
Now how install the richdocumentscode.tar.gz file?
I hope some can help me