-
-
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
Problem with file_get_contents()
at OC\\Files\\Filesystem
#28370
Comments
Similar to #27441 |
Hey all getting bellow error on NC 25 RC3 is this similar to this ? {"reqId":"seZk4QM7k53twRgTlOxg","level":3,"time":"2022-10-11T13:51:16+00:00","remoteAddr":"10.0.10.90","user":"axheli","app":"PHP","method":"GET","url":"/apps/theming/img/core/filetypes/text.svg?v=6986","message":"file_get_contents(/var/data/appdata_ocxs1gtpahaq/theming/6994/icon-core-filetypes_text.svg): Failed to open stream: No such file or directory at /var/www/nextcloud/lib/private/Files/Storage/Local.php#303","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36","version":"25.0.0.15","exception":{"Exception":"Error","Message":"file_get_contents(/var/data/appdata_ocxs1gtpahaq/theming/6994/icon-core-filetypes_text.svg): Failed to open stream: No such file or directory at /var/www/nextcloud/lib/private/Files/Storage/Local.php#303","Code":0,"Trace":[{"function":"onError","class":"OC\Log\ErrorHandler","type":"::"},{"file":"/var/www/nextcloud/lib/private/Files/Storage/Local.php","line":303,"function":"file_get_contents"},{"file":"/var/www/nextcloud/lib/private/Files/View.php","line":1181,"function":"file_get_contents","class":"OC\Files\Storage\Local","type":"->"},{"file":"/var/www/nextcloud/lib/private/Files/View.php","line":600,"function":"basicOperation","class":"OC\Files\View","type":"->"},{"file":"/var/www/nextcloud/lib/private/Files/Node/File.php","line":56,"function":"file_get_contents","class":"OC\Files\View","type":"->"},{"file":"/var/www/nextcloud/lib/private/Files/SimpleFS/NewSimpleFile.php","line":97,"function":"getContent","class":"OC\Files\Node\File","type":"->"},{"file":"/var/www/nextcloud/lib/public/AppFramework/Http/FileDisplayResponse.php","line":68,"function":"getContent","class":"OC\Files\SimpleFS\NewSimpleFile","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":229,"function":"callback","class":"OCP\AppFramework\Http\FileDisplayResponse","type":"->"},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":298,"function":"main","class":"OC\AppFramework\App","type":"::"},{"file":"/var/www/nextcloud/lib/base.php","line":1047,"function":"match","class":"OC\Route\Router","type":"->"},{"file":"/var/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"},"id":"63457861f1d48"} |
Path is somehow truncated as
/files/data/user/files/_trashbin/
instead of/files/data/user/files/files_trashbin/
Error log
The text was updated successfully, but these errors were encountered: