Re: HTML::EmbperlObject and @ISA corrupted HTML::Embperl::Req...

2003-11-28 Thread Kee Hinckley
>The "@ISA corrupted" error has been the bane of my existence for >several years now, but I think I've finally nailed it. Not surprisingly, not one minute after posting that I discovered a problem. Although everything works, I'm still getting the corrupted @ISA error. This is the more surprisi

HTML::EmbperlObject and @ISA corrupted HTML::Embperl::Req...

2003-11-28 Thread Kee Hinckley
The "@ISA corrupted" error has been the bane of my existence for several years now, but I think I've finally nailed it. EmbperlObject.pm has code to modify the @ISA variable in a package to make it a base class of a particular document. It executes that code if the @ISA array is empty. BUT ce

fixing the type info for DBD::SQLite

2003-11-28 Thread Terrence Brannon
I posted this as a bug against DBD::SQLite. The test suite now passes for DBD::Pg. DBD::SQLite is failing because the bind types are not useable. This program shows that DBD::SQLite returns unuseable type info. I would appreciate any pointers on where to go to fix this. It looks like one just n

Re: DBIx::Record set and SELECT f1.* FROM foo as f1, foo as f2...

2003-11-28 Thread Terrence Brannon
Kee Hinckley wrote: Has anyone made that work? http://princepawn.perlmonk.org/cgi-bin/se.com/wiki.cgi?RecordsetUpgradePath Patch #4 by Angus Lees: .#4 fully-qualifying column names and column alias patch (angus lees) . + http://www.ecos.de/~mailarc/embperl/2002-01/msg6.html I tried

Re: Input Escaping (was:Shared sessions)

2003-11-28 Thread Gerald Richter
Hi, > > I wonder if I could ask you a couple of other questions? Of course you can ask questions, but the right place to do this is on the embperl mailing list. > We are > testing with the lastest stable release (1.3.6): > > 1) I had trouble opening/reading a file in a [- -] block in a > templa

Re: Input Escaping (was:Shared sessions)

2003-11-28 Thread Gerald Richter
Hi, > > I wonder if I could ask you a couple of other questions? Of course you can ask questions, but the right place to do this is on the embperl mailing list. > We are > testing with the lastest stable release (1.3.6): > > 1) I had trouble opening/reading a file in a [- -] block in a > templa

Re: Segmentation fault

2003-11-28 Thread Gerald Richter
> >> Perl itself has some trouble with your $$searchdata. >> > Hmm, is there any way I can find out which part of perl (short of > recompiling perl with debugging turned on)? > Maybe this helps, but I think you will not get much more information. I think somehow the content of $$searchdata is corr

Re: Problem with Escaping data

2003-11-28 Thread Gerald Richter
> But when I start the apache, it is giving an error message like > Cannot load Embperl.so > undefined symbol: EMBPERL2_Char2XML > Oops, this table is really missing in the file. Use the attached one, that should fix the problem Gerald ---

Re: bug report for 1.3

2003-11-28 Thread Gerald Richter
> > Okay, um... well I moved the "cascaded" parts out of the > EMBPERL_OBJECT_BASE file, and the bug magically went away. > > Freaky. > > But am I really using EmbperlObject wrongly? Or is this a style > thing? > Basicly it should work the way you have done it and it is a bug that it doesn't work

Re: compile embperl on fedora core 1

2003-11-28 Thread Gerald Richter
> > I have added 'usr/include/apr-0' myself to the Makefile and this gets > Embperl working. > After relooking at this problem, realized that this problem is really already fixed (as I though before), but you need the Makefile.PL from the current CVS version. You can get it from http://cvs.apache.