-
Notifications
You must be signed in to change notification settings - Fork 173
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
Search/Create Contacts/Address Book not possible #556
Comments
Hello Eric :) Do you have access to your database? |
Hum, i hesitate to post directly on server... :/ I didn't relaunch create table ? Any timeout during the installation (via woozard, i deploy via tar.bz2) don't use autoinstall. Yes, I have access, only table nextcloud :
|
You indeed have some table missing. CREATE TABLE `oc_addressbooks` (
`id` bigint(20) UNSIGNED NOT NULL,
`principaluri` varchar(255) COLLATE utf8mb4_bin DEFAULT NULL,
`displayname` varchar(255) COLLATE utf8mb4_bin DEFAULT NULL,
`uri` varchar(255) COLLATE utf8mb4_bin DEFAULT NULL,
`description` varchar(255) COLLATE utf8mb4_bin DEFAULT NULL,
`synctoken` int(10) UNSIGNED NOT NULL DEFAULT '1'
) |
Thank you, don't soluce for my case, i go redeploy and check tables after first deploy :
|
So, did it work? |
No didn't... i go reinstall it thank you for your time. I check to repair DB with occ : sudo -u http php occ maintenance:repair
[Doctrine\DBAL\Exception\TableNotFoundException] [Doctrine\DBAL\Driver\PDOException] [PDOException] maintenance:repair [--include-expensive] root /usr/share/nginx/html/nextcloud # sudo -u http php occ maintenance:repair --include-expensive Failed to load repair step for circles: Repair step 'OCA\Circles\Migration\UpdateShareTimeToTimestamp' is unknown
Don't fix... |
Yeah, you're apparently missing more than just the addressbook table :/ |
Redeploy VM and new fresh install ;) I deploy yesterday this instance ;) no data loss :) |
Steps to reproduce
2a. Check Address Book :
https://dl.plik.eric.ovh/file/pEcDBt237bFNL0IM/HMD1a3km91Afe5hr/2018-05-16-100050_1913x974_scrot.png
https://dl.plik.eric.ovh/file/pEcDBt237bFNL0IM/ggCElA45qMoKC60d/2018-05-16-101024_1912x969_scrot.png
Expected behaviour
I check right on server (chmod/chwon) check log
Actual behaviour
Cannot search/create contact/address book on instance
Server configuration detail
Operating system: Linux 4.16.8-1-ARCH #1 SMP PREEMPT Wed May 9 11:25:02 UTC 2018 x86_64
Webserver: nginx/1.14.0 (fpm-fcgi)
Database: mysql 10.1.33
PHP version: 7.2.5
Modules loaded: Core, date, libxml, openssl, pcre, zlib, ctype, dom, fileinfo, filter, hash, json, mbstring, pcntl, SPL, PDO, bz2, posix, readline, Reflection, session, SimpleXML, standard, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, cgi-fcgi, Phar, curl, gd, iconv, intl, pdo_mysql, xmlrpc, zip
Nextcloud version: 13.0.2 - 13.0.2.1
Updated from an older Nextcloud/ownCloud or fresh install: fresh install
Where did you install Nextcloud from: /usr/share/nginx/html/nextcloud
Signing status
Array
List of activated apps
Configuration (config/config.php)
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Operating system: Linux desk 4.13.0-32-generic #35~16.04.1-Ubuntu SMP Thu Jan 25 10:13:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Logs
Browser log
Nextcloud log
Browser log
Insert your browser log here, this could for example include:
On Contacts :
Error: Bad status: 500
dav.js:3746:27
detail =>
{
key: 'send',
value: function send(data) {
debug('Sending request data: ' + data);
if (this.sandbox) this.sandbox.add(this);
var request = this.request;
request.send(data);
return new Promise(function (resolve, reject) {
request.onreadystatechange = function () {
if (request.readyState !== 4 /* done */) {
return;
}
during check log and co, i found this changement :
https://dl.plik.eric.ovh/file/pEcDBt237bFNL0IM/7d5CKhO8MdeMMpHN/2018-05-16-101642_1909x925_scrot.png
https://dl.plik.eric.ovh/file/pEcDBt237bFNL0IM/7LALG4AeINEkAJj0/2018-05-16-102023_1906x976_scrot.png
https://dl.plik.eric.ovh/file/pEcDBt237bFNL0IM/3kjD2gGN7lnpADao/2018-05-16-101807_1911x974_scrot.png
detail error :
This application requires JavaScript for correct operation. Please enable JavaScript and reload the page.
Nextcloud
Internal Server Error
The server was unable to complete your request.
If this happens again, please send the technical details below to the server administrator.
More details can be found in the server log.
Technical details
Nextcloud – a safe home for all your data
Javascript is neable on my browser... Oo
Thank you, Eric
The text was updated successfully, but these errors were encountered: