Thanks for the help with postgres, Pete! It worked just as you said it would.
It successfully creates the database now, but gives the following error message when I try to log in at:http://localhost/ledgersmb/login.pl
Error!
Database is not the expected version. Was 1.3.0, expected 1.3.12. Please re-run setup.pl against this database to correct.Thanks to the help of everyone on this list I'm starting to feel like getting this thing running may be a possibility. Any ideas or suggestions are very, very welcome.
Thank you.
Billy
On Mon, Mar 12, 2012 at 06:38:31PM +0900, billy akazawa wrote:The ALTER USER command is a postgresql database command but is being run
> I've tried the following, but I'm definitely doing something wrong.
>
> ..hidden..:/home/billy# su postgres
> ..hidden..:/home/billy$ ALTER USER ledgersmb SUPERUSER;
> bash: ALTER: command not found
>
> Any help is greatly appreciated.
from the shell, hence the error. You need to connect to the database as
the postgres user before issuing this command. eg:
# su postgres
$ psql
postgres=# ALTER USER ledgersmb SUPERUSER;
HTH,
Pete
--
Openstrike - improving business through open source
http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Ledger-smb-users mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________ Ledger-smb-users mailing list ..hidden.. https://lists.sourceforge.net/lists/listinfo/ledger-smb-users