Hi list,
I am using use module in my epl files.
I modify them, but i stop and start the apache, but the error continue:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
[14870]ERR: 24: Error in Perl code: Undefined subroutine &HTML::Embperl::DOC::_6::verifysession called at /home/ederson/apachelocal/htdocs/embperl//verdoc-des/cdvsession.epl line 23.
Apache/1.3.26 (Unix) mod_perl/1.27 HTML::Embperl 1.3.4 [Thu Dec 26 17:39:20 2002]
the .epl file is bellow:
[-
use lib '/home/ederson/apachelocal/htdocs/embperl/verdoc-des/pct';
use GenFunc;
-]
use lib '/home/ederson/apachelocal/htdocs/embperl/verdoc-des/pct';
use GenFunc;
-]
[$ if (verifysession("usuario") == 0) $]
The softwares installed are :
Apache/1.3.26 (Unix) mod_perl/1.27
Embperl 1.3.4
Thank you List
bye