Re: Data lost when browser refreshed

2003-12-16 Thread Tom Conway
helps my immeadiate situation. I'll have to stick with vanilla perl/cgi for now, not a bad option. Thanks, Tom Original Message Follows From: Ged Haywood <[EMAIL PROTECTED]> To: Perrin Harkins <[EMAIL PROTECTED]> CC: Tom Conway <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Su

Re: Data lost when browser refreshed

2003-12-16 Thread Ged Haywood
Hi there, On 15 Dec 2003, Perrin Harkins wrote: > On Mon, 2003-12-15 at 18:58, Tom Conway wrote: > > I'm using RH8 and have the latest rpm. > > Newer source rpms (non-redhat) won't compile because of dependencies. > > Red Hat doesn't support that version anymore, do they? Sounds like you > need

Re: Data lost when browser refreshed

2003-12-15 Thread Perrin Harkins
On Mon, 2003-12-15 at 18:58, Tom Conway wrote: > I'm using RH8 and have the latest rpm. > Newer source rpms (non-redhat) won't compile because of dependencies. Red Hat doesn't support that version anymore, do they? Sounds like you need to either upgrade, learn how to build your own RPMs, or compi

Re: Data lost when browser refreshed

2003-12-15 Thread Stas Bekman
Tom Conway wrote: I'm using RH8 and have the latest rpm. Newer source rpms (non-redhat) won't compile because of dependencies. Try asking the packagers to make a new rawhide build of mp2. I see that rpmfind.net has only 1.99_09 ftp://216.254.0.38/linux/rawhide/1.0/SRPMS/mod_perl-1.99_09-10.src.rpm

Re: Data lost when browser refreshed

2003-12-15 Thread Tom Conway
I'm using RH8 and have the latest rpm. Newer source rpms (non-redhat) won't compile because of dependencies. Original Message Follows From: Stas Bekman <[EMAIL PROTECTED]> To: Tom Conway <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Data lost when browser r

Re: Data lost when browser refreshed

2003-12-15 Thread Stas Bekman
Tom Conway wrote: Unfortunately my RPM install of apache 2.0.40 doesn't support the latest mod_perl. It' not really an option right now. There is not much we can do then. what's the problem to upgrade to the latest apache rpm? __ St

Re: Data lost when browser refreshed

2003-12-15 Thread Tom Conway
Unfortunately my RPM install of apache 2.0.40 doesn't support the latest mod_perl. It' not really an option right now. Original Message Follows From: Stas Bekman <[EMAIL PROTECTED]> To: Tom Conway <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Data lost

Re: Data lost when browser refreshed

2003-12-15 Thread Stas Bekman
Tom Conway wrote: My initial browser-refresh problem was variable scoping and I've worked that out. I now have another odd problem. I have a function that reads params and creates update statements. Up to 18 lines of 5 elements each posted from a form. The Code is like... MyUpdate($dbc,$query)

Re: Data lost when browser refreshed

2003-12-15 Thread Tom Conway
ows From: Thomas Schindl <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Tom Conway <[EMAIL PROTECTED]> CC: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: Re: Data lost when browser refreshed Date: Mon, 15 Dec 2003 18:29:24 +0100 What submit-method are you using

Re: Data lost when browser refreshed

2003-12-15 Thread Thomas Schindl
What submit-method are you using? GET/POST maybe you are exceeding the GET-Maximum? What are you using CGI.pm or Apache::Request? You could retrieve params using @names = $cgi->param(). OT: You could also use placeholders, prepare the query once and execute it with your data within the loop. To

Data lost when browser refreshed

2003-12-15 Thread Tom Conway
My initial browser-refresh problem was variable scoping and I've worked that out. I now have another odd problem. I have a function that reads params and creates update statements. Up to 18 lines of 5 elements each posted from a form. The Code is like... MyUpdate($dbc,$query) for ($cn

Re: Data lost when browser refreshed

2003-11-26 Thread Stas Bekman
Sorry, Tom, looks like this message fell between the cracks. Fishing it out now. Tom Conway wrote: I got these errors when I did perl MakeFile.pl for mod_perl-1.99_11 I have a standard redhat 8.0 install with the latest rpms. DO I need to uninstall apache, mod_perl and do a source install? I'm afr

Re: Data lost when browser refreshed

2003-11-12 Thread Tom Conway
APXS (/usr/sbin/apxs) query for SBINDIR failed APXS (/usr/sbin/apxs) query for TARGET failed APXS (/usr/sbin/apxs) query for SYSCONFDIR failed Original Message Follows From: Stas Bekman <[EMAIL PROTECTED]> To: Tom Conway <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re:

Re: Data lost when browser refreshed

2003-11-11 Thread Stas Bekman
Tom Conway wrote: I'm just starting with mod_perl. I converted my cgi scripts for mod_perl usage. They work fine as plain cgi. When i go from one screen to another via submit or link, or just refresh a couple of times my data disappears. No errors, just a blank form. I have no idea what is wrong

Data lost when browser refreshed

2003-11-11 Thread Tom Conway
I'm just starting with mod_perl. I converted my cgi scripts for mod_perl usage. They work fine as plain cgi. When i go from one screen to another via submit or link, or just refresh a couple of times my data disappears. No errors, just a blank form. I have no idea what is wrong. I've verified a