-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Exception: The requested uri() cannot be processed by the script './occ' #11913
Comments
GitMate.io thinks possibly related issues are #10954 (OCC upgrade throws unhandled exception), #8437 (Exception while scanning AND occ files:scan doesn't fix it), #1592 (Improve feedback of occ script), #8657 (Exception during scan: Invalid request for / (ForbiddenException)), and #4288 (Tons of "Exception when running cache gc: This request is not allowed to access the filesystem"). |
Nope, @nextcloud-bot, none of those issues are related. |
Have you tried to raise memory_limit of PHP to 512M? |
@timm2k Not yet. It was working before - without any changes to my PHP config. Is there any reason why 1/2GiB is now the 'recommended' amount of RAM? If all my PHP-FPM processes used that much, I'd be out of RAM in no time. |
Also, the label is incorrect. I'm not on version 14 beta, I'm on the official release. |
I am having the same problem on 14.0.3 official. As well, I do not have the warning about PHP memory limit, so that warning (in OP) is unrelated. It problem began after the most recent upgrade from 14.0.1 to 14.0.3, although just after installation I
|
Try to disable |
Thank you. I should have seen that. |
@danielkesselberg: Thanks for the message! Unfortunately, I've already upgraded. Does this workaround still do the job? Also, what is this |
When ./occ fails with the same error I would try it. |
Erm how can I disable it if |
When you cannot use occ or web gui i would try to delete it yes (make a backup!) |
Thanks, @danielkesselberg - that fixed the issue. What was the |
https://apps.nextcloud.com/apps/carnet this one maybe? Its not installed by default. |
Ah, I remember now. That's a nasty bug to leave lying around in an app..... I'll reopen the issue against that repo, if I can find it. |
Opened CarnetApp/CarnetNextcloud#14 |
@danielkesselberg that was it, brilliant find, I was hitting my head against the walls here. |
Steps to reproduce
sudo -u www-data ./occ
Expected behaviour
I should get the help text.
Actual behaviour
I get this exception:
Server configuration
Operating system: Ubuntu 18.04
Web server: Nginx + PHP-FPM
Database: SQLite
PHP version: 7.2.11-2+ubuntu18.04.1+deb.sury.org+1
Nextcloud version: 14.0.3
Updated from an older Nextcloud/ownCloud or fresh install: Yes. I've been updating since ownCLoud was a thing :P
Where did you install Nextcloud from: The website, by unpacking the provided
tar.gz
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: yes - SFTP
Are you using encryption: yes/no
Are you using an external user-backend, if yes which one: nope
Client configuration
Browser: Mozilla Firefox 62.0.3
Operating system: Ubuntu 18.04
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log (last 10 lines)
Browser log
Browser log
The text was updated successfully, but these errors were encountered: