You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Aldo Luis Orsini <ao...@telecompersonal.com.ar> on 2001/05/16 21:11:00 UTC

A simple error

Somebody help me with little problem

Extract from error_log of Apache 1.3

[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.
[Wed May 16 12:39:38 2001] [warn] [7930]ERR:  32: Line 9: Warning in Perl code: substr
 outside of string at /app/webs/acag/html/audiotel/check_ring.epl line 114.
[Wed May 16 12:39:38 2001] [warn] [7930]ERR:  32: Line 9: Warning in Perl code: substr
 outside of string at /app/webs/acag/html/audiotel/check_ring.epl line 115.
[Wed May 16 12:39:38 2001] [warn] [7930]ERR:  32: Line 9: Warning in Perl code: substr
 outside of string at /app/webs/acag/html/audiotel/check_ring.epl line 116.

Thanks a lot.

A.L.O.

Re: A simple error

Posted by Gerald Richter <ri...@ecos.de>.

> Somebody help me with little problem
>
> Extract from error_log of Apache 1.3
>
> [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.

Looks like you are having a object references to is blessed to the package
func_seisp and you are calling something like

$o -> TransaccionB_radar

but there is no method/sub called TransaccionB_radar inside the package
func_seisp. It's hrad to say more without seeing any code

Gerald



> [Wed May 16 12:39:38 2001] [warn] [7930]ERR:  32: Line 9: Warning in Perl
code: substr
>  outside of string at /app/webs/acag/html/audiotel/check_ring.epl line
114.
> [Wed May 16 12:39:38 2001] [warn] [7930]ERR:  32: Line 9: Warning in Perl
code: substr
>  outside of string at /app/webs/acag/html/audiotel/check_ring.epl line
115.
> [Wed May 16 12:39:38 2001] [warn] [7930]ERR:  32: Line 9: Warning in Perl
code: substr
>  outside of string at /app/webs/acag/html/audiotel/check_ring.epl line
116.
>
> Thanks a lot.
>
> A.L.O.


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org