I have a javascript that I have been running on a website for years that is called with “document write “
suddenly when I go to make changes in the template I get this error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, .(JavaScript must be enabled to view this email address) and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
This script still works on the webpage. When I remove the code in the template it updates without the code and no error message. However, I have other templates in the same template group what will not allow any changes that does not include this code snippet or any other javascript. If I delete all the content and the just add plain text it updates. If I leave the existing code and make any changes it will throw the above error.
As an addendum: I just updated to 1.7 from 1.66, I noticed the problem in 1.66 that is why I updated.
I can update other templates in other groups but when I add the javascript code noted above it errors.
Very strange… I need some help.