You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by "Luiz Fernando B. Ribeiro" <li...@athome.pro.br> on 2001/07/26 13:33:19 UTC

Can't locate object method "Path" -> PROBLEM

Hi all,

I've been using Embperl for a log time and since I started using
EmbperlObject i'm geting this intermitent error:

Can't locate object method "Path" via package "HTML::Embperl::DOC::_9"
(perhaps you forgot to load "HTML::Embperl::DOC::_9"?) at
/usr/lib/perl5/site_perl/5.6.1/i686-linux-thread-multi/HTML/Embperl.pm line 810

and in some cases associated with this one too:

Can't locate object method "Debug" via package "HTML::Embperl::DOC::_9"
(perhaps you forgot to load "HTML::Embperl::DOC::_9"?) at
/usr/lib/perl5/site_perl/5.6.1/i686-linux-thread-multi/HTML/Embperl.pm line 811.

I recompiled Perl, Embperl and Apache but with no success.

I've read on the mailing archives about this problem and found some
@ISA issues. I use a module that inherits some methods from another
package and in these cases I use fully qualified names like:

@PACK::THISPACKAGE::ISA = qw/some_pm/;

Can anyone help me with this?


Thanks,

Luiz Fernando B. Ribeiro


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


Re: Can't locate object method "Path" -> PROBLEM

Posted by Gerald Richter <ri...@ecos.de>.
>
> Can't locate object method "Path" via package "HTML::Embperl::DOC::_9"


Looks like you are running Embperl < 1.3.2. You should upgrade to 1.3.3 and
the error should went away. If this doesn't help let me know

Gerald

-------------------------------------------------------------
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