Hello!
On 20.03.2010 16:38, Gerald Richter - ECOS wrote:
> could you please try if the following patch solves the problem?
>
> --- test.pl (revision 925098)
> +++ test.pl (working copy)
> @@ -1756,6 +1756,7 @@
> !($_ =~ /SES\:/) &&
> !($_ =~ /gcache started/) &&
>
Hello!
On 19.03.2010 7:44, Gerald Richter - ECOS wrote:
> after a very long time of I am very happy to announce the next beta release
> of Embperl.
> It is available for download and testing at
> http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz
> It would be great if you can test it out, e
Hello,
I have the following problem with adding information into $udat
sessions. Used to work alright but now in some parts it works and in
some parts it does not.
For example adding information as hash:
$udat{sessioninfo} -> {subinfo} = 'test';
and in another test page representing it as [+
nks,
Abhishek jain
Cheers,
Aare Vesi
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Gerald Richter wrote:
Hi,
Problem seems to be with
$req_rec->header_in('Cookie')
as header_in(), header_out() and err_header_out() are not
available in
mod_perl 2.0.
http://apache.perl.org/docs/2.0/user/porting/compat.html#C__r_
E_gt_header_in_
or is there some bug in my coding?
Could y
Hi,
While using Embperl 2.1.0 under mod_perl 2.0.1 following error occurs:
code:
used under ModPerl::Registry.
###
use Apache2::RequestRec;
use Apache2::RequestUtil;
use Embperl;
$r = Apache2::RequestUtil->request;
$session = Embperl::Req::SetupSession ($r);
$test = $session -> {test};
Hi,
when some bug occures in embperl page Internal Server Error 500 with
error message is displayed and also logged to apache error_log.
But this error message is limited to a number of lines. Is there a way
to show more lines? (all of the long-long error message).
---
Kaare Rasmussen wrote:
# make test
If I ignore the test and just make install, it sort of works. Strange thing is
that
EMBPERL_APPNAME freemoney
EMBPERL_OBJECT_BASE base.tepl
EMBPERL_URIMATCH "\.htm.?|\.epl$"
EMBPERL_SESSION_HANDLER_CLASS "no"
EMBPERL_FILESMATCH "\.htm.?|\.epl$"
Gerald Richter wrote:
The current CVS version should work with old and new (>=rc5) mod_perl
versions, at least it does for me.
Could you please retest with the unaltered CVS version (from yesterday).
Does it pass make test for you?
#210 EmbperlObject/errdoc/epoerrdoc.htm...ok
#211 EmbperlObject/e
Hi,
While using latest mod_perl2 RC6 with latest Embperl from CVS it won't
work because that modules renaming issue
[http://perl.apache.org/docs/2.0/rename.html].
So I did some renaming stuff with http://people.apache.org/~geoff/fixme.
And produced a little patch.
Maybe someone finds that patch
On Mon, 2004-09-20 at 22:09, Kaare Rasmussen wrote:
Hi,
> Syntax error on line 11 of /usr/local/apache/conf/freemoney.conf:
> Invalid command 'EMBPERL_APPNAME', perhaps mis-spelled or defined by a module
> not included in the server configuration
>
> freemoney.conf looks like this:
>
> PerlMod
Hi,
While using mod_perl 1.99_15 and latest Embperl from CVS
I stumbled upon following bug:
mod_perl 1.99_15 does not include Apache::Server module anymore.
It has been replaced with Apache::ServerRec.
from mod_perl changes doc there is 'In order to be consistent with
Apache::RequestRec, Apache:
Hi,
While building Embperl from CVS with latest
ExtUtils-XSBuilder-0.25 from CPAN
perl xs_generate.pl gives:
Can't locate object method "new_podtemplate" via package
"Embperl::WrapXS" at
/usr/lib/perl5/site_perl/5.8.3/ExtUtils/XSBuilder/WrapXS.pm line 1586.
with ExtUtils-XSBuilder-0.23 xs_gen
> While using Embperl's $udat session everything works great
> but after approx. 15 requests from Apache restart
> session values start disapearing and reappearing.
Solved my problem.
I had 2 apache servers running same application (under different ports)
with different EMBPERL_APPNAME. Now with
Hi,
While using Embperl's $udat session everything works great
but after approx. 15 requests from Apache restart
session values start disapearing and reappearing.
Last time I had same kind of trouble, when
PerlOptions +Parent was enabled in apache server conf
and perl modules gave random errors.
On Mon, 2004-01-05 at 11:01, Gerald Richter wrote:
> The first thing I would try is to set dbgObjectSearch in EMBPERL_DEBUG, this
> gives some information about what Embperl::Object is doing in the
> embperl.log file.
>
> Also it would be interesting if the error only occurs after a certain page
Hi,
I'm still getting this error at random times.
In Embperl code at /usr/local/lib/perl/5.8.2/Embperl/Object.pm
it shows that it's used in EMBPERL_OBJECT_APP initalization.
How can I debug what is failing?
I added use strict; to EMBPERL_OBJECT_APP (application.pl) and
everything seems fine, but
Hi,
Please help...
While using Embperl (latest from CVS + mod_perl latest and perl 5.8.2)
under Embperl::Object
Randomically I get following error:
Error in Perl code: Can't locate object method "init" via package
"Embperl::__2" at /usr/local/lib/perl/5.8.2/Embperl/Object.pm line 280
when I rest
On Wed, 2003-06-18 at 11:26, Alexander Hartmaier wrote:
> Hi!
>
> I've only perl 5.8.0 installed which comes with RedHat 9.
> I also recompiled everything and uninstalled mod_perl 1.99_07 which ships with
> RedHat 9...nothing works.
>
Last week I tried recompiling RH9 perl from rawhide but insta
19 matches
Mail list logo