-
-
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
Files app not showing files #5142
Labels
Comments
Can you show me your |
same issues here, not sure why.
|
Jut gave up and reinstalled, I found out it was a corrupted php file. Thanks anyway. |
This was referenced Oct 12, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
I simply don't know. It just happened. Browser console shows relevant data. It appears to be related to mimetypes, but I have already update js and db from occ. Integrity check failed too, but the file is intact.
Server configuration
Operating system: Ubuntu 16.04
Web server: nginx
Database: Mysql
PHP version: 7.0
Nextcloud version: 12
Updated from an older Nextcloud/ownCloud or fresh install: fresh
Where did you install Nextcloud from: source
Signing status:
Signing status
Browser log
Browser log
``` Uncaught (in promise) TypeError: Cannot read property 'aliases' of undefined at Object.getIconUrl (merged-template-prepend.js?v=2b3ba31…-0:4460) at FileList._getIconUrl (merged-index.js?v=2b3ba31…-0:5061) at FileList._createRow (merged-index.js?v=2b3ba31…-0:5072) at FileList.fileList._createRow (merged-index.js?v=2b3ba31…-0:7624) at FileList.fileList._createRow (merged.js?v=2b3ba31…-0:964) at FileList.fileList._createRow (additionalScripts.js?v=2b3ba31…-0:44) at FileList._renderRow (merged-index.js?v=2b3ba31…-0:5376) at FileList._nextPage (merged-index.js?v=2b3ba31…-0:4942) at FileList.setFiles (merged-index.js?v=2b3ba31…-0:5013) at FileList.reloadCallback (merged-index.js?v=2b3ba31…-0:5675) ```Server log
Server log
``` Error PHP Invalid argument supplied for foreach() at /var/www/nextcloud/lib/private/Files/Type/Detection.php#104 2017-05-26T22:08:12-0300 Error PHP array_merge(): Argument #1 is not an array at /var/www/nextcloud/lib/private/Files/Type/Detection.php#101 2017-05-26T22:08:10-0300 Error PHP Invalid argument supplied for foreach() at /var/www/nextcloud/lib/private/Files/Type/Detection.php#104 2017-05-26T22:08:08-0300 Error PHP array_merge(): Argument #1 is not an array at /var/www/nextcloud/lib/private/Files/Type/Detection.php#101 2017-05-26T22:08:07-0300 Error PHP Invalid argument supplied for foreach() at /var/www/nextcloud/lib/private/Files/Type/Detection.php#104 2017-05-26T22:08:06-0300 Error PHP array_merge(): Argument #2 is not an array at /var/www/nextcloud/lib/private/Files/Type/Detection.php#101 2017-05-26T22:08:05-0300 ```The text was updated successfully, but these errors were encountered: