{{ctrl.t.emptySearch}} Error can´t see my contact list
Steps to reproduce
- Open the contact app obout the web interface
Expected behaviour
Tell us what should happen See my contact list
Actual behaviour
Tell us what happens instead I the this error "{{ctrl.t.emptySearch}}"
Server configuration
Operating system: Raspbian Web server: Apache2 Database: MySql PHP version: PHP5 ownCloud version: (see ownCloud admin page) 10.0.2 Contacts version: (see ownCloud apps page) 1.5.2 Updated from an older ownCloud or fresh install: fresh install Signing status (ownCloud 9.0 and above):
Login as admin user into your ownCloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder
The content of config/config.php:
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder
or
Insert your config.php content here
(Without the database password, passwordsalt and secret)
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: yes/no no Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... no
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your ownCloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
Client configuration
Browser: Mozilla Firefox Operating system: Windows 10 CardDAV-clients: iOS
Logs
Web server error log
Insert your webserver log here
ownCloud log (data/owncloud.log)
Insert your ownCloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
What is within your browser error console?
I have the same issue. The error log is
Error: window.localStorage is null
@https://<server-addr>/cloud/apps/contacts/js/public/script.js?v=<id>-0:2546:6
instantiate@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:4733:14
service/<@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:4573:14
invoke@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:4718:16
enforcedReturnValue@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:4557:20
invoke@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:4718:16
createInjector/protoInstanceInjector<@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:4517:20
getService@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:4664:39
injectionArgs@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:4688:58
invoke@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:4710:18
$controllerInit@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:10354:24
nodeLinkFn@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:9263:34
compileTemplateUrl/<@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:9673:13
processQueue@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:16383:28
scheduleProcessQueue/<@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:16399:27
$eval@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:17682:16
$digest@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:17495:15
$apply@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:17790:13
done@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:11831:36
completeRequest@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:12033:7
requestLoaded@https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js?v=<id>-0:11966:9
angular.js:13920:18
consoleLog/< https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js:13920:18
$ExceptionHandlerProvider/this.$get</< https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js:10467:7
processQueue https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js:16391:9
scheduleProcessQueue/< https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js:16399:27
$eval https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js:17682:16
$digest https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js:17495:15
$apply https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js:17790:13
done https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js:11831:36
completeRequest https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js:12033:7
requestLoaded https://<server-addr>/cloud/apps/contacts/js/vendor/angular/angular.js:11966:9
I replaced <id> because I don't know if it is sensitive. If you need it, let me know what it's for and I may add it.
Also, I may have enabled the encryption module before or after activating the contacts app.
I have the same issue here. I don't see any contacts, and the following message on the box: {{ctrl.t.emptySearch}}
Also,the contact form is not appearing, but if press button "Create new contact" , adds +1 to the counter
Error in the console log ( Firefox 56.0 (64-bit)):
Exception { message: "", result: 2153971714, name: "NS_ERROR_STORAGE_IOERR", filename: "https://xxx.uv.es/nextcloud/a…", lineNumber: 2546, columnNumber: 0, data: null, stack: "@https://xxx.uv.es/nextcloud/…" }
I have the same problem. The contacts app means there are contacts, but shows only "{{ctrl.t.emptySearch}}". My version numbers are: Nextcloud 12.0.3 Contacts 2.0.1
With Firefox (56.0.2) I have the same problem: No contacts, but the list of groups is shown.
One hint could be,, that in "Settings" the dropdown-field for sorting is empty. Instead of the description previos to the dropdown-field only a variable/function is shown:
{{ctrl.sortText}}
Workaround: With the browser "iron" everything is OK.
Same problem on my Owncloud 10.0.2 (on Raspberian Jessie). Access to the contacts by using a Firefox 56.0.x or Midori Browser just show {{ctrl.sortText}} as described. Opera 48.0 browser works fine. Access via carddav interface is ok. Upgrade to Owncloud 10.0.3 and reinstallation of calendars does not change anything.
Owncloud reports invalid certificate
- contacts_defekt
- EXCEPTION
- OC\IntegrityCheck\Exceptions\InvalidSignatureException
- Certificate is not valid for required scope. (Requested: contacts_defekt, current: CN=contacts)
- EXCEPTION
Everything is ok with Firefox 52.5.0 (64-Bit Linux) when i disable noscript. Give it a try...
ikarus
I could reproduce it with FF 52.5.0 ESR on Win10, but not with the same FF version on Win7.
in my case it was caused by the firefox configuration setting 'dom.storage.enabled' which i disabled (set to 'false') to prevent tracking