[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Using GPG for credit card rders
Thanks Jason, now it gives a bit more info:
Runtime error: Can't fork: No such file or directory at (eval 54) line 12.
However still no idea of what it can be :-(
Regards
Francisco
----- Original Message -----
From: "Jason Kohles" <jkohles@redhat.com>
To: <interchange-users@interchange.redhat.com>
Sent: Monday, 14 January, 2002 19:05
Subject: Re: [ic] Using GPG for credit card rders
> On Mon, Jan 14, 2002 at 06:04:17PM +0100, Francisco Sánchez wrote:
> > Hello,
> >
> > I get internal server error when using the wizard for activating PGP
> > encrypted credit card data. In the catalog error.log the following line
> > appears:
> >
> > /cgi-bin/funshop.cgi/ui Runtime error: Can't fork! at (eval 54) line 12.
> >
> There are two gpg related usertags that generate this error message, sadly
> they don't indicate what failed. The easiest way to find out would be to
> modify the two usertags involved. In interchange/lib/UI/usertag find the
> two tags called add_gpg_key.tag and get_gpg_keys.tag. Near the top of
each
> of these scripts is this open statement:
>
> open(GPGIMP, "$gpgexe $flags |")
> or die "Can't fork!";
>
> Change this to:
>
> open(GPGIMP, "$gpgexe $flags |")
> or die "Can't fork: $!";
>
> Then restart and try again, and the error message will be more
descriptive.
>
> I'm checking this change into the cvs tree to prevent the problem in the
> future...
>
> --
> Jason Kohles jkohles@redhat.com
> Senior System Architect (703)786-8036 (cellular)
> Red Hat Professional Consulting (703)456-2940 (office)
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users
>