Apologies for any incomplete submission.
- Ran the curl installer for NextcloudPi on RPi4 that is running Bookworm
- Created two “user” accounts
- Was able to make entries for Tasks for both users
- Tried to do more… install apps but not successful
- Saw the Updater notice and tried it. That is when I noticed the error message to check the logs; over 200+ similar messages.
- Tried RTM to see if I made any mistakes. If I have, then it was done out of ignorance.
Hope I can recover from this!
The Basics
- Nextcloud Server version:
- 30.0.1
- Operating system and version (e.g., Ubuntu 24.04):
- Debian GNU/Linux 12 (bookworm)
- Web server and version (e.g, Apache 2.4.25):
- Server version: Apache/2.4.62 (Debian)
- Server built: 2024-10-04T15:21:08
- Reverse proxy and version _(e.g. nginx 1.27.2)
replace me
- PHP version (e.g, 8.3):
- PHP 8.3.14 (cli) (built: Nov 25 2024 18:23:27) (NTS)
- Zend Engine v4.3.14
- Zend OPcache v8.3.14
- Is this the first time you’ve seen this error? (Yes / No):
- No
- When did this problem seem to first start?
- NCP
- Installation method (e.g. AIO, NCP, Bare Metal/Archive, etc.)
- Are you using Cloudflare, mod_security, or similar? (Yes / No)
- No
Summary of the issue you are facing:
Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: /opt/ncdata/data/tmp
message “CORS requires basic auth”
Don’t know whether the two are related, sorry, I’m just a newbie.
Steps to replicate it (hint: details matter!):
- Select NextcloudPi button on toolbar at the top of the Dashboard page
Log entries
Nextcloud
Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log
located in your data directory). Feel free to use a pastebin/gist service if necessary.
The following record is repeated continously in the log file:
Level: Error
Application: PHP
Message:
Trying to access array offset on false at /var/www/nextcloud/apps/settings/lib/SetupChecks/CheckServerResponseTrait.php#97
Level: Error
Application: PHP
Message:
fread(): Unable to create temporary file, Check permissions in temporary files directory. at /var/www/nextcloud/3rdparty/icewind/streams/src/Wrapper.php#55
Web Browser
If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.
PASTE
Web server / Reverse Proxy
The output of your Apache/nginx/system log in /var/log/____
:
PASTE HERE
Configuration
Nextcloud
The output of occ config:list system
or similar is best, but, if not possible, the contents of your config.php
file from /path/to/nextcloud
is fine (make sure to remove any identifiable information!):
PASTE HERE
Apps
The output of occ app:list
(if possible).
Tips for increasing the likelihood of a response
- Use the
preformatted text
formatting option in the editor for all log entries and configuration output. - If screenshots are useful, feel free to include them.
- If possible, also include key error output in text form so it can be searched for.
- Try to edit log output only minimally (if at all) so that it can be ran through analyzers / formatters by those trying to help you.