- Original Message -
From: "alan milligan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 31, 2001 4:44 PM
Subject: Modelling
> limited ...). The following stub indicates what I want to do: if the
> authorise function fails, hand the request to /public/secviolation.ht
> I ope this isn't a repeatedly asked question on this mailing list, but
> I am really confused about how to get sessions working for Postgres and
> Embperl 2.0b3.
This seems to be a more or less FAQ. The problem is that that there are some
issues with locking with Embperl 1.3.3 and 2.0b3 and P
> Does the %udat hash support serialising objects as opposed to simple
types?
Embperl uses Apache::Session and Apache::Session uses Storable to store the
data (at least if you don't have configured it differently).
As far as I know Storable can reconstruct objects correctly, but I never
tried it
Which database you are using ?
>
> SELECT ... FROM forumcomment start, forumcomment thread
What does "forumcomment start" mean. I guess "start" is your table name, but
what is "forumcomment" ? Sorry, never seen this SQL syntax before.
>
> It seems to me that DBIx (version 0.23) uses inte
>
> Also, do you know if there is anything wrong with the news server for this
> group.
> I am not receiving any posting from the news group. I am having to go to
the
> archive to see any postings
>
This is a mailing list, not a newsgroup. I don't know to which newsserver
you are refering to. If
>
> BUT! My %fdat is always empty! I tried either POST or GET but with no
effect.
>
This is true, because you have disabled it yourself ! see below...
> I also noticed when my application uses POST method, CONTENT_LENGTH is set
but
> never reset (eg. is set to 108 but all next requests keeps thi
JSP has a tag where as long as you haven't written to OUT, you can forward
all output from the current file to another, abandoning all consequent
instructions in this file. I have been trying to achieve similar using
Embperl, to little success (probably because my Apache knowledge is rather
l
I ope this isn't a repeatedly asked question on this mailing list, but
I am really confused about how to get sessions working for Postgres and
Embperl 2.0b3.
When I set my httpd.conf as follows I get no output generated, nor anything
useful in my error logs:
PerlSetEnv EMBPERL_SESSION_CLAS
Does the %udat hash support serialising objects as opposed to simple types?
Embperl 2.0b3 refuses to parse :
if ($udat{user}->hasgroup('root')) { ...
Error in Perl code: Can't locate object method "hasgroup" via package
"fortress" (perhaps you forgot to load "fortress"?) at
/home/alan/src/balclu
Hi,
I am in the situation of a self-referencing table. SELECTs of the form
SELECT ... FROM forumcomment start, forumcomment thread
WHERE thread.reply = start.id
don't really work. I am using the following recordset setup:
{
'!Fields' => 'troot.id, troot.title, troot.created, co
LZ> My %fdat is always empty! I tried either POST or GET but with no effect.
I also noticed when my application uses POST method, CONTENT_LENGTH is set but
never reset (eg. is set to 108 but all next requests keeps this value). IHMO
it should be reset, isn`t it?
I have found this problem was fi
Hello EmbPerl,
I sucessfuly installed Apache 1.3.20/mod_perl 1.26_dev/Embperl
1.3.4_dev/ActiveState 5.6.0 with EmbperlObject (thanks for help from mailing
list).
BUT! My %fdat is always empty! I tried either POST or GET but with no effect.
I also tried it without EO.
I`m very happy I sucessful
Hello Lukas,
Resposta a sua mensagem de sexta-feira, 31 de agosto de 2001:
LZ> I just installed Apache 1.3.20/mod_perl_1.26.ppd and embperl 1.3.4-dev
LZ> It seems base.epl is NOT called. Here`s my configuration:
LZ>
LZ> SetHandler perl-script
LZ> PerlHandler HTML::Embperl
L
Hello EmbPerl,
I just installed Apache 1.3.20/mod_perl_1.26.ppd and embperl 1.3.4-dev
It seems base.epl is NOT called. Here`s my configuration:
SetEnv PERL5LIB 'D:/Inetpub/libperl'
SetEnv EMBPERL_LOG 'd:\temp\embperl.log'
SetEnv EMBPERL_MAILHOST '192.168.1.3'
SetEnv EMBPERL_OBJECT_BASE 'base.e
14 matches
Mail list logo