Hallo,
ich habe auf einem Ubuntu 14.04 Kivitendo 3.5 installiert.
Die Datenbank und die Benutzereinrichtung haben einwandfrei geklappt, will ich mic jedoch als Beutzer einloggen kommt nach dem Login nur eine leere Seite.
Das Error Log des Apache2 zeigt folgendes.
stefan@stefan-VirtualBox:/var/log/apache2$ cat error.log
[Sun Oct 29 20:14:16.922072 2017] [:notice] [pid 3329] FastCGI: process manager initialized (pid 3329)
[Sun Oct 29 20:14:16.952319 2017] [mpm_prefork:notice] [pid 3326] AH00163: Apache/2.4.7 (Ubuntu) mod_fastcgi/mod_fastcgi-SNAP-0910052141 PHP/5.5.9-1ubuntu4.22 configured -- resuming normal operations
[Sun Oct 29 20:14:16.952390 2017] [core:notice] [pid 3326] AH00094: Command line: '/usr/sbin/apache2'
stefan@stefan-VirtualBox:/var/log/apache2$ cat error.log
[Sun Oct 29 20:14:16.922072 2017] [:notice] [pid 3329] FastCGI: process manager initialized (pid 3329)
[Sun Oct 29 20:14:16.952319 2017] [mpm_prefork:notice] [pid 3326] AH00163: Apache/2.4.7 (Ubuntu) mod_fastcgi/mod_fastcgi-SNAP-0910052141 PHP/5.5.9-1ubuntu4.22 configured -- resuming normal operations
[Sun Oct 29 20:14:16.952390 2017] [core:notice] [pid 3326] AH00094: Command line: '/usr/sbin/apache2'
[Sun Oct 29 20:15:21.498293 2017] [:warn] [pid 3329] FastCGI: (dynamic) server "/var/www/kivitendo-erp/dispatcher.fcgi" started (pid 3343)
WARNING: HOME is not set, using root: /
[Sun Oct 29 20:15:23.283668 2017] [:error] [pid 3330] [client 192.168.3.77:42216] FastCGI: server "/var/www/kivitendo-erp/dispatcher.fcgi" stderr: DBD::Pg::st execute failed: ERROR: relation "defaults" does not exist
[Sun Oct 29 20:15:23.283693 2017] [:error] [pid 3330] [client 192.168.3.77:42216] FastCGI: server "/var/www/kivitendo-erp/dispatcher.fcgi" stderr: LINE 1: SELECT FROM defaults
[Sun Oct 29 20:15:23.283699 2017] [:error] [pid 3330] [client 192.168.3.77:42216] FastCGI: server "/var/www/kivitendo-erp/dispatcher.fcgi" stderr: ^ at SL/DBUtils.pm line 150.
stefan@stefan-VirtualBox:/var/log/apache2$ sudo nano /var/www/kivitendo-erp/dispatcher.fcgi
stefan@stefan-VirtualBox:/var/log/apache2$ sudo nano /var/www/kivitendo-erp/dispatcher.fpl
stefan@stefan-VirtualBox:/var/log/apache2$ cat error.log
[Sun Oct 29 20:14:16.922072 2017] [:notice] [pid 3329] FastCGI: process manager initialized (pid 3329)
[Sun Oct 29 20:14:16.952319 2017] [mpm_prefork:notice] [pid 3326] AH00163: Apache/2.4.7 (Ubuntu) mod_fastcgi/mod_fastcgi-SNAP-0910052141 PHP/5.5.9-1ubuntu4.22 configured -- resuming normal operations
[Sun Oct 29 20:14:16.952390 2017] [core:notice] [pid 3326] AH00094: Command line: '/usr/sbin/apache2'
[Sun Oct 29 20:15:21.498293 2017] [:warn] [pid 3329] FastCGI: (dynamic) server "/var/www/kivitendo-erp/dispatcher.fcgi" started (pid 3343)
WARNING: HOME is not set, using root: /
[Sun Oct 29 20:15:23.283668 2017] [:error] [pid 3330] [client 192.168.3.77:42216] FastCGI: server "/var/www/kivitendo-erp/dispatcher.fcgi" stderr: DBD::Pg::st execute failed: ERROR: relation "defaults" does not exist
[Sun Oct 29 20:15:23.283693 2017] [:error] [pid 3330] [client 192.168.3.77:42216] FastCGI: server "/var/www/kivitendo-erp/dispatcher.fcgi" stderr: LINE 1: SELECT FROM defaults
[Sun Oct 29 20:15:23.283699 2017] [:error] [pid 3330] [client 192.168.3.77:42216] FastCGI: server "/var/www/kivitendo-erp/dispatcher.fcgi" stderr: ^ at SL/DBUtils.pm line 150.
Dieses Problem habe ich egal nach welcher Anleitung und welche Distri ich benutze.