The problem is that you are using the '$where' inside the !Links. The $where
as precedence and overides the condition that DBIx::Recordset creates to
link the tables. The solution would be to make the following modifications:
> > >
> > > *set = DBIx::Recordset->Search({
> > >'!DataSou
>
> Are you saying that ALL of the EMBPERL_SESSION_[INSERT NAME HERE]
> variables are global?
>
Yes
EMBPERL_SESSION_CLASSES
EMBPERL_SESSION_ARGS
EMBPERL_SESSION_HANDLER_CLASS
are global
EMBPERL_COOKIE_*
are _not_ global and can be set different in different contexts (By setting
a different co
Hi,
>
> thanks for your answer. I had already added the
> following lines to my apache config file, I believe
> this should be fine, or?
>
As I wrote in my previous mail, please add
PerlModule HTML::Embperl
This will load Embperl at server startup and mostly solve the problem with
seg faults.
Hello Gerald,
thanks for your answer. I had already added the
following lines to my apache config file, I believe
this should be fine, or?
SetEnv EMBPERL_DEBUG 2285
SetHandler perl-script
PerlHandler HTML::Embperl
Options ExecCGI
AddType text/html .ep
Gerald!
> That's dangerous, because you can't have different values for these
> configuration directives. They are global. (Yes that's something that should
> be changed sometime, but it isn't yet). If you have different values the
> session management get's initialized with the values from the