Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

suddenly errors


Go to End


2 Posts   1380 Views

Avatar
AlexHayden

Community Member, 4 Posts

4 August 2008 at 11:09pm

So i just got to the end of the 1st tutorial and everything was going well until i tried to update after i broke the ss files up into subtemplates. After I edited the ss files and updated the cms with the flush all i can get is

XML Parsing Error: mismatched tag. Expected: </body>.
Location: http://localhost/silverstripe-v2.2.2
Line Number 63, Column 6: </div>
--------------------------^

Now I cant even get to the login screen for the cms, i hope this is just something simple that i have overlooked in my inexperience.

Any light that people can shed would be a great help

-Alex

Avatar
Willr

Forum Moderator, 5523 Posts

4 August 2008 at 11:50pm

just an XML error in your template - probably missing a closing </div> or </p> tag. You might of just missed or deleted something when you spilt it up