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

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 36904
interpreted = N
texte = 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... DanZon 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/ 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)
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... DanZon 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/ Dan Zaitsu

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:

Free pack for the New UPS ratings and services tool (2000) WebCatalog2 Feature Feedback (1996) help testing quicktime delivery (1997) emailer w/F2 (1997) emails sent twice (2001) WebCatalog for guestbook ? (1997) help needed: Non-english characters in WebCatalog (1997) emailer (1997) Wierd webdna problem and terminal message (2005) Error Lob.db records error message not name (1997) Looking up two prices in database? (1997) Bug? (1997) frames & carts (1997) Big Databases (1997) File Uploads... (1997) WebCat2 - storing unformatted date data? (1997) Greeting Card System (2000) sending formatted e-mail? (1998) [REPLACE] inside [FOUNDITEMS] (1998) Pref settings? (1998)