Hi Erik,
Here's what I got in Apache2 log files when the VM came back:
DBD::Pg::st execute failed: ERROR: function public.setting_get(unknown) does not existLINE 1: SELECT * FROM "public"."setting_get"('ignore_version')^HINT: No function matches the given name and argument types. You might need to add explicit type casts. at LedgerSMB.pm line 577.
2016/03/20 22:30:01 - ERROR - LedgerSMB::dberror LedgerSMB.pm (761) -- Logging SQL State 42883, error 7, string ERROR: function public.setting_get(unknown) does not existLINE 1: SELECT * FROM "public"."setting_get"('ignore_version')^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
2016/03/20 22:30:01 - ERROR - LedgerSMB::_error LedgerSMB.pm (639) -- Internal Database ErrorMore information has been reported in the error logs at LedgerSMB.pm line 764.2016/03/20 22:30:01 - ERROR - LedgerSMB::_error LedgerSMB.pm (640) -- dbversion: 1.4.27-dev, company: postgres2016/03/20 22:30:01 - ERROR - LedgerSMB::_error LedgerSMB.pm (639) -- exit at LedgerSMB.pm line 653.2016/03/20 22:30:01 - ERROR - LedgerSMB::_error LedgerSMB.pm (640) -- dbversion: 1.4.27-dev, company: postgresexit at LedgerSMB.pm line 653.Compilation failed in require at /home/ylavoie/src/LedgerSMB/git/LedgerSMB/login.pl line 8.
[Sun Mar 20 22:30:01.419348 2016] [deflate:debug] [pid 2373:tid 3017780032] mod_deflate.c(855): [client 192.168.30.9:5047] AH01384: Zlib: Compressed 578 to 266 : URL /ledgersmb/login.pl, referer: http://ubuntu-vm/ledgersmb/setup.pl[Sun Mar 20 22:30:01.482613 2016] [authz_core:debug] [pid 2372:tid 3051350848] mod_authz_core.c(809): [client 192.168.30.9:5048] AH01626: authorization result of Require ip 192.168.30.0/24: granted, referer: http://ubuntu-vm/ledgersmb/setup.pl[Sun Mar 20 22:30:01.482657 2016] [authz_core:debug] [pid 2372:tid 3051350848] mod_authz_core.c(809): [client 192.168.30.9:5048] AH01626: authorization result of <RequireAny>: granted, referer: http://ubuntu-vm/ledgersmb/setup.plDBD::Pg::st execute failed: ERROR: column "value" does not existLINE 1: SELECT value FROM defaults WHERE setting_key = $1^ at LedgerSMB/Database.pm line 406.DBD::Pg::st fetchrow_hashref failed: no statement executing at LedgerSMB/Database.pm line 407.
DBD::Pg::st execute failed: ERROR: permission denied for relation defaults at LedgerSMB/Database.pm line 428.
DBD::Pg::st fetchrow_hashref failed: no statement executing at LedgerSMB/Database.pm line 429.[Sun Mar 20 22:30:03.994486 2016] [deflate:debug] [pid 2372:tid 3051350848] mod_deflate.c(855): [client 192.168.30.9:5048] AH01384: Zlib: Compressed 2394 to 884 : URL /ledgersmb/setup.pl, referer: http://ubuntu-vm/ledgersmb/setup.pl
This was after logging through setup.pl
Obviously, LedgerSMB has some dependencies on functions carried over from previous versions or on a new database.
I tried running settings.sql by hand or through reload_modules.sh but they fail on missing column in defaults.
------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________ Ledger-smb-devel mailing list ..hidden.. https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel