Cross posting from the EECore forum because I didn’t have access to this forum until late last night. Here goes:
We migrated to a new web host this weekend and ever since then, 2 pages of our website do not function. The page is white with no errors, not even with debugging turned on. No errors in the error.log file either. The page is: http://www.learningfocused.com/index.php/resources/learning-focused-clients
A working version can be found on our original web host at: http://new.www.learningfocused.com/index.php/resources/learning-focused-clients
On the new host, I’ve even blanked the template to be empty only displaying the words “Test” and still get nothing. Any assistance would be most appreciated. Thanks.
Additional Info:
Old server PHP version is 5.1.6 and new version is 5.2.17 running EE 1.6.9 both running on Linux Apache2
UPDATE:
Apparently, this is the offending code:
<div class="accordion">
<h3>{if schools_have_data == "Yes"}/images/icons/chart_bar.png{if:else}/images/icons/blank.png{/if} {if show_data == "Yes"}<span>/images/icons/magnifier.png</span>{if:else}/images/icons/blank.png{/if}<a href="#%22class=%22read-more1" class="read-more1 active">{title}</a></h3>
<p></div>If I remove the DIV surrounding the H3 tag, the page loads, however, it isn’t formatted correctly due to missing some of the other HTML tags needed. Any thoughts as to why a DIV would cause EE to display a blank page with 0 errors?