> > Looks like you have Apache::SessionX installed, but not configured
properbly?
>
> Doh! Yup, that's what it is. Just me being brain dead at midnight :-(
> Maybe its possible to put something in the error log if the session
> isn't accessible?
>
I have tried to improve session handling and erro
Gerald Richter wrote:
>
> >
> > Ok, I have received Embperl-2.0b5_dev-1 from you. With it, I still get
> > the error above. Here is some more detailed information, if it helps:
> >
>
> These info doesn't look very nice, also I can't reproduce any of there here.
>
> I have just uploaded 2.0b5, p
>
> OK. May I propose the "NoCache" mode that would be quite usefull for
> developing/testing? Something like
>
> SetEnv AIMUseCache No
>
It's already there, just write
PerlSetVar AIMCache off
>
> PS Up till now my most common mistake is to forget to set up the
> corresponding write permission
Gerald Richter wrote:
>
> > - when script changes, AIM should invalidate all cache entries created
> > by that script - one could change color, font etc and AIM should
> > recreate all corresponding images. Maybe script modification time can be
> > added to the hash key?
> >
>
> Also this is pos
I was referring to the browser-back button...
>
> To: [EMAIL PROTECTED]
For any reason it never made it to the list, please make sure you send
further questions to the list and not to me privately
>
> Guys..I have a problem ...
>
> I have a perlscript which generates a dynamic webpage A
From: "Gerald Richter" <[EMAIL PROTECTED]>
> >
> > To: [EMAIL PROTECTED]
>
> For any reason it never made it to the list, please make sure you send
> further questions to the list and not to me privately
>
> >
> > Guys..I have a problem ...
> >
> > I have a perlscript which generates a dynamic w
Hi,
>
> I wanted to say that Apache::ImageMagick is really cool
:-)
>
> Here're two problems I found:
>
> - when script changes, AIM should invalidate all cache entries created
> by that script - one could change color, font etc and AIM should
> recreate all corresponding images. Maybe scrip
The URL
ftp://ftp.dev.ecos.de/pub/perl/image/Apache-ImageMagick-2.0b5.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/Apache-ImageMagick-2.0b5.tar.gz
size: 10734 bytes
md5: f2b27559a97f349603c218be8205409d
This release fixes a bug, which causes cached files to stay
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b5.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-2.0b5.tar.gz
size: 506804 bytes
md5: e5836be6ad29f8658052e512e2427c74
This is mainly a bug fix release. The only new feature is the possibil
>
> Ok, I have received Embperl-2.0b5_dev-1 from you. With it, I still get
> the error above. Here is some more detailed information, if it helps:
>
These info doesn't look very nice, also I can't reproduce any of there here.
I have just uploaded 2.0b5, please try this, also I don't expect any c
hi,
I don't kinow if this is waht you are looking for but I use this code for the last
modified bit
[#get the lastmodified date...#]
[-
use POSIX;
$modified_date = (stat($0))[9];
$modified_date = POSIX::strftime("%B %d, %Y",localtime($modified_date));
-]
and it, though maybe it is co
Hi!
I browsed embPerl archives and found that [+ localtime(($req_rec->finfo)[9]);
+] is the best way to display last modified information.
But I get: Thu Jan 1 03:00:00 1970.
I think $req_rec doesn't get information. What can I do to prevent that?
I'm using embPerl with mod_perl.
Thanks.
--
Gerald Richter wrote:
>
> >
> > [8762]ERR: 24: Error in Perl code: Undefined subroutine called at
> > /usr/local/lib/perl/5.6.1/HTML/Embperl.pm line 745.
> >
>
> I guess you run into the same problem as Alan yesterday. I have introduced a
> problem with comments inside [! !] blocks, which causes
13 matches
Mail list logo