Question
Template deletes Recordsets
This is the Template page code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
" http://www.w3.org/TR/html4/loose.dtd">
<!-- DW6 -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>LSE Link for LSE employees</title>
<!-- TemplateEndEditable -->
<link href="../css/lseemployee.css" rel="stylesheet" type="text/css" />
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</head>
<body>
<div id="navbar"><a href="../welcome.htm">Home</a> <a href="#">News and Events</a> <a href="../admin/logintoast.php">Forum </a><a href="../admin/noticeboard.php">Noticeboard </a><a href="../pensioners/pensioners.php">LSE Pensioners area </a><a href="mailto:admin@lselink.co.uk">Contact </a><a href="#">From the CEO</a><a href="../admin/reportfault.php">Report a fault</a>
</div>
<div id="pagebanner"></div>
<!-- Begin Wrapper-->
<div id="wrapper">
<div id="fullpage"><br />
<!-- TemplateBeginEditable name="body" -->
<h1 align="center">Welcome to LSE Employee</h1>
<p align="center"> </p>
<p>This Site is to benefit current and past LSE employees and their families.</p>
<p>As well as providing a way for LSE to communicate with it's employees the Site is also intended to enable employees past and present to communicate with each other. For this we have a Forum and also a Noticeboard. </p>
<p>All employees are aware of LSE's rich history and a function of the Site is share memories, both by images and also by text.</p>
<p>There are opportunities for the LSE employee to contribute to the Site and also a special feature, to submit suggestions to assist the business to succeed in the present. </p>
<p>We hope you enjoy visiting the Site many times. If you have any ideas to enhance the service then please contact us. </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"></p>
<!-- TemplateEndEditable -->
</div>
<div id="siteInfo"><a href="../privacy.htm">Privacy Statement</a> |<a href="../terms.htm">Terms of use for Exchange</a><a href="mailto:admin@lselink.co.uk"> Contact Us</a> |©2006 LSE Employee </div>
<!--End Wrapper-->
</div>
</body>
</html>
I make a new page from the Template, convert it to a PHP extension then buid a Recordset on the page.
When the Template is updated, the Recordset is removed from every page.
I have been doing this for some time with out any problem but now I can't update without lossing all my work
As you can see, there is no PHP or any other code above the HTML region and the Child pages all have "codeOutsideHTMLIsLocked="false" so there should be no problem.
Any ideas?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
" http://www.w3.org/TR/html4/loose.dtd">
<!-- DW6 -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>LSE Link for LSE employees</title>
<!-- TemplateEndEditable -->
<link href="../css/lseemployee.css" rel="stylesheet" type="text/css" />
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</head>
<body>
<div id="navbar"><a href="../welcome.htm">Home</a> <a href="#">News and Events</a> <a href="../admin/logintoast.php">Forum </a><a href="../admin/noticeboard.php">Noticeboard </a><a href="../pensioners/pensioners.php">LSE Pensioners area </a><a href="mailto:admin@lselink.co.uk">Contact </a><a href="#">From the CEO</a><a href="../admin/reportfault.php">Report a fault</a>
</div>
<div id="pagebanner"></div>
<!-- Begin Wrapper-->
<div id="wrapper">
<div id="fullpage"><br />
<!-- TemplateBeginEditable name="body" -->
<h1 align="center">Welcome to LSE Employee</h1>
<p align="center"> </p>
<p>This Site is to benefit current and past LSE employees and their families.</p>
<p>As well as providing a way for LSE to communicate with it's employees the Site is also intended to enable employees past and present to communicate with each other. For this we have a Forum and also a Noticeboard. </p>
<p>All employees are aware of LSE's rich history and a function of the Site is share memories, both by images and also by text.</p>
<p>There are opportunities for the LSE employee to contribute to the Site and also a special feature, to submit suggestions to assist the business to succeed in the present. </p>
<p>We hope you enjoy visiting the Site many times. If you have any ideas to enhance the service then please contact us. </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"></p>
<!-- TemplateEndEditable -->
</div>
<div id="siteInfo"><a href="../privacy.htm">Privacy Statement</a> |<a href="../terms.htm">Terms of use for Exchange</a><a href="mailto:admin@lselink.co.uk"> Contact Us</a> |©2006 LSE Employee </div>
<!--End Wrapper-->
</div>
</body>
</html>
I make a new page from the Template, convert it to a PHP extension then buid a Recordset on the page.
When the Template is updated, the Recordset is removed from every page.
I have been doing this for some time with out any problem but now I can't update without lossing all my work
As you can see, there is no PHP or any other code above the HTML region and the Child pages all have "codeOutsideHTMLIsLocked="false" so there should be no problem.
Any ideas?
