You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some folders whose name matches with a filetype extensions gets the mimetype of that filetype (but the correct mimepart for a folder).
For example. A folder called TIFF gets a mimetype of 15 (image/tiff) but a mimepart of 1 (httpd). That happens only sometimes. I have not been able to find a difference in permissions or anything else.
Steps to reproduce
Have a folder whose name matches with a filetype extension
Expected behaviour
The folder is recognized as such.
Actual behaviour
Sometimes the folder is misinterpreted as a file. Navigation within contents of the folder is therefore not possible.
Server configuration
Operating system: CentOS
Web server: Apache
Database: mySQL 5.1.73
PHP version: 7.0.7
Nextcloud version: 11.0.2 (stable)
Updated from an older Nextcloud/ownCloud or fresh install: fresh
Where did you install Nextcloud from: manual installation with occ
I fixed most of it manually directly in the database.
I left some rarely used folders unchanged just in case we needed to run some test to help with the issue.
This weekend the error was fixed in the remaining unchanged folders, I assume that due to an automated re-scan of the whole filesystem.
I don't have a clue why it was wrongly assigned at first and correctly now.
Of course, I'm still willing to help to fix this in case there is anything I can do.
Some folders whose name matches with a filetype extensions gets the mimetype of that filetype (but the correct mimepart for a folder).
For example. A folder called TIFF gets a mimetype of 15 (image/tiff) but a mimepart of 1 (httpd). That happens only sometimes. I have not been able to find a difference in permissions or anything else.
Steps to reproduce
Expected behaviour
The folder is recognized as such.
Actual behaviour
Sometimes the folder is misinterpreted as a file. Navigation within contents of the folder is therefore not possible.
Server configuration
Operating system: CentOS
Web server: Apache
Database: mySQL 5.1.73
PHP version: 7.0.7
Nextcloud version: 11.0.2 (stable)
Updated from an older Nextcloud/ownCloud or fresh install: fresh
Where did you install Nextcloud from: manual installation with occ
Signing status:
Signing status
No errors have been found.
List of activated apps:
Disabled:
Nextcloud configuration:
Config report
$CONFIG = array (
'passwordsalt' => '',
'secret' => '',
'trusted_domains' =>
array (
0 => 'localhost',
1 => '',
),
'datadirectory' => '/informacion_ambiental/descargas',
'overwrite.cli.url' => 'http:///repo',
'htaccess.RewriteBase' => '/repo',
'dbtype' => 'mysql',
'version' => '11.0.2.7',
'dbname' => '',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'nc_',
'dbuser' => '',
'dbpassword' => '',
'logtimezone' => 'UTC',
'installed' => true,
'enable_previews' => false,
'memcache.local' => '\OC\Memcache\APCu',
'default_language' => 'es',
'theme' => 'custom',
'instanceid' => '***',
'loglevel' => 2,
);
Are you using external storage, if yes which one: nfs
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Firefox 52
Operating system: Windows 7
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: