Steps to reproduce
- open the application use the Search Icon
- enter a search value
- use return to start the search process
Youtube Screen Capture
Expected behaviour
The application show the search results, and show the wanted files.
Actual behaviour
The application is automatically closed and restarted.
If i close the application and delete cache, i can once successful reach the file.
I create into the same Nextcloud Instance a new User, with less files available. The search function works.
Additional
I activate the expert mode and can see the protocol function.
However even after the crash, no log is generated, so I can not provide an error log.
General server configuration
Operating system: Linux b6c2188675b8 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64
Web server: nginx/1.13.5 (fpm-fcgi)
Database: mysql 10.1.26 (59.5 MB)
PHP version: 7.1.10
PHP-modules loaded
- Core
- date
- libxml
- openssl
- pcre
- sqlite3
- zlib
- ctype
- curl
- dom
- fileinfo
- filter
- ftp
- hash
- iconv
- json
- mbstring
- SPL
- PDO
- session
- posix
- readline
- Reflection
- standard
- SimpleXML
- pdo_sqlite
- Phar
- tokenizer
- xml
- xmlreader
- xmlwriter
- mysqlnd
- cgi-fcgi
- apcu
- exif
- gd
- intl
- ldap
- mcrypt
- memcached
- mysqli
- pcntl
- pdo_mysql
- pdo_pgsql
- pgsql
- redis
- zip
- Zend OPcache
Mobile Device
Nextcloud App Version: 2.0.1
Mobile Device: Sony Xperia Z5 dual - 7.1.1
Nextcloud configuration
Nextcloud version: 12.0.3 - 12.0.3.3
Updated from an older Nextcloud/ownCloud or fresh install: fresh install
Where did you install Nextcloud from: docker-compose
Are you using external storage, if yes which one: Array
(
[0] => \OC\Files\Storage\Local
)
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Signing status
Enabled apps
- activity: 2.5.2
- audioplayer: 2.1.0
- bookmarks: 0.10.1
- bruteforcesettings: 1.0.2
- calendar: 1.5.6
- comments: 1.2.0
- contacts: 2.0.1
- dav: 1.3.0
- deck: 0.2.4
- documents: 0.16.0
- drawio: 0.8.8
- encryption: 1.6.0
- federatedfilesharing: 1.2.0
- federation: 1.2.0
- files: 1.7.2
- files_accesscontrol: 1.2.5
- files_clipboard: 0.6.4
- files_external: 1.3.0
- files_markdown: 2.0.1
- files_pdfviewer: 1.1.1
- files_reader: 1.0.4
- files_retention: 1.1.2
- files_sharing: 1.4.0
- files_texteditor: 2.4.1
- files_trashbin: 1.2.0
- files_versions: 1.5.0
- files_videoplayer: 1.1.0
- firstrunwizard: 2.1
- gallery: 17.0.0
- issuetemplate: 0.2.2
- logreader: 2.0.0
- lookup_server_connector: 1.0.0
- nextcloud_announcements: 1.1
- notifications: 2.0.0
- oauth2: 1.0.5
- ownbackup: 17.5.0
- password_policy: 1.2.2
- provisioning_api: 1.2.0
- ransomware_protection: 1.0.5
- serverinfo: 1.2.0
- sharebymail: 1.2.0
- spreed: 2.0.1
- survey_client: 1.0.0
- systemtags: 1.2.0
- tasks: 0.9.5
- theming: 1.3.0
- twofactor_backupcodes: 1.1.1
- twofactor_totp: 1.3.1
- updatenotification: 1.2.0
- workflowengine: 1.2.0
Disabled apps
- admin_audit
- user_external
- user_ldap
Content of config/config.php
{
"htaccess.RewriteBase": "\/",
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"instanceid": "ockfebm9omi9",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"dynDNS.de",
"192.168.178.29"
],
"datadirectory": "\/var\/www\/html\/data",
"overwrite.cli.url": "https:\/\/dynDNS.de",
"dbtype": "mysql",
"version": "12.0.3.3",
"dbname": "nextcloud",
"dbhost": "192.168.178.29:3306",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"maintenance": false,
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_smtpsecure": "tls",
"mail_from_address": "xxxxx",
"mail_domain": "googlemail.com",
"mail_smtpauth": 1,
"mail_smtphost": "smtp.gmail.com",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"trashbin_retention_obligation": "30, 90",
"remember_login_cookie_lifetime": 432000,
"loglevel": 3,
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "redis",
"port": 6379
}
}
Client configuration
Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0
Operating system: YOUR ANSWER HERE
Logs
Web server error log
Nextcloud log (data/nextcloud.log)
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
Steps to reproduce
Youtube Screen Capture
Expected behaviour
The application show the search results, and show the wanted files.
Actual behaviour
The application is automatically closed and restarted.
If i close the application and delete cache, i can once successful reach the file.
I create into the same Nextcloud Instance a new User, with less files available. The search function works.
Additional
I activate the expert mode and can see the protocol function.
However even after the crash, no log is generated, so I can not provide an error log.
General server configuration
Operating system: Linux b6c2188675b8 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64
Web server: nginx/1.13.5 (fpm-fcgi)
Database: mysql 10.1.26 (59.5 MB)
PHP version: 7.1.10
PHP-modules loaded
Mobile Device
Nextcloud App Version: 2.0.1
Mobile Device: Sony Xperia Z5 dual - 7.1.1
Nextcloud configuration
Nextcloud version: 12.0.3 - 12.0.3.3
Updated from an older Nextcloud/ownCloud or fresh install: fresh install
Where did you install Nextcloud from: docker-compose
Are you using external storage, if yes which one: Array
(
[0] => \OC\Files\Storage\Local
)
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Signing status
Enabled apps
Disabled apps
Content of config/config.php
Client configuration
Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0
Operating system: YOUR ANSWER HERE
Logs
Web server error log
Nextcloud log (data/nextcloud.log)
Browser log