Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2011-08-30 Thread David A. Bandel
On Mon, Aug 29, 2011 at 22:53, Nick Young wrote: > I got the problem last month with a newly installed a Debian Wheezy laptop. > I didn't check if the problem been solved with new apt update since I have > left the work and returned laptop to the company. I didn't have any problem > with my old la

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2011-08-29 Thread Nick Young
I got the problem last month with a newly installed a Debian Wheezy laptop. I didn't check if the problem been solved with new apt update since I have left the work and returned laptop to the company. I didn't have any problem with my old laptop that remains with Debian squeeze. As I am about to in

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2011-01-26 Thread Schmiechen
On Thursday 28 October 2010 20:23:40 Joseph wrote: > I'm still running sql-ledger (waiting for ver. 1.3) but I have a problem > with running pl scripts after upgrade. login.pl script works but all > other "pl" scripts are not executing; apache doesn't know what to do with > them. It tries to op

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2010-10-29 Thread Michael Richardson
Joseph you do not have a problem with firefox. You have a problem on your web server. Your apache is supposed to see the .pl files and invoke perl for them. This is handled in your apache configuration, with something like: AddHandler cgi-script .pl Options ExecCGI Includes

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2010-10-29 Thread Joseph
On 10/29/10 10:23, Br Nicholas Thirkettle OSB wrote: [snip] >> I would say stay with your version prior to 2.8 if it is still working well >> for you. We wanted to try LedgerSMB but because our data has now been moved >> past the fork it is too difficult to convert. I don't believe there is any >

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2010-10-29 Thread Br Nicholas Thirkettle OSB
On Fri, Oct 29, 2010 at 10:19 AM, Br Nicholas Thirkettle OSB < brnicho...@osbms.org> wrote: > > > On Fri, Oct 29, 2010 at 10:07 AM, Joseph wrote: > >> On 10/29/10 09:14, Br Nicholas Thirkettle OSB wrote: >> >> [snip] >> > >> >If I remember correctly there were bug reports filed. The problem seeme

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2010-10-29 Thread Br Nicholas Thirkettle OSB
On Fri, Oct 29, 2010 at 10:07 AM, Joseph wrote: > On 10/29/10 09:14, Br Nicholas Thirkettle OSB wrote: > > [snip] > > > >If I remember correctly there were bug reports filed. The problem seemed > to > >be with some versions of perl in some distributions of Linux but not all. > It > >happened to m

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2010-10-29 Thread Joseph
On 10/29/10 09:14, Br Nicholas Thirkettle OSB wrote: [snip] > >If I remember correctly there were bug reports filed. The problem seemed to >be with some versions of perl in some distributions of Linux but not all. It >happened to me when I upgraded to opensuse 11.3 and may be fixed by now. I >have

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2010-10-29 Thread Br Nicholas Thirkettle OSB
On Fri, Oct 29, 2010 at 9:03 AM, Br Nicholas Thirkettle OSB < brnicho...@osbms.org> wrote: > > > On Fri, Oct 29, 2010 at 8:06 AM, Joseph wrote: > >> On 10/29/10 05:09, Br Nicholas Thirkettle OSB wrote: >> >On Fri, Oct 29, 2010 at 12:06 AM, Joseph wrote: >> > >> >> On 10/29/10 04:42, Adam Thompso

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2010-10-29 Thread Br Nicholas Thirkettle OSB
On Fri, Oct 29, 2010 at 8:06 AM, Joseph wrote: > On 10/29/10 05:09, Br Nicholas Thirkettle OSB wrote: > >On Fri, Oct 29, 2010 at 12:06 AM, Joseph wrote: > > > >> On 10/29/10 04:42, Adam Thompson wrote: > >> >Maybe too simple, but make sure the script headers are correct, that > they > >> *do* re

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2010-10-29 Thread Alex Kavanagh
On 29 October 2010 14:06, Joseph wrote: > On 10/29/10 05:09, Br Nicholas Thirkettle OSB wrote: > >On Fri, Oct 29, 2010 at 12:06 AM, Joseph wrote: > > > >> On 10/29/10 04:42, Adam Thompson wrote: > >> >Maybe too simple, but make sure the script headers are correct, that > they > >> *do* reference

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2010-10-29 Thread Joseph
On 10/29/10 05:09, Br Nicholas Thirkettle OSB wrote: >On Fri, Oct 29, 2010 at 12:06 AM, Joseph wrote: > >> On 10/29/10 04:42, Adam Thompson wrote: >> >Maybe too simple, but make sure the script headers are correct, that they >> *do* reference /usr/bin/perl? >> >-Adam Thompson >> >> Digging a bit d

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2010-10-29 Thread Br Nicholas Thirkettle OSB
On Fri, Oct 29, 2010 at 12:06 AM, Joseph wrote: > On 10/29/10 04:42, Adam Thompson wrote: > >Maybe too simple, but make sure the script headers are correct, that they > *do* reference /usr/bin/perl? > >-Adam Thompson > > Digging a bit deeper, it seems to me it is a bug in sql-ledger. I have > fou

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2010-10-28 Thread Joseph
On 10/29/10 04:42, Adam Thompson wrote: >Maybe too simple, but make sure the script headers are correct, that they *do* >reference /usr/bin/perl? >-Adam Thompson Digging a bit deeper, it seems to me it is a bug in sql-ledger. I have found this link that describe the problem I have: http://abacus

Re: [Ledger-smb-users] firefox doesn't know what to do with pl scripts

2010-10-28 Thread Adam Thompson
Maybe too simple, but make sure the script headers are correct, that they *do* reference /usr/bin/perl? -Adam Thompson -Original Message- From: Joseph Date: Thu, 28 Oct 2010 21:23:40 To: Reply-To: ledger-smb-users@lists.sourceforge.net Subject: [Ledger-smb-users] firefox doesn't

[Ledger-smb-users] firefox doesn't know what to do with pl scripts

2010-10-28 Thread Joseph
I'm still running sql-ledger (waiting for ver. 1.3) but I have a problem with running pl scripts after upgrade. login.pl script works but all other "pl" scripts are not executing; apache doesn't know what to do with them. It tries to open them as a text file. Permission seems to be OK. -rwxr-xr