It has been a while since I've used coding.
A message board was converted to a newer version due to "internal server errors" (hosted by godaddy) They are telling the forum owner the error is occurring in the header
Quote:
|
[Thu Oct 14 10:10:35 2010] [error] [client 74.196.5.117] Premature end of script headers: /var/chroot/home/content/d/k/e/dkelley16/html/forums/index.php
|
I used the Firefox add-on "view source" :
Quote:
<script type='text/javascript'>
//<[!CDATA[
jsDebug = 0; /* Must come before JS includes */
USE_RTE = 0;
DISABLE_AJAX = parseInt(0); /* Disables ajax requests where text is sent to the DB; helpful for charset issues */
inACP = false;
//]]>
</script>
|
Is this the problem?
If so, can it be deleted without crashing everything?
|