[Eisfair_dev] owncloud v1.4.0 stable

Fabian Törner toerner at gmx.net
Mi Jul 27 17:45:52 CEST 2016


Hi Tanne,

Am 27.07.2016 um 17:24 schrieb Hans-Georg Kiefer:
> trusted domain(s): mysql

hier stimmt was nicht - sollte irgend ne qualified domain ala 
www.meineseite.de rein

[...]

> dav: An exception occurred while executing 'CREATE TABLE
> `oc_addressbooks` (`id` BIGINT UNSIGNED AUTO_INCREMENT NOT NULL,
> `principaluri` VARCHAR(255) DEFAULT NULL, `displayname` VARCHAR(255)
> DEFAULT NULL, `uri` VARCHAR(255) DEFAULT NULL, `description`
> VARCHAR(255) DEFAULT NULL, `synctoken` INT UNSIGNED DEFAULT 1 NOT NULL,
> UNIQUE INDEX addressbook_index (`principaluri`, `uri`), PRIMARY
> KEY(`id`)) DEFAULT CHARACTER SET utf8 COLLATE utf8_bin ENGINE = InnoDB':
>
> SQLSTATE[42S01]: Base table or view already exists: 1050 Tabelle
> 'oc_addressbooks' bereits vorhanden
> Starting code integrity check...
> PHP Fatal error:  Allowed memory size of 10485760 bytes exhausted (tried
> to allocate 1153396 bytes) in

den Fehler hatte ich auch - schau mal in

cat /etc/php5/cli/eisfair.ini

dort steht noch was von 10mb - warum auch immer - habe ich geändert:

; Directory in which the loadable extensions (modules) reside.
extension_dir = /usr/lib/php5/extensions
; Temporary directory for HTTP uploaded files (will use system default 
if not
; specified).
upload_tmp_dir = /tmp

; Maximum allowed size for uploaded files.
upload_max_filesize = 256M

; Maximum execution time of each script, in seconds
max_execution_time = 30

; Maximum amount of memory a script may consume (8MB)
memory_limit = 256M

; Maximum size of POST data that PHP will accept.
post_max_size = 16M


> /data/www/htdocs/owncloud/lib/private/integritycheck/helpers/fileaccesshelper.php
> on line 38
> creating cron job ...
> PHP Warning:  PHP Startup: apc: Unable to initialize module
> Module compiled with module API=20100525
> PHP    compiled with module API=20131226
> These options need to match
>  in Unknown on line 0
> ownCloud or one of the apps require upgrade - only a limited number of
> commands are available
> You may use your browser or the occ upgrade command to do the upgrade
> Set mode for background jobs to 'cron'
> finished.
> Do you want to restart the webserver now (recommended) (y/n) [yes]? y
>  * Restarting Apache ...                        [  OK  ]
> Press ENTER to continue

der Rest ist meiner Meinung nach ein Folgefehler dadurch, dass die 
Updateprozedur abgebrochen wurde.

Mit etwas Glück kannst Du nach dem Du die Werte in 
"/etc/php5/cli/eisfair.ini" nach oben gesetzt hast das Update noch mal 
durchführen...


> Und Schluss ist. Kein Zugriff mehr. Ich habe alle Tipps und Hinweise aus
> diesem Thema beachtet oder abgearbeitet.
> Nach jedem Aufruf der Konfig passiert das Gleiche
>
> Im owncloud-log finden sich reihenweise Meldungen zu den nicht passenden
> PHP Modulen wie oben angezeigt.

Ja Willkommen im Club .... OC Updates sind bei mit mittlerweile 
gefürchtet :(
Bei den letzten beiden Updates hatte ich schon Probleme - aber so 
schlimm wie diesmal (Neuinstallation) wars noch nie.

Viel Glück & viele Grüße
Fabian





Mehr Informationen über die Mailingliste Eisfair_dev