Re: Passing arguments

2004-04-07 Thread Christian Frantsen
[EMAIL PROTECTED] wrote: Hi, I have a component, and inside component I am calling another component like this Component1: -- Thanks, Sreeram As long as the total lenght doesn't exceed the maximum allowed URL length you could try this: -- Chri

Re: DirectoryIndex not working

2003-06-28 Thread Christian Frantsen
Mbperl only to handle .html files by adding a inside your directory block Gerald Works great with the extra Files tag, thanks! -- /Christian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fwd: Re: DirectoryIndex not working

2003-06-26 Thread Christian Frantsen
On Thu, 26 Jun 2003 14:31:09 -0500, Neil Gunton <[EMAIL PROTECTED]> wrote: Is base.epl there too? Embperl::Object looks first for base.epl, and you'll get a 404 if it isn't there. In base.epl you then need the Execute('*') which will execute index.html if that is the f

DirectoryIndex not working

2003-06-26 Thread Christian Frantsen
ession" SetHandler perl-script PerlHandler Embperl::Object -- /Christian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problems with subroutines

2003-03-14 Thread Christian Frantsen
SetHandler perl-script PerlHandler Embperl::Object Options ExecCGI Any suggestions? :-) /Christian - To unsubscribe, e-mail: [EMAIL PROTE

Variable question

2002-10-06 Thread Christian Frantsen
[- Execute ('include/epl/config.epl'); $sub = Execute ({object => 'include/epl/sub.epl'}, syntax => 'EmbperlBlocks'); $sub->dbconnect(); -] sub.epl [! sub dbconnect { $req = my $dsn

Printing a PDF file to a browser.

2002-03-02 Thread Christian Frantsen
cute('*', $sub); -] This prints the PDF file to the browser but I get the raw data enclosed in tags. What do I have to do to get the PDF file sent to the client as a PDF and not an HTML file? /Christian - To

Re: Problem with foreach

2002-02-25 Thread Christian Frantsen
GAH! I should have seen that to :) Well now it works, thanks alot for the help! /Christian - Original Message - From: "Gerald Richter" <[EMAIL PROTECTED]> To: "Christian Frantsen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, February

Re: Problem with foreach

2002-02-24 Thread Christian Frantsen
I tried both with brackets and without, the same result :( If i try this... [$ foreach $row @$result $] [+ $row +] [$ endforech $] ... the only output is a '0', there should be an ARRAY ref there. btw, I'm using on embperl 1.3.4 /Christian - Original Message - Fr

Problem with foreach

2002-02-24 Thread Christian Frantsen
Could someone explain to me why this works... [- foreach $row (@$result) { print OUT "$row->[1]"; } -] .. and this doesn't? [$ foreach $row @$result $] [+ $row->[1] +] [$ endsub $] @$result is the result of a database query using DBI with selectall_arr

RE: Apache::Session

2000-08-13 Thread Christian Gilmore
http://perl.apache.org/embperl/INSTALL.pod.1.html : NOTE 1: (only Embperl-1.2b1 or higher) For using session handling you need Apache::Session-0.17 or higher. If possible use Apache::Session 1.00. Currently Apache::Session 1.50 or higher is not supported. (Coming soon) Regards, Christian

RE: Session errors

2000-07-25 Thread Christian Gilmore
Well, upgrading to Session-1.03 did the trick for httpd complaining on startup. Hrm. I'm still at a loss for why it worked properly one minute then fell on its face the next, but that's not necessarily anwhere near Embperl's fault. Thanks, Christian > -Original M

RE: Session errors

2000-07-25 Thread Christian Gilmore
I just took a look, and Apache::Session is version 0.17, but Apache::Session::epDBI is installed. Further, this code worked yesterday and for the past many months. Regards, Christian - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Session errors

2000-07-25 Thread Christian Gilmore
Nope. Adding PerlModule Apache::Session either before or after the PerlSetEnv statements doesn't change the error. Other ideas? Regards, Christian > -Original Message- > From: Gerald Richter [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 25, 2000 1:21 PM > To:

Session errors

2000-07-25 Thread Christian Gilmore
27;m hoping this is something silly that can be swatted away quickly. Any ideas? Regards, Christian - Christian Gilmore Infrastructure & Tools Team Lead Web & Multimedia Development Tivoli Systems, Inc. ---

RE: ANNOUCE: Embperl 2.0a6

2000-07-07 Thread Christian Gilmore
How does this affect the development of 1.3? Will a 'stable' 1.3 be released or is its development stopped in favor of 2.0? Regards, Christian > -Original Message- > From: Gerald Richter [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 07, 2000 2:56 PM > To: Emb

RE: Two feature requests

2000-03-23 Thread Christian Gilmore
Huh. I learn something new every day. Thanks, Jason. That did work. Regards, Christian > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Bodnar > Sent: Thursday, March 23, 2000 12:02 PM > To: Christian Gilmore > Cc: [EMAIL

RE: Two feature requests

2000-03-23 Thread Christian Gilmore
hoice was not made lightly. It was the best solution to a murky situation. If you care, I could go into detail on it. Since there's no UnSetHandler, once you've set the handler for a certain file pattern ( .*\.html$ ), you're stuck with it across the entirety of the site.

Two feature requests

2000-03-23 Thread Christian Gilmore
no embperl code, the last-modified header is included to be the actual last-modified date of the file. 2) Put in a special embperl command that basically means "stop looking for embperl from here down in this document". Regards, Christian ----- Christian Gilmore Senior Technic

AuthenRadius problem

2000-03-20 Thread Christian
and a similar failure message in Apache's error logs. Any ideas on what I might be doing wrong here with either of these issues (particularly the first one) would be much appreciated. Regards, -- Christian Payne Systems Administrator Amnet Internet Services ---