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

admin.pl access denied!



I just installed the software, and I am having problems.

When I try to login with the ledgersmb password I created I get 'Access Denied!' If I keep the password field blank then click 'Login', Firefox asks to save admin.pl or MSIE returns a 'HTTP 500 Internal Server Error'.

If I try to load the application login page, I get the error: Firefox asks to save admin.pl or MSIE returns a 'HTTP 500 Internal Server Error'.

I am running debian etch, postgresql8.1, apache2.2, perl5.8.

I hope there is something basic that I missed!
I got an error during the installation process ( following http://www.howtoforge.com/ledgersmb_debian_etch ) 

psql -U ledgersmb -d ledgersmb

ledgersmb=> UPDATE users_conf SET password = md5('myledgersmbpassword') WHERE id = 1;

ERROR:  relation "users_conf" does not exist

I also got an error here:

:/usr/local/ledgersmb# ./Build test
t/01-load...............Use of uninitialized value in pattern match (m//) at /usr/share/perl/5.8/Test/Harness/Straps.pm line 383.
FAILED before any test output arrived
t/02-number-handling....Use of uninitialized value in pattern match (m//) at /usr/share/perl/5.8/Test/Harness/Straps.pm line 383.
FAILED before any test output arrived
t/03-date-handling......Use of uninitialized value in pattern match (m//) at /usr/share/perl/5.8/Test/Harness/Straps.pm line 383.
FAILED before any test output arrived
t/10-form...............Use of uninitialized value in pattern match (m//) at /usr/share/perl/5.8/Test/Harness/Straps.pm line 383.
FAILED before any test output arrived
t/12-menu...............Use of uninitialized value in pattern match (m//) at /usr/share/perl/5.8/Test/Harness/Straps.pm line 383.
FAILED before any test output arrived
t/99-versioning.........Use of uninitialized value in pattern match (m//) at /usr/share/perl/5.8/Test/Harness/Straps.pm line 383.
FAILED before any test output arrived
FAILED--6 test scripts could be run, alas--no output ever seen