Re: [Ledger-smb-users] Internal server error.

2014-11-11 Thread Arne Hanssen
Den 10. nov. 2014 21:34, skrev Nick Prater: >> After upgrading to 1.3.45 (upgrading to 1.3.46 didn't help) I get this >> error when trying to post a payment of invoice from apache error.log): >> >> [Mon Nov 10 19:38:20 2014] [error] [client 192.168.1.1] Can't use string >> ("{2040}") as an ARRAY re

Re: [Ledger-smb-users] Internal server error.

2014-11-10 Thread Nick Prater
> After upgrading to 1.3.45 (upgrading to 1.3.46 didn't help) I get this > error when trying to post a payment of invoice from apache error.log): > > [Mon Nov 10 19:38:20 2014] [error] [client 192.168.1.1] Can't use string > ("{2040}") as an ARRAY ref while "strict refs" in use at > LedgerSMB/DBObj

Re: [Ledger-smb-users] Internal server error.

2014-11-10 Thread Pongrácz István
Check this out: https://github.com/ledgersmb/LedgerSMB/commit/475b0b9c4a9dcfdef4c824515c90209152f6fd76 Maybe this is your problem and you can fix your system. Cheers, István eredeti üzenet- Feladó: "Arne Hanssen" Címzett: "Ledger SMB" ledger-smb-users@lists.sour

[Ledger-smb-users] Internal server error.

2014-11-10 Thread Arne Hanssen
After upgrading to 1.3.45 (upgrading to 1.3.46 didn't help) I get this error when trying to post a payment of invoice from apache error.log): [Mon Nov 10 19:38:20 2014] [error] [client 192.168.1.1] Can't use string ("{2040}") as an ARRAY ref while "strict refs" in use at LedgerSMB/DBObject/Paym

Re: [Ledger-smb-users] Internal Server Error - LedgerSMB 1.3.37

2014-02-19 Thread Pongrácz István
Hi, This issue is fixed in the latest svn, just pull the latest svn from sourceforge or apply the patch if it is critical: for v1.3.37: https://sourceforge.net/p/ledger-smb/code/6878/ for v1.4: https://sourceforge.net/p/ledger-smb/code/6879/ Bye, István eredeti üzenet

Re: [Ledger-smb-users] Internal Server Error - LedgerSMB 1.3.37

2014-02-17 Thread Chris Travers
On Sat, Feb 15, 2014 at 7:03 AM, Arne Hanssen wrote: > Den 15. feb. 2014 10:50, skrev Chris Travers: > > > > > > > > On Sat, Feb 15, 2014 at 1:01 AM, Arne Hanssen > > wrote: > > > > After upgrading to 1.3.37 I get this error doing 'AP -> Add > > Transaction': > >

Re: [Ledger-smb-users] Internal Server Error - LedgerSMB 1.3.37

2014-02-15 Thread Pongrácz István
eredeti üzenet- Feladó: "Arne Hanssen" Címzett: ledger-smb-users@lists.sourceforge.net Dátum: Sat, 15 Feb 2014 16:03:25 +0100 - > > acmedb=# ALTER TABLE ap ADD crdate date; > ALTER TABLE > acmedb=# ALTER TABLE

Re: [Ledger-smb-users] Internal Server Error - LedgerSMB 1.3.37

2014-02-15 Thread Arne Hanssen
Den 15. feb. 2014 10:50, skrev Chris Travers: > > > > On Sat, Feb 15, 2014 at 1:01 AM, Arne Hanssen > wrote: > > After upgrading to 1.3.37 I get this error doing 'AP -> Add > Transaction': > > > This sounds like the relevant fixes didn't get applied. Maybe they we

Re: [Ledger-smb-users] Internal Server Error - LedgerSMB 1.3.37

2014-02-15 Thread Chris Travers
On Sat, Feb 15, 2014 at 1:01 AM, Arne Hanssen wrote: > After upgrading to 1.3.37 I get this error doing 'AP -> Add Transaction': > This sounds like the relevant fixes didn't get applied. Maybe they were partially applied at some point and didn't go through the second time? Try this in psql as

[Ledger-smb-users] Internal Server Error - LedgerSMB 1.3.37

2014-02-15 Thread Arne Hanssen
After upgrading to 1.3.37 I get this error doing 'AP -> Add Transaction': Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. [] /var/log/apache2/error.log shows: [Sat Feb 15 09:45:09 2014] [error] [client 192.168.1.1] D

Re: [Ledger-smb-users] Internal Server Error saving Purchase Transaction

2012-07-22 Thread Chris Travers
On Sun, Jul 22, 2012 at 2:37 PM, Nick Prater wrote: > > The problem is still specific to the latest Perl module. Typically the > > thing to do is to find older versions and use them instead. > > > > However if you can provide some sample data and a workflow that allows me > > to be able to repr

Re: [Ledger-smb-users] Internal Server Error saving Purchase Transaction

2012-07-22 Thread Nick Prater
> The problem is still specific to the latest Perl module. Typically the > thing to do is to find older versions and use them instead. > > However if you can provide some sample data and a workflow that allows me > to be able to reproduce, I could send you a patch quickly. Thank you. In the next

Re: [Ledger-smb-users] Internal Server Error saving Purchase Transaction

2012-07-20 Thread Chris Travers
On Fri, Jul 20, 2012 at 2:52 AM, Robert James Clay wrote: > On Fri, 2012-07-20 at 04:20 -0400, Nick Prater wrote: > > I'm using ledgersmb 1.3.20, installed from the sourceforge tarball, > > running on an Ubuntu 12.04 machine. > > > Math::BigInt is version 1.997, installed via the standard Ubuntu

Re: [Ledger-smb-users] Internal Server Error saving Purchase Transaction

2012-07-20 Thread Robert James Clay
On Fri, 2012-07-20 at 04:20 -0400, Nick Prater wrote: > I'm using ledgersmb 1.3.20, installed from the sourceforge tarball, > running on an Ubuntu 12.04 machine. > Math::BigInt is version 1.997, installed via the standard Ubuntu packaging > (apt-get install libmath-bigint-perl). This corresponds w

Re: [Ledger-smb-users] Internal Server Error saving Purchase Transaction

2012-07-20 Thread Chris Travers
On Fri, Jul 20, 2012 at 1:20 AM, Nick Prater wrote: > I'm using ledgersmb 1.3.20, installed from the sourceforge tarball, > running on an Ubuntu 12.04 machine. > > When I try to save a Purchase Transaction, I get an internal server error. > The apache error log reports the following: > > [Fri Jul

[Ledger-smb-users] Internal Server Error saving Purchase Transaction

2012-07-20 Thread Nick Prater
I'm using ledgersmb 1.3.20, installed from the sourceforge tarball, running on an Ubuntu 12.04 machine. When I try to save a Purchase Transaction, I get an internal server error. The apache error log reports the following: [Fri Jul 20 08:43:32 2012] [error] [client 127.0.0.1] Math::BigInt: couldn

Re: [Ledger-smb-users] internal server error

2008-02-16 Thread turtle
On Tuesday 29 January 2008 10:31:44 pm Chris Travers wrote: > Did you create a dataset first? If so, what version of LedgerSMB are you > running? > > Best Wishes, > Chris Travers Sorry for the delay in getting back to this. I think the problem was related to me not creating a database named led

Re: [Ledger-smb-users] internal server error

2008-01-29 Thread David Sentinella
I guess that's a good starting question! (Better than me suspecting a DBD-Pg error). Kind regards, David Sentinella. Chris Travers wrote: Did you create a dataset first? If so, what version of LedgerSMB are you running? begin:vcard fn:David Sentinella n:Sentinella;David org:Integrated Imaging P

Re: [Ledger-smb-users] internal server error

2008-01-29 Thread Chris Travers
Did you create a dataset first? If so, what version of LedgerSMB are you running? Best Wishes, Chris Travers - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdm

Re: [Ledger-smb-users] internal server error

2008-01-29 Thread David Sentinella
Hi Turtle, Which version of DBD-Pg are you using? (Also, on what platform?) Kind regards, David Sentinella ** [EMAIL PROTECTED] wrote: Finaly got around to installing smbledger however I have some quirks getting it running. "I get a internal server error" when setting up a user in admin.pl: her

[Ledger-smb-users] internal server error

2008-01-29 Thread turtle
Finaly got around to installing smbledger however I have some quirks getting it running. "I get a internal server error" when setting up a user in admin.pl: here is the tail of my apache log: [Tue Jan 29 21:15:53 2008] [error] [client ::1] Premature end of script headers: admin.pl, referer: htt