Search Discussions
-
I had some templates working in Embperl::Object V1.3.6 which don't work the same way with V2.0. Here is a code snippet: <table align="center" border="1" cellspacing="2" cellpadding="2" <tr <th ...
Doug Rayner
Feb 5, 2004 at 1:19 am
Jul 13, 2004 at 6:10 pm -
Excerpt from run with debug: DB: do 'UPDATE transactions SET archived=?,status=? WHERE archived = 0 AND deleted = 0 AND order_number IN (2288)' bind_values=<1 order bind_types=<1 12 Cannot specify ...
Kaare Rasmussen
Feb 17, 2004 at 11:34 am
Apr 18, 2004 at 7:19 am -
One more question. At the end of my cgi script, I either display a thanks page, or back them back to the form. If going back to the form, I pass a hash of errors via params, which works properly. I ...
Ted Ede
Feb 27, 2004 at 10:39 am
Mar 18, 2004 at 12:41 pm -
Hi everyone and Gerald! Anyone that has any tips on performance tuning Embperl to make stuff go faster? Besides loading modules and making sure that we have enough forked processes so we don't have ...
Stefan Cars
Feb 23, 2004 at 7:52 pm
Feb 24, 2004 at 8:28 pm -
Hi all: Since my last success compiling apache2, now i am trying with debian woody 3r2. I compiled and installed Apache2 to /usr/local/apache2 Then i downloaded mod_perl 2.99_12, i compiled, tested ...
Carlos Kassab
Feb 11, 2004 at 12:44 am
Feb 12, 2004 at 4:43 am -
Hi all OK I have a site which is for different countries and different languages, what I wanted to do was have a EMBPERL_OBJECT_ADDPATH for each directory (which represented a different country/lang) ...
Pete Moran
Feb 27, 2004 at 1:56 am
Feb 27, 2004 at 8:10 am -
Is there a recommended combination of versions for Perl,Embperl,mod_perl,Apache for running on a windows XP O/S? Any help/advice is gratefully recieved Gavin Williams -----Original Message----- From: ...
Gavin Williams
Feb 11, 2004 at 9:17 am
Feb 11, 2004 at 2:32 pm -
Hi, I've experienced a lot of very erratic very strange unpredictable behavior using Embperl. It is absurd. Here is the latest: "accountdetailsform" is not exported by the rules module at ...
Justin Harrison
Feb 6, 2004 at 7:18 pm
Feb 7, 2004 at 7:14 pm -
Dear all, Great project, many thanks Gerald and team!!! I need your help. I have a some problem with using $row instead of loop: 1 [- $values = [ [1, 2], [3, 4], [5, 6] ]; -] 2 3 <select ...
Michael Stepanov
Feb 3, 2004 at 7:30 am
Feb 7, 2004 at 1:41 pm -
Hi, these days, I wanted to set an absolute time for the embperl cookie expire time (in 2.0b10) and discovered that the code was totally hosed. It crashed apache as I forgot the "" around the ...
Torsten Luettgert
Feb 28, 2004 at 10:09 am
Mar 7, 2004 at 7:44 pm -
tested with 2.0b9. when using EMBPERL_OUTPUT_MODE 1 base.epl: ----------------- <html <head <title test</title </head <body <a href="xxx" foo</a </body </html ----------------- inserts a spurious ...
Jochen Topf
Feb 17, 2004 at 12:30 pm
Mar 7, 2004 at 7:37 pm -
Hi, Our website it Embperl based. I've just upgraded from Apache 1.3 to 2.0.46 as part of an upgrade to Redhat Enterprise linux. I've got mod_perl-1.99_09-10.ent and Embperl b10 installed. For the ...
Ted Ede
Feb 26, 2004 at 3:54 pm
Feb 26, 2004 at 8:15 pm -
While installing Embperl/2.0b10, on a new box, I noted that the upload test was failing. I installed anyway, and using the sample upload code from perldoc Embperl found that a file of zero size was ...
Mark Vitnell
Feb 6, 2004 at 10:25 am
Feb 14, 2004 at 2:52 pm -
I am trying to include a <select tag in a cell of a table whose rows/columns are being generated using the $row and $col variables. It does not seem to work. The first row of the table is ...
Doug Rayner
Feb 12, 2004 at 11:34 pm
Feb 13, 2004 at 8:39 pm -
I was able to use $row in an <option tag within a <td tag ijn V1.3.6, but this does not seem to work any more in v2.0. Was there some change in the behavior between 1.3 and 2.0? Code snippet: <tr <td ...
Doug Rayner
Feb 5, 2004 at 1:26 am
Feb 7, 2004 at 1:42 pm -
I am not sure if the missing file is Embperl.so itself. Take a look at a previous error I got : [Wed Feb 04 14:53:51 2004] [notice] Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.8.3 configured -- ...
Hemond, Steve
Feb 5, 2004 at 7:34 pm
Feb 6, 2004 at 4:12 pm -
Hi! I'm using Apache::SessionX as session manager for Embperl and running alot of pages in EmbperlBlocks syntax. If people don't have cookies I would like the sessionid to be set in the URL somehow ...
Stefan Cars
Feb 25, 2004 at 10:39 am
Feb 26, 2004 at 7:52 pm -
I am new to the scene and am trying to get embperl to run with Apache2 and mod_perl2 on Windows XP (w/ activestate perl 5.8). I installed the following ppm: ...
Collin Peters
Feb 24, 2004 at 8:15 pm
Feb 24, 2004 at 8:36 pm -
Dear Embperl-ophiles, I've just added support for Embperl::Object to my ecards project Penguin Greetings <http://pgreet.sourceforge.net . To simplify making ecards, I have Embperl pages executed ...
Edouard Lagache
Feb 20, 2004 at 5:58 pm
Feb 24, 2004 at 8:08 pm -
Hi! Is the file readable by the user who is running apache (the one defined in httpd.conf)? Greetings, Alex Von: "Hemond, Steve" <SHEMOND@SMURFIT.com am 05.02.2004 17:08 An: embperl@perl.apache.org ...
Alexander Hartmaier
Feb 5, 2004 at 6:46 pm
Feb 20, 2004 at 2:25 pm -
Hi! I'm having trouble getting doing some perl configuration within <Perl </Perl in httpd.conf with Apache 2 and mod_perl 2 (both latest version as of today). Using this do not work: use Apache::DBI; ...
Stefan Cars
Feb 12, 2004 at 12:23 pm
Feb 14, 2004 at 2:56 pm -
Hi Gerald and everybody, As you know I had a lot of problems building Embperl on Aix. I've managed to build everything correctly but DIDN'T TEST IT YET with Apache2/mod_perl2. I have a LOT OF ...
Hemond, Steve
Feb 5, 2004 at 4:17 pm
Feb 6, 2004 at 4:06 pm -
Hi all, Great project, thank you Gerald and developer team ! I have one question: I've noticed that I can't get to any EmbPerl-specific global variable from within the package. This is for %fdat, ...
Alex Titov
Feb 1, 2004 at 9:11 pm
Feb 2, 2004 at 6:28 pm -
(Just in case anyone is still using HTML::Embperl..) @param is shoved into the correct package via a glob assignment (same as other "magic variables"). These variables are marked as "imported" by ...
Angus Lees
Feb 25, 2004 at 1:40 am
Feb 25, 2004 at 1:40 am -
I have to clone the functionality of PrevNextForm to add some flexibility. First, Next and Prev buttons seem very easy. But what will I do to let DBIx::Recordset give me the last $max rows? Just ...
Kaare Rasmussen
Feb 17, 2004 at 11:32 am
Feb 17, 2004 at 11:32 am -
Hi! Since yesterday I have exactly the same configuration as you (cause Fedora Core 1 and Whitebox 3.0 both segfault when using GD::Graph). I used apt to install apache2 and mod_perl (unstable tree). ...
Alexander Hartmaier
Feb 11, 2004 at 9:52 am
Feb 11, 2004 at 9:52 am -
looks like your httpd.conf is for Embperl 2.0. What is on line 247, if it is a LOadModule directive, as I guess, then simply remove it. It is not needed for Embperl 1.3.x GErald P.S. Please post any ...
Gerald Richter
Feb 7, 2004 at 1:56 pm
Feb 7, 2004 at 1:56 pm -
Anybody got this error? Cannot load /usr/local/lib/perl5/site_perl/5.8.3/aix/auto/Embperl/Embperl.so into server: No such file or directory Something in Embperl.so seems to call something that ...
Hemond, Steve
Feb 6, 2004 at 2:48 pm
Feb 6, 2004 at 2:48 pm -
Hi again, I have these lines in httpd.conf : LoadModule perl_module modules/mod_perl.so LoadModule embperl_module /usr/local/lib/perl5/site_perl/5.8.3/aix/auto/Embpe rl/Embperl.so The empperl_module ...
Hemond, Steve
Feb 5, 2004 at 5:17 pm
Feb 5, 2004 at 5:17 pm -
Hi again friends, Here is what I get when starting apache2 : [Wed Feb 04 14:53:51 2004] [notice] Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.8.3 configured -- resuming normal operations [Thu Feb 05 ...
Hemond, Steve
Feb 5, 2004 at 4:38 pm
Feb 5, 2004 at 4:38 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 30 |
posts | 75 |
users | 23 |
website | perl.apache.org |
23 users for February 2004
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)