Would someone please point out what simple thing I am missing here? I
am just playing around with the Apache::EmbperlFilter, and every time
I load a page that uses that handler, I get:
[Wed Feb 7 16:39:01 2001] [error] Can't locate object method "filter_input" via
package "Apache" (perhaps yo
Yup, the problem with DBD-Oracle was that AutoCommitting of blobs didn't
work. From Tim Bunce:
--
Ah, there are issues with BLOBS and AutoCommit.
Hack the source:
Near the top of post_execute_lobs():
D_imp_dbh_from_sth;
SV *dbh = DBIc_MY_H(imp_dbh);
And at the very bottom of the function:
>
> Here is what I have:
>
> PerlSetEnv EMBPERL_SESSION_CLASSES "Oracle Null"
> PerlSetEnv EMBPERL_SESSION_ARGS
"DataSource=dbi:Oracle:host=oracle;sid=tsec UserName=user Password=passwd
Commit=1"
>
Storeing sessions in Oracle was always a problem. Mike from iii reported
that he had to patch DBD::
>
> Did you see this post?
>
Oops, of course I saw it (and answered to it), but it seems I should take
some more sleep and less working ;-)
> Everything is working okay, except for Embperl. Whenever I try to
connect
> to the mySQL database, Apache SEG faults, with no messages in the
> embpe
> Use of uninitialized value in concatenation (.) at (eval 1386) line 97.
>
Also this is harmless, would be nice to fix it. Could you please send me the
files test/conf/httpd.conf and test/conf/config.pl ?
>
> [-1]Subroutine main::trans redefined at
> /usr/src/embperl/test/conf/startup.pl line 1
10x!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Gerald Richter wrote:
> > [1175]ERR: 24: Line 3: Error in Perl code: Recursive inheritance
> > detected while looking for method 'get_tour' in package
> > 'HTML::Embperl::DOC::_3' at
> > /www/crazyguyonabike/com/htdocs/journal/contents/init.html line 13.
> >
>
> I have fixed this also in the cur
> >
> > The following problem may or may not be related to the other stuff which
> > we are looking at.
>
> It wasn't related. It was an error in the way Embperl had handled the
> searching for the ../ case. I have fixed it in the current cvs version.
>
> Gerald
Yes, testing the latest CVS with
Gerald,
The latest CVS has a slight problem the first time you run 'make test'.
The output is below, and I am forwarding the log file to you separately.
This is on RedHat 7 Linux with all patches and updates, Apache 1.3.14,
mod_perl 1.24_01. However I notice that if you simply run make test
again
>
> I can't seem to get this to work? I can check both %udat and %mdat,
> and I see the _session_id (they are different values), but if I assign
> anything to the hash, it doesn't seem to go beyond the page I assign
> it. I see information making it to the database, but only two rows in
> the
I can't seem to get this to work? I can check both %udat and %mdat,
and I see the _session_id (they are different values), but if I assign
anything to the hash, it doesn't seem to go beyond the page I assign
it. I see information making it to the database, but only two rows in
the database for
Hi,
> is it possible 2 run Embperl with windows 200 and iis ?
>
Yes. You can run it as cgi. Use embpcgi.bat to start it
Gerald
P.S. Please send further questions to the mailing list
-
Gerald Richterecos electronic communication
Hi,
>
> I'm sorry, I had to rewrite everything from scratch (not only because
> of EO problems) and I cann't bring the previous version into the
> testable state in reasonable amount of time. I tried to make a small
> test case but it seems to work now. However I'm still experiencing
> strange p
Neil,
>
> [1175]ERR: 24: Line 3: Error in Perl code: Recursive inheritance
> detected while looking for method 'get_tour' in package
> 'HTML::Embperl::DOC::_3' at
> /www/crazyguyonabike/com/htdocs/journal/contents/init.html line 13.
>
I have fixed this also in the current CVS version. This was d
Neil,
>
> The following problem may or may not be related to the other stuff which
> we are looking at.
It wasn't related. It was an error in the way Embperl had handled the
searching for the ../ case. I have fixed it in the current cvs version.
Gerald
-
15 matches
Mail list logo