<div dir="ltr">I believe the relevant section of your failing error log is this:<div><br></div><div><div><font face="monospace, monospace">[Wed Jun 21 time 2017] [error] [client ip-address] Response header name '[Wed Jun 21 10' contains invalid characters, aborting request, referer: <a href="http://pacoweb.net/cgi-bin/Admin/CDprivateMenu.pl">http://pacoweb.net/cgi-bin/Admin/CDprivateMenu.pl</a></font></div><div><font face="monospace, monospace">[Wed Jun 21 time 2017] [error] [client ip-address] SoftException in Application.cpp:256: File "/home4/pacowebn/public_html/500.php" is writeable by group, referer: <a href="http://pacoweb.net/cgi-bin/Admin/CDprivateMenu.pl">http://pacoweb.net/cgi-bin/Admin/CDprivateMenu.pl</a></font></div><div><font face="monospace, monospace">[Wed Jun 21 time 2017] [error] [client ip-address] Premature end of script headers: 500.php, referer: <a href="http://pacoweb.net/cgi-bin/Admin/CDprivateMenu.pl">http://pacoweb.net/cgi-bin/Admin/CDprivateMenu.pl</a></font></div><div><font face="monospace, monospace">[Wed Jun 21 time 2017] [error] [client ip-address] (-3)Unknown error 18446744073709551613: Failed to flush CGI output to client, referer: <a href="http://pacoweb.net/cgi-bin/Admin/CDprivateMenu.pl">http://pacoweb.net/cgi-bin/Admin/CDprivateMenu.pl</a></font></div></div><div><br></div><div>I've never done CGI programming, but from what I gather the first line says that the content CGI::Carp is putting in *STDOUT is ending up being treated as a header line in the HTTP response.  Since the date stamp starts with a '[', it isn't a valid header so the server assumes you're spewing junk and kills you.</div><div><br></div><div>Perhaps try having it output to *STDERR, which potentially ends up in one of those logs you've posted or (assuming you have permissions to write to somewhere -- perhaps your applications www directory) append to your own log file on the server so you can see the rest of what it's trying to produce.</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 21, 2017 at 9:47 AM, Joel Fentin <span dir="ltr"><<a href="mailto:joel@fentin.com" target="_blank">joel@fentin.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I got in. Attached is a text file with 3 logs. Errors when it works. Errors when it doesn't work. And php errors; I don't use php.<br>
<br>
It's all pretty much Greek to me.<br>
<br>
-------<br>
<br>
Physical issues prevented me from attending the last two meetings. I hope to attend the upcoming meeting.<span class="im HOEnZb"><br>
<br>
==============================<wbr>===<br>
<br>
On 6/20/2017 6:16 AM, Brian Manning wrote:<br>
</span><span class="im HOEnZb"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, Jun 19, 2017 at 10:13 PM, Joel Fentin <<a href="mailto:joel@fentin.com" target="_blank">joel@fentin.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The result is the same; a blank white screen. A control U displays:<br>
<!-- SHTML Wrapper - 500 Server Error --><br>
as before.<br>
</blockquote>
<br>
The reason for the HTTP 500 error is most likely in the error logs for<br>
your hosting provider's web server.<br>
<br>
If your hosting provider doesn't give you access to the error logs for<br>
your virtual host, I suggest switching to a hosting provider that does<br>
give you access, as access to the error logs is crucial for<br>
troubleshooting when there's issues with your CGI scripts, as you're<br>
now finding out.<br>
<br>
Thanks,<br>
<br>
Brian<br>
<br>
<br>
<br>
</blockquote>
<br></span><div class="HOEnZb"><div class="h5">
-- <br>
Joel Fentin       tel: <a href="tel:760-749-8863" value="+17607498863" target="_blank">760-749-8863</a><br>
Personal Website: <a href="http://fentin.com" rel="noreferrer" target="_blank">http://fentin.com</a><br>
</div></div><br>______________________________<wbr>_________________<br>
San-Diego-pm mailing list<br>
<a href="mailto:San-Diego-pm@pm.org">San-Diego-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/san-diego-pm" rel="noreferrer" target="_blank">http://mail.pm.org/mailman/<wbr>listinfo/san-diego-pm</a><br></blockquote></div><br></div></div>