-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Bug]: Error: OCP\Files\NotFoundException: /appdata_[..]/theming/global
#38114
Comments
Can you confirm whether the folder Also, what are the file permissions and ownership on:
Are things functioning reasonably otherwise? |
root@speriamo:/var# find ./ -name theming 'datadirectory' => '/mnt/ncdata', root@speriamo:/# find ./ -name appdata_* root@speriamo:/# find / -name theming "Are things functioning reasonably otherwise?" that's all I installed nextcloud 26.0.1, using vm script nextcloud_install_production.sh |
root@sysbox2:~# ll /var/www/nextcloud/apps/theming drwxr-xr-x 8 www-data www-data 4096 May 8 16:29 appdata_ root@sysbox2:~# ll /mnt/ncdata/appdata_*/theming |
Was this a one-off error just after installation or are you seeing similar (new) log messages generated repeatedly? Running |
This comment was marked as off-topic.
This comment was marked as off-topic.
Any other suggestions on what to see? |
I get these errors with photo previews Should I open a new issue about it or keep it here? If I'm to keep it here maybe the title should be updated to not be nc 26 specific, and add feature:previews aswell.. An example error:{
"reqId": "0H4oL7oOAdwuPW8eFjUd",
"level": 3,
"time": "2024-05-06T21:19:53+00:00",
"remoteAddr": "xxx.xxx.xxx.xxx",
"user": "Auser",
"app": "index",
"method": "GET",
"url": "/apps/photos/api/v1/preview/9063?etag=baca60313ec33e4dba2eb8ddabbb225c&x=512&y=512",
"message": "Could not create folder \"/appdata_ocfipsbj1v0e/preview/c/e/6/5/3/0/1/9063\"",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0",
"version": "28.0.5.1",
"exception": {
"Exception": "OCP\\Files\\NotPermittedException",
"Message": "Could not create folder \"/appdata_ocfipsbj1v0e/preview/c/e/6/5/3/0/1/9063\"",
"Code": 0,
"Trace": [
{
"file": "/srv/www/nextcloud/lib/private/Files/AppData/AppData.php",
"line": 147,
"function": "newFolder",
"class": "OC\\Files\\Node\\Folder",
"type": "->"
},
{
"file": "/srv/www/nextcloud/lib/private/Preview/Storage/Root.php",
"line": 74,
"function": "newFolder",
"class": "OC\\Files\\AppData\\AppData",
"type": "->"
},
{
"file": "/srv/www/nextcloud/lib/private/Preview/Generator.php",
"line": 607,
"function": "newFolder",
"class": "OC\\Preview\\Storage\\Root",
"type": "->"
},
{
"file": "/srv/www/nextcloud/lib/private/Preview/Generator.php",
"line": 133,
"function": "getPreviewFolder",
"class": "OC\\Preview\\Generator",
"type": "->"
},
{
"file": "/srv/www/nextcloud/lib/private/Preview/Generator.php",
"line": 110,
"function": "generatePreviews",
"class": "OC\\Preview\\Generator",
"type": "->"
},
{
"file": "/srv/www/nextcloud/lib/private/PreviewManager.php",
"line": 187,
"function": "getPreview",
"class": "OC\\Preview\\Generator",
"type": "->"
},
{
"file": "/srv/www/nextcloud/apps/photos/lib/Controller/PreviewController.php",
"line": 178,
"function": "getPreview",
"class": "OC\\PreviewManager",
"type": "->"
},
{
"file": "/srv/www/nextcloud/apps/photos/lib/Controller/PreviewController.php",
"line": 144,
"function": "fetchPreview",
"class": "OCA\\Photos\\Controller\\PreviewController",
"type": "->"
},
{
"file": "/srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php",
"line": 230,
"function": "index",
"class": "OCA\\Photos\\Controller\\PreviewController",
"type": "->"
},
{
"file": "/srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php",
"line": 137,
"function": "executeController",
"class": "OC\\AppFramework\\Http\\Dispatcher",
"type": "->"
},
{
"file": "/srv/www/nextcloud/lib/private/AppFramework/App.php",
"line": 184,
"function": "dispatch",
"class": "OC\\AppFramework\\Http\\Dispatcher",
"type": "->"
},
{
"file": "/srv/www/nextcloud/lib/private/Route/Router.php",
"line": 315,
"function": "main",
"class": "OC\\AppFramework\\App",
"type": "::"
},
{
"file": "/srv/www/nextcloud/lib/base.php",
"line": 1069,
"function": "match",
"class": "OC\\Route\\Router",
"type": "->"
},
{
"file": "/srv/www/nextcloud/index.php",
"line": 39,
"function": "handleRequest",
"class": "OC",
"type": "::"
}
],
"File": "/srv/www/nextcloud/lib/private/Files/Node/Folder.php",
"Line": 162,
"message": "Could not create folder \"/appdata_ocfipsbj1v0e/preview/c/e/6/5/3/0/1/9063\"",
"exception": [],
"CustomMessage": "Could not create folder \"/appdata_ocfipsbj1v0e/preview/c/e/6/5/3/0/1/9063\""
},
"id": "664da9691f30b"
} I have gotten quite a few of these, but they are not spammed constantly. |
Error: OCP\Files\NotFoundException: /appdata_ocxqb3l0vb1a/theming/global
Error: OCP\Files\NotFoundException: /appdata_ocxqb3l0vb1a/theming/global
Error: OCP\Files\NotFoundException: /appdata_[..]/theming/global
Bug description
login as administrator and in the log section, it report to me:
[core] Error: OCP\Files\NotFoundException: /appdata_ocxqb3l0vb1a/theming/global at <>
Steps to reproduce
1.install nextcloud 26.0.1
2.login as admin user
3.read lon from nextcloud
Expected behavior
expect no error
Installation method
Community Manual installation with Archive
Nextcloud Server version
26
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: