Problem with Apache::Session::DBI

2000-10-25 Thread Alberto Mateos
I should explain better: Once, in one of my mod_perl files, I did this trying to delete all the data from a session: tied(%session)->delete I know is wrong. Anyway since I did this I can't request any page from the server. I removed the code from where it was. The error I see in the l

memory leak under WinNT

2000-10-25 Thread Harshy Wanigasekara
Hi All, I've looked through the maillist archives, and FAQs and guides and docs, with no help. I've got a memory leak problem running embedded perl under Apache on Windows NT. I've reduced the problem set as much as I can, to the following Apache::Registry script: --- # Filename: te

Re: Problems with Apache::Session::DBI

2000-10-25 Thread G.W. Haywood
Hi there, On Wed, 25 Oct 2000, Alberto Mateos wrote: > I've re-installed apache and mod_perl but apache don't works > (Interval server error). That's "InterNal server error" and it probably means Apache is working fine, but your Perl/DBI stuff has a problem. I'd remove the DBI stuff and make s

Problems with Apache::Session::DBI

2000-10-25 Thread Alberto Mateos
Hi! I get this message in my error_log with using Apache::Session::DBI: [Wed Oct 25 17:37:24 2000] [error] Can't locate object method "populate" via package "Apache::Session::DBI" at /usr/lib/perl5/site_perl/5.005/Apache/Session.pm line 368. This occurs after I executed: tied(%session)->delet

RE: cvsweb

2000-10-25 Thread John Kirkland
I am running cvsweb under Apache::Registry, and current versions of cvsweb work fine. There have been explicit code changes in cvsweb in the past year or so to get it to work better under mod_perl. Regards, John -Original Message- From: Robin Berjon [mailto:[EMAIL PROTECTED]] Sent: Tues

imagemagick

2000-10-25 Thread test
This code does not work under modperl though tested as a small commandline script it does work. Also when I change the m6 to a number(ie primary recordkey) it will work Very strange Although I work around this by using the numbers, I feel a bit limited by using numbers only.. Maybe the bogus D

cvsweb

2000-10-25 Thread Robin Berjon
Hi, maybe I didn't search the archives properly but I couldn't find any mention of this. I'd like to set up a web interface to CVS for other people in my company, under mod_perl instead of as plain CGI. Has anyone here run cvsweb.cgi (or another such script) under Apache::Registry or the such ? H