Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cURL error 28 Nextcloud #265

Open
michalblah27 opened this issue Apr 19, 2024 · 4 comments
Open

cURL error 28 Nextcloud #265

michalblah27 opened this issue Apr 19, 2024 · 4 comments

Comments

@joshtrichards
Copy link
Contributor

The download is rather big so it is possible you will experience a time-out when installing via the web interface. You can use the OCC command install the built-in server from the command-line instead:

sudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode

-- from https://apps.nextcloud.com/apps/richdocumentscode

@mtwlz
Copy link

mtwlz commented Jun 1, 2024

I have gotten this error as well, and I have to say, it is absolutely infuriating. Installing this via the "easy to install" method should NOT be this difficult. [/enraged]

@mtwlz
Copy link

mtwlz commented Jun 1, 2024

The download is rather big so it is possible you will experience a time-out when installing via the web interface. You can use the OCC command install the built-in server from the command-line instead:
sudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode

-- from https://apps.nextcloud.com/apps/richdocumentscode

Command not found: php

@joshtrichards
Copy link
Contributor

joshtrichards commented Jun 1, 2024

Command not found: php

You need to figure out why the PHP cli binary isn't usable in your environment.

Keep in mind the important part is this:

occ app:install richdocumentscode

The rest varies depending on your environment.

Just run it like you do any of the other occ commands typically in your environment: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#using-the-occ-command

If still stuck, ask on the Help Forum since this channel is for bug reporting only and not support:

https://help.nextcloud.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants