Issue:
The iframe used for bootstrap modals was sometimes causing a server error for certain browsers/users. Apparently certain browsers/bots will actually request "about:blank" when it is set as the "src" of an <iframe>.
Fix:
In the footer's html find the modal html (usually at the very bottom) and remove the src="about:blank" attribute from the <iframe> tag highlighted below.