Re: 404 error -- but wc code executes...

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 36906
interpreted = N
texte = The page receiving the post writes the data to a db, and then it is displayed in a founditems context. The page will display if I click the refresh button after receiving the 404. I like your theory.----- Original Message ----- From: Dan Zaitsu To: WebCatalog Talk Sent: Monday, July 02, 2001 4:14 PM Subject: Re: 404 error -- but wc code executes... > Does the page receiving the large post, write the data to the browser? > The reason why I ask is because I've run into a 1MB size limit for > WebCat-generated-web-pages before. When writing scripts to generate annual > reports, I would often run into errors stating the page being generated > exceeded a 1MB size limit. When this happens, I just redirect my output to > a text file and this works fine for me. > Now I could be wrong and this size limit I ran into may not be WebCat's > limit but my web server's or even my browser's, -- I didn't really look into > the problem since I was able to work around it. > If your receiving page DOES write the posted data to the browser, I would > suggest commenting out that portion of your script, and see if that helps. > If your receiving page DOES NOT write the posted data to the browser, then > this probably does not apply to you at all... > DanZ > > > > on 7/2/01 6:58 AM, Bob McPeak at bob@greenmarketplace.com wrote: > > > Good idea, but no, it's not a timeout. The 404 error page loads > > immediately. > > > > ----- Original Message ----- > > From: Peter Werno > > To: WebCatalog Talk > > Sent: Monday, July 02, 2001 4:04 AM > > Subject: Re: 404 error -- but wc code executes... > > > > > >> Could it be that your code is sometimes taking too long, so your browser > >> gets a timeout error? > >> > >> Ciao, > >> > >> Peter > >> > >> On Mon, 2 Jul 2001 09:27:21 > >> Bob McPeak wrote: > >>> There are a couple includes on the template, but sometimes the page > >>> loads > >>> fine. It's the inconsistency that has me confused. > >>> ----- Original Message ----- > >>> From: Christer Olsson > >>> To: WebCatalog Talk > >>> Sent: Monday, July 02, 2001 4:59 AM > >>> Subject: Re: 404 error -- but wc code executes... > >>> > >>> > >>>>> I'm seeing some weirdness where I post a form to a template (in > >>> this case > >>> a > >>>>> lot of data is being posted -- 20 fields with up to 200 characters > >>> each, > >>> at > >>>>> most) and instead of being able to view the page I post to, I get > >>> a 404 > >>>>> error (page can not be displayed.) The webcatalog code on the > >>> receiving > >>>>> page DOES execute every time as far as I can tell, whether the > >>> page loads > >>> or > >>>>> not. I DO NOT get the 404 error every time, but can't figure out > >>> what > >>> the > >>>>> determining factor is. > >>>>> > >>>>> Any guesses? Anybody seen this before? > >>>> > >>>> Maybe an [INCLUDE] file WebCat can't find? > >>>> -- > >>>> > >>>> ************************************************************* > >>>> Christer Olsson Stora Nygatan 21 Phone +46 40 791 50 > >>>> Ljusa Idéer AB S-211 37 Malmoe Fax +46 40 97 99 77 > >>>> Sweden http://www.ljusaideer.se > >>>> > >>>> ------------------------------------------------------------- > >>>> This message is sent to you because you are subscribed to > >>>> the mailing list . > >>>> To unsubscribe, E-mail to: > >>>> To switch to the DIGEST mode, E-mail to > >>> > >>>> Web Archive of this list is at: http://search.smithmicro.com/ > >>> > >>> > >>> ------------------------------------------------------------- > >>> This message is sent to you because you are subscribed to > >>> the mailing list . > >>> To unsubscribe, E-mail to: > >>> To switch to the DIGEST mode, E-mail to > >>> > >>> Web Archive of this list is at: http://search.smithmicro.com/ > >> > >> > >> ------------------------------------------------------------- > >> This message is sent to you because you are subscribed to > >> the mailing list . > >> To unsubscribe, E-mail to: > >> To switch to the DIGEST mode, E-mail to > > > >> Web Archive of this list is at: http://search.smithmicro.com/ > > > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > > Web Archive of this list is at: http://search.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: 404 error -- but wc code executes... (Bob McPeak 2001)
  2. Re: 404 error -- but wc code executes... (John Peacock 2001)
  3. Re: 404 error -- but wc code executes... (Bob McPeak 2001)
  4. Re: 404 error -- but wc code executes... (Dan Zaitsu 2001)
  5. Re: 404 error -- but wc code executes... (John Peacock 2001)
  6. Re: 404 error -- but wc code executes... (Bob McPeak 2001)
  7. Re: 404 error -- but wc code executes... (Bob McPeak 2001)
  8. Re: 404 error -- but wc code executes... (Christer Olsson 2001)
  9. Re: 404 error -- but wc code executes... (Peter Werno 2001)
  10. Re: 404 error -- but wc code executes... (Bob McPeak 2001)
  11. Re: 404 error -- but wc code executes... (Jesse Proudman (Lists Account) 2001)
  12. 404 error -- but wc code executes... (Bob McPeak 2001)
The page receiving the post writes the data to a db, and then it is displayed in a founditems context. The page will display if I click the refresh button after receiving the 404. I like your theory.----- Original Message ----- From: Dan Zaitsu To: WebCatalog Talk Sent: Monday, July 02, 2001 4:14 PM Subject: Re: 404 error -- but wc code executes... > Does the page receiving the large post, write the data to the browser? > The reason why I ask is because I've run into a 1MB size limit for > WebCat-generated-web-pages before. When writing scripts to generate annual > reports, I would often run into errors stating the page being generated > exceeded a 1MB size limit. When this happens, I just redirect my output to > a text file and this works fine for me. > Now I could be wrong and this size limit I ran into may not be WebCat's > limit but my web server's or even my browser's, -- I didn't really look into > the problem since I was able to work around it. > If your receiving page DOES write the posted data to the browser, I would > suggest commenting out that portion of your script, and see if that helps. > If your receiving page DOES NOT write the posted data to the browser, then > this probably does not apply to you at all... > DanZ > > > > on 7/2/01 6:58 AM, Bob McPeak at bob@greenmarketplace.com wrote: > > > Good idea, but no, it's not a timeout. The 404 error page loads > > immediately. > > > > ----- Original Message ----- > > From: Peter Werno > > To: WebCatalog Talk > > Sent: Monday, July 02, 2001 4:04 AM > > Subject: Re: 404 error -- but wc code executes... > > > > > >> Could it be that your code is sometimes taking too long, so your browser > >> gets a timeout error? > >> > >> Ciao, > >> > >> Peter > >> > >> On Mon, 2 Jul 2001 09:27:21 > >> Bob McPeak wrote: > >>> There are a couple includes on the template, but sometimes the page > >>> loads > >>> fine. It's the inconsistency that has me confused. > >>> ----- Original Message ----- > >>> From: Christer Olsson > >>> To: WebCatalog Talk > >>> Sent: Monday, July 02, 2001 4:59 AM > >>> Subject: Re: 404 error -- but wc code executes... > >>> > >>> > >>>>> I'm seeing some weirdness where I post a form to a template (in > >>> this case > >>> a > >>>>> lot of data is being posted -- 20 fields with up to 200 characters > >>> each, > >>> at > >>>>> most) and instead of being able to view the page I post to, I get > >>> a 404 > >>>>> error (page can not be displayed.) The webcatalog code on the > >>> receiving > >>>>> page DOES execute every time as far as I can tell, whether the > >>> page loads > >>> or > >>>>> not. I DO NOT get the 404 error every time, but can't figure out > >>> what > >>> the > >>>>> determining factor is. > >>>>> > >>>>> Any guesses? Anybody seen this before? > >>>> > >>>> Maybe an [include] file WebCat can't find? > >>>> -- > >>>> > >>>> ************************************************************* > >>>> Christer Olsson Stora Nygatan 21 Phone +46 40 791 50 > >>>> Ljusa Idéer AB S-211 37 Malmoe Fax +46 40 97 99 77 > >>>> Sweden http://www.ljusaideer.se > >>>> > >>>> ------------------------------------------------------------- > >>>> This message is sent to you because you are subscribed to > >>>> the mailing list . > >>>> To unsubscribe, E-mail to: > >>>> To switch to the DIGEST mode, E-mail to > >>> > >>>> Web Archive of this list is at: http://search.smithmicro.com/ > >>> > >>> > >>> ------------------------------------------------------------- > >>> This message is sent to you because you are subscribed to > >>> the mailing list . > >>> To unsubscribe, E-mail to: > >>> To switch to the DIGEST mode, E-mail to > >>> > >>> Web Archive of this list is at: http://search.smithmicro.com/ > >> > >> > >> ------------------------------------------------------------- > >> This message is sent to you because you are subscribed to > >> the mailing list . > >> To unsubscribe, E-mail to: > >> To switch to the DIGEST mode, E-mail to > > > >> Web Archive of this list is at: http://search.smithmicro.com/ > > > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > > Web Archive of this list is at: http://search.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Bob McPeak

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

[OT Rebound] how to set w* backgroundserver (2002) WebCommerce: Folder organization ? (1997) Frames and cart values (1998) Emailer on NT! (1998) WebCat2 several catalogs? (1997) Setting up shop (1997) Editor (2000) Help with searching dates from mysql dump & searching between (2006) # fields limited? (1997) triggers busted on 5/31 (2000) [addlineitems] display (1997) Superfilous Characters (1998) High ASCII inside [LOOKUP] inside [LISTWORDS] (1998) Separate SSL Server (1997) [include ...] behavior (1997) Share Snippet? (1999) (2003) MacOS alias identification? (1998) WebDNA Solutions ... sorry! (1997) [WebDNA] grep code (2009)