On Wed, Feb 24, 2010 at 7:03 PM, WK <[email protected]> wrote: > 2010/2/24 Chris Travers <[email protected]>: > >> Did you log in with the postgres user to the initiate.pl? >> >> Can you provide httpd log messages regarding the error? > > I started once more from beginning and removed whole postgres > installation and set it up again. Now it like does something and gives > in browser lots of lines SQL echo, but it fails now without yelling > Error. In logs i have lots of problems, so here they are: > > apache error.log: > http://pastebin.ca/1808947
I think I see your problem. I thought it was fixed with beta 3, but evidently not. Thanks for the report. I will look at getting this fixed shortly. It looks like it is trying to log into a database that doesn't exist and then later fails to create the language. I will get that fixed by the weekend. Best Wishes, Chris Travers > > postgres log: > http://pastebin.ca/1808948 > > output to browser > http://pastebin.ca/1808951 > > > Seems to me, that initiate.pl thinks, it can't create database, but > database is still created: > > postgres=# \c kuutorvaja > psql (8.4.2) > You are now connected to database "kuutorvaja". > kuutorvaja=# > > And there is role_view table: > > kuutorvaja=# \d > List of relations > Schema | Name | Type | Owner > --------+-----------+------+---------- > public | role_view | view | postgres > (1 row) > > > And \du lists lots of lsmb* roles. > > If i try now login, i get such error: > > Error! > > Database is not the expected version. Was , expected 1.2.0 > > In logs: > DBI connect('dbname=kuutorvaja','',...) failed: fe_sendauth: no > password supplied at LedgerSMB.pm line 804 > DBI connect('dbname=kuutorvaja','admin',...) failed: FATAL: password > authentication failed for user "admin" > FATAL: password authentication failed for user "admin" at LedgerSMB.pm line > 804 > DBD::Pg::st execute failed: ERROR: relation "defaults" does not exist > > > So i have no big picture, what is wrong... > > -- > TIA, > > Kõike hääd, > > WK > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Ledger-smb-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-users > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Ledger-smb-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
