Hi Ryle,
It appears to me that you are trying to run LedgerSMB directly
under windows, and that you are trying to set it up as a CGI
application.
In theory, running under windows should still be possible,
However, we don't recommend you run as CGI anymore.
W
good day;
Hi team still , on going for my experiment.
Hope you could help me to pin point the problem below under error logs of
apache.
[Mon Jan 30 04:49:36.546338 2017] [cgi:error] [pid 8136:tid 1168] [client
127.0.0.1:61537] AH01215: The syntax of the command is incorrect.\r:
C:/Bitnami/wamp
good day;
>
> hello team!
>
> need help with my current setup.
> i have already access setup.pl on local, and jump into login
> super user windows.
> login with postgres user and successfully created databases
> but every time i created a new data base,
> it will display invalid baseline schema.
This sounds like the Pg-database.sql did not import smoothly for some
reason.
Most likely reason is that plpgsql may not be available. To correct this,
you can log in as the db superuser (usually "postgres") and run the command:
create language plpgsql;
Then try to run the db import scripts agai
Hello,
I've been trying to get ledgersmb-1.2.7 up running and having some
issues. I upgraded my postgresql from 7.4 to 8.2, no issues there. I
had sql-ledger running but ledgersmb looked like a more attractive
choice and I had not entered any data so I just dumped the db and
reinstalled. I g