CMSMS Ver: 1.2
Problem: This happens in 2 places- when making a new template and when editing a template in the template admin area. Basically, I add in all the code for my template, triple-check I don't have anything that won't be parsed by Smarty (code not contained within literal or other specified tags), and I click submit. Seems to work fine. When I go back to the template admin to edit/review my template coding, 80% of is gone. Like it was never even entered. Wtf? While still in the edit screen, I re-add the code that has somehow gone missing. I click 'Apply' and I get an error that says: "Could not Save: 503 -- Service Temporarily Unavailable". So, and still in the edit screen, I click the Submit button instead. Back in the Template admin section, I go to check and see if my custom template is fully intact, and I'm again greeted with a page missing almost all of the coding.
To better explain, let's say I tried to input the following code while adding a new template:
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<title>{sitename} - {title}</title>
{metadata}
{stylesheet}
{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}
</head>
</__body>
<a name="top"></a>
<table><tr><td>
blahblahblahblah
</td></tr></table>
<br /><br />
<table><tr><td>
blahblahblahblah
</td></tr></table>
<br /><br />
<table><tr><td>
blahblahblahblah
</td></tr></table>
<br /><br />
<table><tr><td>
blahblahblahblah
</td></tr></table>
<br /><br />
<table><tr><td>
blahblahblahblah
</td></tr></table>
<br /><br />
<a href="#top">top of page</a>
<__body>
</__html>