Search Discussions
-
Angus Lees and myself have several patches for Recordset, most are archived in the embperl mailing list. Gerald was supposed to have a subversion repository setup by now, but hasn't done it. Hmm, I ...
Terrence Brannon
Nov 12, 2003 at 1:30 am
Jan 25, 2004 at 4:04 am -
Hi I encountered some problems when I wrote components for Embperl 2.0b8. I wonder if they are solved now ? 1. header / footer It's logical to be able to have header / footer code, but it wasn't ...
Kaare Rasmussen
Nov 3, 2003 at 4:38 pm
Nov 10, 2003 at 4:48 am -
I'm looking for some advice on how to do the following: I have an authenticated session for a browser window that is navigating the site built with Embperl::Object. I would like to use a popup ...
Doug Rayner
Nov 25, 2003 at 9:24 pm
Dec 3, 2003 at 12:04 pm -
Hi, I have problem in escaping data from the value attribute of the <INPUT tag. I have some thing like this <INPUT TYPE="text" NAME="test" VALUE="[+$elevalue+]" SIZE="40" if the $elevalue value ...
Vijaya Dasari
Nov 25, 2003 at 9:37 am
Nov 28, 2003 at 7:12 am -
Hi! After upgrading to Perl 5.8.1 i got [Mon Nov 10 14:58:24 2003] [notice] child pid 7675 exit signal Segmentation fault (11) for every embperl-page i request. Any hints? I use: Embperl 2.0b9 ...
Benni Baermann
Nov 10, 2003 at 6:39 pm
Nov 11, 2003 at 1:49 pm -
Please try to start your httpd under gdb: gdb /path/to/httpd set args -X -f /path/to/httpd.conf r Now request the page that segfaults, gdb should show the segfault, then type BT and you should get ...
Gerald Richter
Nov 12, 2003 at 6:55 am
Nov 14, 2003 at 12:16 pm -
compiled mod_perl and embperl with debugging option. output is this: # gdb /usr/sbin/httpd GNU gdb Red Hat Linux (5.3.90-0.20030710.41rh) Copyright 2003 Free Software Foundation, Inc. GDB is free ...
Alexander Hartmaier
Nov 13, 2003 at 4:11 pm
Nov 13, 2003 at 9:41 pm -
Has anyone made that work? I tried setting !Table or !TabJoin to "foo as f1, foo as f2" but all did not work well. I finally patched DBIx::Database to handle table aliases, and that seems to work ...
Kee Hinckley
Nov 28, 2003 at 4:03 am
Dec 4, 2003 at 5:35 am -
Hi, I'm getting segmentation faults on a Redhat 7.2 machine with Apache 1.3.27 (Redhat rpm apache-1.3.27-2.7.2), mod_perl 1.26 (Redhat rpm mod_perl-1.26-2) and HTML::Embperl 1.3.6 (from CPAN). I ...
Marc Beyer
Nov 24, 2003 at 10:41 pm
Nov 28, 2003 at 7:21 am -
Hi! I'm trying to install embperl on fedora core 1 linux. These devel packages are installed additionally: apr-devel apr-util-devel httpd-devel mod_perl from fedora core 1 is used ...
Alexander Hartmaier
Nov 7, 2003 at 2:27 pm
Nov 28, 2003 at 7:11 am -
http://knobbits.org/embperlobject-inheritance-bug.tar.gz load up /test/dir1/sub/foo.html (or http://knobbits.org/test/dir1/sub/foo.html if you like) Some sort of memory corruption or something I ...
Michael (Micksa) Slade
Nov 27, 2003 at 10:00 am
Nov 28, 2003 at 7:11 am -
Has anyone tried subclassing DBIx::Recordset? I've been playing with it and there are a couple issues that I've found. 1. There are a number of places in the code where the current object is compared ...
Kee Hinckley
Nov 19, 2003 at 12:55 am
Nov 21, 2003 at 8:16 pm -
Hallo. I'm trying to get Embperl running on a gentoo box. Reinstalled perl , to be without threads, reinstalled then apache(2.0.48) and mod_perl(1.99_10), when making make test with embperl build, I ...
Argle Bargle
Nov 12, 2003 at 2:47 pm
Nov 13, 2003 at 1:58 pm -
I have installed my own compile of Apache 2: Apache/2.0.48 (./configure -prefix /usr/local/apache2 --enable-rewrite=shared --enable-speling=shared --enable-usertrack=shared --enable-unique-id=shared ...
Jarrod Stenberg
Nov 9, 2003 at 10:27 pm
Nov 10, 2003 at 3:42 pm -
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 ...
Kee Hinckley
Nov 28, 2003 at 8:34 pm
Nov 29, 2003 at 6:38 pm -
Hi! Is there an WikiWiki and/or an discussion-forum programmed with EmbPerl available as free software? Benni -- http://www.aymargeddon.de ...
Benni Baermann
Nov 14, 2003 at 2:03 pm
Nov 17, 2003 at 10:06 am -
Hi, We have problem with locking of rows in the session database. We are using postgres as the Store. Configuration of the system is Apache 2.0.47 + Embperl 2.0b9 + mod_perl 1.99_09 I tried using ...
Vijaya Dasari
Nov 14, 2003 at 10:12 am
Nov 17, 2003 at 6:51 am -
Hi All, I've just resubscribed to the list since I'm working on an Embperl-based project, the first serious one in many months. I'm using a compiled version Apache/mod_perl/Embperl2 on RH9. Here is ...
Wim Kerkhoff
Nov 15, 2003 at 11:24 pm
Nov 17, 2003 at 5:36 am -
I wanted to run these by people before I tried anything. 1. A '$/!' argument that can be passed to any command and is appended after the SQL command. For instance: $$set- Insert({ '$option' = ...
Kee Hinckley
Nov 13, 2003 at 7:48 pm
Nov 15, 2003 at 10:24 am -
That particular definition leads to bad things. In particular, eventually you die in SetupSession because tied %HTML::Embperl::udat returns undefined. My guess is that the cleanup of $udat in the ...
Kee Hinckley
Nov 30, 2003 at 6:00 am
Dec 2, 2003 at 3:23 pm -
There's an awful lot that goes on in that routine. Typically I do this: $set = Setup series of operations with $set (insert/search/delete...) Is there any way to cache that initial $set? For ...
Kee Hinckley
Nov 17, 2003 at 12:52 pm
Nov 19, 2003 at 7:11 am -
Hi Angus, after stracing apache2 segfaults on a page containing nothing but a http redirection, which started to happen a few days ago due to a new apache2 version in debian sid, I found that ...
Andre Landwehr
Nov 16, 2003 at 6:21 pm
Nov 17, 2003 at 9:42 pm -
Hi Anybody here with experience in using DBIx::Recordset with POE ? I want to write a POE-server to serve data from a database using DBIx::Recordset. I wonder if I have to be concerned with time ...
Kaare Rasmussen
Nov 15, 2003 at 11:38 am
Nov 15, 2003 at 1:57 pm -
Thats the output I got: Program received signal SIGSEGV, Segmentation fault. 0x006bc582 in ?? () (gdb) (gdb) (gdb) BT #0 0x006bc582 in ?? () #1 0x00603c44 in ?? () #2 0x00000106 in ?? () #3 ...
Alexander Hartmaier
Nov 13, 2003 at 12:00 pm
Nov 13, 2003 at 2:45 pm -
I did this too. 'make' now works. 'make test' fails with: ############################################################################## #35 escape.htm... Error in Line 44 Is: ...
Alexander Hartmaier
Nov 7, 2003 at 2:51 pm
Nov 7, 2003 at 7:29 pm -
DEAR SIR. PLEASE I AM A GIRL OF 25 YEARS AND I AM LOOKING FOR INVESTMENT OPPORTUNITY. I INTENDED TO INVEST THE SUM OF TWENTY MILLION UNITED STATES DOLLARS INHERITED BY MY LATE FATHER.I AM FROM ...
DAYA MATOMBO
Nov 29, 2003 at 11:59 am
Nov 29, 2003 at 11:59 am -
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 ...
Terrence Brannon
Nov 28, 2003 at 1:24 pm
Nov 28, 2003 at 1:24 pm -
There was a problem with the main module that is the WorkFlow, this problem was because a last time change in the html fields generated in an automatic way. Because this we have decided to release ...
Ckassab
Nov 18, 2003 at 10:31 pm
Nov 18, 2003 at 10:31 pm -
Hi all: EplSite 2 has been released!!! This version has many improvements, the most important are: - Now you can run EplSite safety under mod_perl, we have eliminated files loaded with __PACKAGE__. - ...
Ckassab
Nov 16, 2003 at 4:03 pm
Nov 16, 2003 at 4:03 pm -
Hi Gerald! Here is my BuildConfig.pm from 'Fedora Core 1' (alias RedHat 10). (See attached file: BuildConfig.pm) It's in the dir ' /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi/Apache'. I ...
Alexander Hartmaier
Nov 10, 2003 at 9:22 am
Nov 10, 2003 at 9:22 am -
Since then I have developed a cookbook-style set of docs which include runnable code samples: http://search.cpan.org/~tbone/DBIx-Recordset-Playground-1.10/Playground.pm They are based on a ...
Terrence Brannon
Nov 4, 2003 at 12:45 am
Nov 4, 2003 at 12:45 am
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 31 |
posts | 128 |
users | 32 |
website | perl.apache.org |
32 users for November 2003
Archives
- October 2014 (2)
- September 2014 (3)
- July 2014 (3)
- June 2014 (3)
- May 2014 (8)
- April 2014 (2)
- January 2014 (10)
- December 2013 (1)
- November 2013 (2)
- October 2013 (3)
- August 2013 (3)
- July 2013 (7)
- June 2013 (2)
- May 2013 (11)
- February 2013 (2)
- November 2012 (5)
- October 2012 (20)
- September 2012 (44)
- May 2012 (6)
- April 2012 (16)
- March 2012 (26)
- December 2011 (4)
- November 2011 (1)
- September 2011 (4)
- June 2011 (4)
- May 2011 (3)
- January 2011 (13)
- December 2010 (9)
- November 2010 (3)
- October 2010 (7)
- September 2010 (5)
- July 2010 (31)
- June 2010 (6)
- May 2010 (5)
- April 2010 (22)
- March 2010 (25)
- February 2010 (23)
- October 2009 (16)
- September 2009 (17)
- June 2009 (1)
- May 2009 (9)
- April 2009 (3)
- March 2009 (3)
- February 2009 (2)
- December 2008 (2)
- November 2008 (1)
- October 2008 (18)
- September 2008 (10)
- August 2008 (7)
- July 2008 (40)
- June 2008 (1)
- May 2008 (7)
- April 2008 (3)
- March 2008 (6)
- February 2008 (2)
- January 2008 (19)
- December 2007 (10)
- November 2007 (14)
- October 2007 (24)
- September 2007 (43)
- August 2007 (14)
- July 2007 (17)
- June 2007 (44)
- May 2007 (44)
- April 2007 (35)
- March 2007 (8)
- February 2007 (7)
- January 2007 (17)
- December 2006 (9)
- November 2006 (31)
- October 2006 (27)
- September 2006 (49)
- August 2006 (57)
- July 2006 (12)
- June 2006 (28)
- May 2006 (41)
- April 2006 (91)
- March 2006 (60)
- February 2006 (58)
- January 2006 (52)
- December 2005 (67)
- November 2005 (22)
- October 2005 (50)
- September 2005 (53)
- August 2005 (45)
- July 2005 (66)
- June 2005 (82)
- May 2005 (53)
- April 2005 (53)
- March 2005 (89)
- February 2005 (50)
- January 2005 (50)
- December 2004 (72)
- November 2004 (65)
- October 2004 (33)
- September 2004 (47)
- August 2004 (67)
- July 2004 (92)
- June 2004 (43)
- May 2004 (88)
- April 2004 (146)
- March 2004 (99)
- February 2004 (75)
- January 2004 (92)
- December 2003 (92)
- November 2003 (129)
- October 2003 (47)
- September 2003 (97)
- August 2003 (91)
- July 2003 (111)
- June 2003 (98)
- May 2003 (37)
- April 2003 (55)
- March 2003 (79)
- February 2003 (88)
- January 2003 (175)
- December 2002 (125)
- November 2002 (134)
- October 2002 (182)
- September 2002 (189)
- August 2002 (126)
- July 2002 (163)
- June 2002 (80)
- May 2002 (166)
- April 2002 (140)
- March 2002 (227)
- February 2002 (133)
- January 2002 (113)
- December 2001 (145)
- November 2001 (163)
- October 2001 (134)
- September 2001 (114)
- August 2001 (193)
- July 2001 (115)
- June 2001 (119)
- May 2001 (177)
- April 2001 (136)
- March 2001 (182)
- February 2001 (179)
- January 2001 (79)
- December 2000 (95)
- November 2000 (198)
- October 2000 (137)
- September 2000 (98)
- August 2000 (249)
- July 2000 (128)
- June 2000 (196)
- May 2000 (184)
- April 2000 (211)
- March 2000 (116)