On 2001.05.17 09:25:43 -0400 Aldo Luis Orsini wrote:
> > [Wed May 16 12:22:04 2001] [error] [7080]ERR: 24: Line 9: Error in Perl
> code: Can't l
> > ocate object method "TransaccionB_radar" via package "func_seisp" at
> /app/webs/acag/ht
> > ml/audiotel/check_ring.epl line 113.
> 113$res = f
I changed the EMBPERL_DEBUG and discovered that embperl could not find a
notfound.html file. I deleted that line from the httpd.conf file for now
and it works great. Thanks.
On Thu, 17 May 2001, Gerald Richter wrote:
>
>
> > I just downloaded the new version 1.3.2 and installed it on the machi
Can you please explain this again?
On 2001.05.17 09:25:43 -0400 Aldo Luis Orsini wrote:
Pls check code ... thanks
Cut of check_ring.epl
113$res = func_seisp->TransaccionB_radar($numero);
114$prepago = func_seisp->EliminarCeros(substr($res,537,1));
115$numero_min = func_seisp->Elimi
What?
On 2001.05.17 09:25:43 -0400 Aldo Luis Orsini wrote:
Pls check code ... thanks
Cut of check_ring.epl
113$res = func_seisp->TransaccionB_radar($numero);
114$prepago = func_seisp->EliminarCeros(substr($res,537,1));
115$numero_min = func_seisp->EliminarCeros(substr($res,539,10))
Pls check code ... thanks
Cut of check_ring.epl
113$res = func_seisp->TransaccionB_radar($numero);
114$prepago = func_seisp->EliminarCeros(substr($res,537,1));
115$numero_min = func_seisp->EliminarCeros(substr($res,539,10));
116$termring = func_seisp->EliminarCeros(subst
Hi,
I'm sorry for the opening discussion on sessions with postgres again.
I'm using Embperl with Postgres as its session management,
when I uses $udat that is working OK, but using $mdat causes idle
process and disable sessions
on server till server restart.
Error log as usually is empty :(((
Is there really no way to force Embperl to Execute the (*) part first?
Surely this would make sense for most applications and would make things a lot
simpler. Also it would make it easier to port from plain CGI?
Nico
On Wed, May 02, 2001 at 05:33:46AM +0200, Gerald Richter wrote:
>
>
> > Tha
On Wed, May 02, 2001 at 05:33:46AM +0200, Gerald Richter wrote:
>
>
> Your files (that are invoked via Execute ('*') ), defines a method, for
> example getstatus, this method returns what ever information is needed, your
> status page now can call this method, also the actual file isn't executed