Hey John,
Thanks for chiming in. This is very frustrating!
I am running EE 1.7, build 20101018.
I was using .htaccess to remove index.php but I disabled it and the problem remains, so that’s not it.
Error reporting: I caused it to bring up a blank page and immediately checked my php error log. I received the following error:
[01-Dec-2010 15:18:33] PHP Parse error: syntax error, unexpected T_STRING in /Applications/MAMP/htdocs/summittotalhealth/sum_hea_sys/core/core.functions.php(663) : eval()'d code on line 72
Here is my search code:
{embed="includes/head" pageTitle="Search Results for '{exp:search:keywords}'"}
<body id="search-results" class="no-bk-main">
<div id="wrapper">
<div id="container">
{embed="includes/pageTop"}
<div id="content" class="png_bg">
<div id="main">
<div id="services_intro">
{exp:search:search_results}
<div class="searchResult">
<h3><a href="http://{auto_path}">{exp:search_marker}{title}{/exp:search_marker}</a></h3>
<p> <div class="timeStamp"><span class="strong">Published on {entry_date format="%l, %F %d, %Y"}</div><br />
{if "{article_teaser}"}{exp:search_marker}{article_teaser}{/exp:search_marker}{/if}<br />
{if "{vid_summary}"}{exp:search_marker}{vid_summary}{/exp:search_marker}{/if}<br />
</div><br />
{/exp:search:search_results}<br />
{if paginate}<br />
{paginate}<br />
{/if}<br />
</div><br />
</div><br />
{embed="includes/sidebar"}<br />
<div class="clear"></div><br />
</div><br />
{embed="includes/footer"}<br />
</div><br />
</div><br />
</body><br />
</html>
I am using the search_marker plugin, but I disabled that just to check and it still results in a blank page, so I don’t think that’s the problem.
I hope this helps…