Is there a common answer to a cgi script not displaying the bottom of some pages? My script works fine when I upload it to another domain or even another subdomain, however it seems to not finish diplaying some pages bottoms in parts of it. I had this happen about two years ago and was able to fix it with some guidance, but cant remember much about the details. Im a real newbie at this, but this is something that is considered simple basics to you guys.

I could direct you to the same page on both the working and not working sites so you are able to see but not sure if they like posting urls in this forum but can send them if needed.

These are the same files in both top level and sub domains and its running correctly in one while in the top level domain it seems to not be generating the bottom half of some pages delivered via cgi. Its the same file, download it from one and change the path and upload to the other and vise versa? This is an example of the same page from both sites, as you can see the top level one seems to not be able to complete the page or display the footer while the sub domain displays it all correctly.

http://www.bidderssite.com/cgi-bin/auction/auction.cgi
http://erotica.bidderssite.com/cgi-bin/auction/auction.cgi

http://www.bidderssite.com/cgi-bin/auction/auction.cgi?action=gallery
http://erotica.bidderssite.com/cgi-bin/auction/auction.cgi?action=gallery

http://www.bidderssite.com/cgi-bin/auction/auction.cgi?action=feat
http://erotica.bidderssite.com/cgi-bin/auction/auction.cgi?action=feat

Additionally I tested the script out under a different IP and domain of bidderssite.NET and it works fine there as well.
http://www.bidderssite.net/cgi-bin/auction/auction.cgi?action=gallery
So this is why I have to ask for the guidance of the monks..

In reply to CGI Script Not Showing Bottom of Page by Baffled

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.