RE: Embperl DBI - Sybase

2000-04-07 Thread mtoro
At 04:19 PM 4/7/00 -0400, Ilia Lobsanov wrote: > > -Original Message- > > From: mtoro [mailto:[EMAIL PROTECTED]] > > Sent: Friday, April 07, 2000 10:53 AM > > To: [EMAIL PROTECTED] > > Subject: Embperl DBI - Sybase > > > > > > hello, > > > > I have working Embperl with apache in a re

RE: EmbperlObject and title

2000-04-07 Thread Kaare Rasmussen
> You could try the following (I didn't have tried it, but I think it should > work. Further version of EmbperlObject will have such a mechanisem build in) It actually works! And it seems you can do almost anything with it! -- Kaare Rasmussen--Linux, spil,--Tlf:3816

RE: Embperl DBI - Sybase

2000-04-07 Thread Ilia Lobsanov
> -Original Message- > From: mtoro [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 07, 2000 10:53 AM > To: [EMAIL PROTECTED] > Subject: Embperl DBI - Sybase > > > hello, > > I have working Embperl with apache in a redhat 6.1 with DSO. > > I have many querys to Sybase DB and

Embperl DBI - Sybase

2000-04-07 Thread mtoro
hello, I have working Embperl with apache in a redhat 6.1 with DSO. I have many querys to Sybase DB and all work fine ... But When I make a restart o httpd daemon alway the querys whit EmbPerl exit whit signal 11. and the only action for correct this problem is re-boot the

RE: Embperl

2000-04-07 Thread Gerald Richter
> registry/errpage.htm > Error in Line 95 > Is: >< > Should: >Additionally, a 500 Internal Server Error< Try to fetch the newest CVS snapshot from perl.apache.org/from-cvs/embperl/ Does this change anything? If not, which version of Perl and Apache you are using? GErald --

Embperl

2000-04-07 Thread Nathanael D. Noblet
Hello, I had problems a few weeks ago installing Embperl. It would fail some of the httpd tests with an error 9 ? I used 1.2.1, 1.2b.1 and 1.3b1 but none of them worked, someone on this list pointed me to a file called embperl_2322172132.tar.gz And magically it worked. I get the same errors

RE: EmbperlObject and title

2000-04-07 Thread Gerald Richter
> > If you by "main page" mean the template Yes >(which I will assume) then it > will IMHO not be fine grained enough for most purposes. As I understand > EmbperlObjects, it can be used as a template to make a common look&feel > for your site. So you will place all the common stuff there, and ha

RE: EmbperlObject and title

2000-04-07 Thread Kaare Rasmussen
> I think normaly such a page would not contains a tag (or a > section), because it's already part of the main page. If you by "main page" mean the template (which I will assume) then it will IMHO not be fine grained enough for most purposes. As I understand EmbperlObjects, it can be used as a

RE: EmbperlObject and title

2000-04-07 Thread Gerald Richter
> > > What is the correct value? > > Not sure I understand your question, but I'll expand: This is taken from > the example from EO's doxpage: > Ok, now I understand what you mean. I think normaly such a page would not contains a tag (or a section), because it's already part of the main page.

RE: EmbperlObject and title

2000-04-07 Thread Kaare Rasmussen
> What is the correct value? Not sure I understand your question, but I'll expand: This is taken from the example from EO's doxpage: /foo/base.htm: ('*') [- Execute ('head.htm') -] [- Execute ('*') -] [-

RE: EmbperlObject and title

2000-04-07 Thread Gerald Richter
> > EO is a _very_ nice idea. There is a problem with the title, though, > because why will you want to have the same (or no) title for all your > pages? > > If I didn't miss it, there's no way to tell what title to use. I'll > suggest a placeholder in the base web page, something like > > ('*'

EmbperlObject and title

2000-04-07 Thread Kaare Rasmussen
EO is a _very_ nice idea. There is a problem with the title, though, because why will you want to have the same (or no) title for all your pages? If I didn't miss it, there's no way to tell what title to use. I'll suggest a placeholder in the base web page, something like ('*') and then in the

RE: Unexpected error on page ....

2000-04-07 Thread Gerald Richter
Hi , > >I'm encountering this message on a particular page ... with a > subroutine > &dbconnect which is in a lib.pl file and i have written something > like this > .. > > [- require "/apps/util/lib.pl"; &dbconnect; $sysdate=`date > '+%Y%m%d%H%M'`; $sth =$dbh->prepare("select * from

RE: POST data

2000-04-07 Thread Gerald Richter
> > I'm having problems with Embperl reading POST data. It consistently hangs. If the POSTED data is already read, Embperl will hang when it tries to read the POSTED data a second time. > GET is working fine. > I tried setting options => 256 when calling HTML::Embperl::Execute This is the corre

RE: Stack Undeflow with Execute

2000-04-07 Thread Gerald Richter
> > In this case I did have all the proper tags. The > > was being printed out by header.html, and the closing tags for > each of these > was being printed out by footer.html. > > The problem was that Embperl "forgot" that it had processed the open tags > already. So I just did a SetEnv EMBPERL