Gerald Richter wrote: > > > > > [8762]ERR: 24: Error in Perl code: Undefined subroutine called at > > /usr/local/lib/perl/5.6.1/HTML/Embperl.pm line 745. > > > > I guess you run into the same problem as Alan yesterday. I have introduced a > problem with comments inside [! !] blocks, which causes such an error. I > send you an updated version per private mail (because it's to big for the > list). Please let me know if it fixes the problem for you.
Ok, I have received Embperl-2.0b5_dev-1 from you. With it, I still get the error above. Here is some more detailed information, if it helps: 1/ None of my code uses [! !] blocks. I've only been using the standard [$ $], [- -], and [+ +]. 2/ Not using any of the XML compile-time options 3/ This line of code (even when $act is undefined): New action [+ $act +] needs to be implementated. Evaluates to: New action <[+>$act needs to be implementated. 4/ By removing '$escmode=0' from my *.inc files that were getting Executed, I managed to get the page to come back up. Also had to remove a bunch of optRawInput and optDisableTableScan as they are aren't supported anymore. 5/ make test goes through fine 6/ Using [$ syntax EmbperlBlocks $] instead of optDisableTableScan seems to work fine. If I don't put it in, I get the strange /tr and /table (no angle brackets) output at the end of the page. 7/ When Apache starts up, I get this message in the error log: [20042]SES: Embperl Session management enabled () Yet, whenever %udat or %mdat is accessed (e.g. from base.epl) the request stops. Ie, no more output, but no errors/warnings either... kind of strange... I don't have any sessioning configured in httpd.conf or startup.pl. 8/ Adding/removing the "use HTML::Embperl; use HTML::EmbperlObject" lines from startup.pl doesn't make a difference. I'm going to back to 1.3.x for now, as we need to do development tomorrow... if you have more ideas I'll try them in a day or two. -- Regards, Wim Kerkhoff, Software Engineer Merilus, Inc. -|- http://www.merilus.com Email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
