[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
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]
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
ession"
SetHandler perl-script
PerlHandler Embperl::Object
--
/Christian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
SetHandler perl-script
PerlHandler Embperl::Object
Options ExecCGI
Any suggestions? :-)
/Christian
-
To unsubscribe, e-mail: [EMAIL PROTE
[-
Execute ('include/epl/config.epl');
$sub = Execute ({object => 'include/epl/sub.epl'}, syntax => 'EmbperlBlocks');
$sub->dbconnect();
-]
sub.epl
[!
sub dbconnect {
$req =
my $dsn
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
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
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
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
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
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
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
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:
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.
---
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
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
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.
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
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
---
20 matches
Mail list logo