[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error after creating user



Chris,

Thanks for your work on this. It does indeed print out "Part Saved". But it's still including cookie info right above it. Example output below:

Set-Cookie: LedgerSMB=5:1a4c9b4d3d820868af063a906325f7c9; path=/;
Part Saved

Could this have something to do with the fact that I'm on a Mac? I've not tried this on my FreeBSD servers yet.

Charley


Chris Travers wrote:
Also check your CLI example
You should get if successful:
Part Saved

if not:
Error!

On 11/14/06, Charley Tiggs <..hidden..> wrote:
Yup, all fixed!  Thanks Chris!

Charley

Chris Travers wrote:
Upgrade to latest svn and recreate your dataset.  This is likely a
known issue with the db creation scripts.

The other possibility is that psql is not found in the path.  Again,
error handling on this is fixed in latest svn (though I am in the
process of testing at the moment).

Best Wishes,
Chris Travers

On 11/14/06, Charley Tiggs <..hidden..> wrote:
MacOS X 10.4.8
LedgerSMB 1.2 Beta (v608 checkout)
Apache 1.3.33

I successfully logged in and created data set.  I then proceeded to
creating a user.  When I clicked on the save button, I got an Internal
Server Error. Apache log output below:

DBD::Pg::st execute failed: ERROR:  relation "employee" does not exist
DBD::Pg::st fetchrow_array failed: no statement executing
DBD::Pg::st execute failed: ERROR:  current transaction is aborted,
commands ignored until end of transaction block
DBD::Pg::st fetchrow_array failed: no statement executing
DBD::Pg::st execute failed: ERROR:  current transaction is aborted,
commands ignored until end of transaction block
Can't call method "dberror" without a package or object reference at
LedgerSMB/Form.pm line 2851.
Compilation failed in require at /usr/local/ledger-smb//admin.pl line 93.
[Tue Nov 14 23:00:09 2006] [error] [client 127.0.0.1] Premature end of
script headers: /usr/local/ledger-smb//admin.pl

Charley