Hi everyone thanks for your input.
The thing is that I havent touched the site in a couple of months & everything has been working perfectly up until a few days ago. Something changed outside of my control…
The error is occurring on all pages where the weblog:entries tag pair are present.
Here’s an example of my template code (with hard coded html omitted)
///header////
<div id="slider" class="clearfix">
{exp:weblog:entries weblog="slideshow"}
<div class="raster clearfix">
<div id="slide">
{slide-image}
<a href="http://{link}" title="{caption}" class="slideImageLink">_ {exp:imgsizer:size src=_ </a>
{/slide-image}
</div><!--slide-->
</div>
{/exp:weblog:entries}
</div><!--slider-->
<div class="clear"></div>
{exp:weblog:entries weblog="blog" status="featured" limit="1" orderby="date"}
{exp:lg_replace:haystack needles="gallery|image_1|image_2|image_3|image_4|image_5|image_6|image_7|image_8|image_9|image_10|image_11|image_12"}
<h4><a href="http://{title_permalink=blog/entry}">{title}</a></h4>
<p> {summary}<br />
<br />
{blog-image}<br />
{exp:lg_replace:replacement needle="image_{row_count}"} <br />
<div class="floatleft"><br />
<a href="http://{title_permalink=blog/entry}" title="Continue to article">{exp:imgsizer:size src=</a><br />
</div> <br />
{/exp:lg_replace:replacement}<br />
{/blog-image}<br />
{/exp:lg_replace:haystack}<br />
<a href="http://{title_permalink=blog/entry}" title="Continue to article" class="readmore">...Peruse article</a><br />
{/exp:weblog:entries}<br />
</p>
<p> <br />
{exp:freeform:form form_name="newsletter" form_id="signup" required="name|email" notify="[email protected]" template="email_signup" return="{segment_1}"}</p>
<p> <fieldset class="fieldset"><br />
<label for="name"><em>»</em>Name</label><br />
<input type="text" id="name" class="input-text" name="name" size="30" maxlength="35" value="" /><br />
<br />
<label for="keywords"><em>»</em>Email</label><br />
<input type="text" id="email" class="input-text" name="email" size="30" maxlength="35" value="" /></p>
<p> <input id="go" type="submit" name="submit" value="Submit" class="submit-button"/></p>
<p> </fieldset><br />
{/exp:freeform:form}<br />
<br />
////omitted///</p>
<p><br />
{exp:weblog:entries weblog="mini-portfolio"}<br />
{portfolio-image}<br />
<a href="http://{image}" rel="port" class="album-image">{exp:imgsizer:size src=</a><br />
{/portfolio-image}<br />
{/exp:weblog:entries}</p>
<p><br />
////omitted///<br />
<br />
<br />
{exp:freeform:form template="contact_form" required="name|email|message" return="site/thankyou" notify="[email protected]"}<br />
<fieldset class="fieldset"></p>
<p> <label for="name"><em>»</em>Name</label><br />
<input type="text" id="name" class="input-text" name="name" size="50" maxlength="35" value="" /></p>
<p> <label for="keywords"><em>»</em>Email</label><br />
<input type="text" id="email" class="input-text" name="email" size="50" maxlength="35" value="" /></p>
<p> <label for="keywords"><em>»</em>Message</label></p>
<p> <textarea id="message" name="message" rows="20" cols="57" class="input-text"></textarea><br />
<br />
{if captcha}</p>
<p> Please enter the word you see in the image below:</p>
<p> {captcha}</p>
<p> <input type="text" name="captcha" value="" size="20" maxlength="20" /></p></p>
<p> {/if}<br />
<input id="go" type="submit" name="submit" value="Submit" class="submit-button"/><br />
<br />
</fieldset><br />
{/exp:freeform:form} <br />
</p>
<p>///footer///
@Sean I’m definitely on build 1.6.8, also went through all my embeds and they are using weblog as opposed to channel. Checked manually in addition to doing a find & replace in the CP.
My host did do an upgrade to MySQL 5.1 from MySQL 5.0 but I dont think that could have anything to do with it?
I’m worried that an extension/module updated itself in the background or that a 3rd party somehow got my ftp details. Not sure.