Re: Trying to copy a theme
"J. Cox" <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.knowledge-base |
|---|---|
| Organization | Xaraya News Server |
| Message-ID | <[email protected]> |
"Kevin McCann" <[email protected]> wrote in message news:mailman.1046795641.17143.xaraya_knowledge-base-n5IRV0TL0hwRxVAL8JNkP+OyGI2DFzLe@public.gmane.org > >OK, I followed the exact same steps that you did, except for the name (used > >Classic instead), and I am not getting the error on my build. So lets > >narrow it down just a bit more. My title is on line 6 and not 7, so can you > >post everything between the <head> and </head> tags? > > > >Here's mine: > > > ><?xar type="page" ?> > > OK, this is embarrassing. I somehow managed to insert extraneous characters > into the first line so that it looked like this: > > <?ssic > xar type="page"> > > Don't ask me how I managed that, I never went near the top line, I > swear! .... sorry for wasting your time. Its not a waste at all:) If its done once, it will be done again. The parser can be rather strict with what it sees, unlike PHP which will throw out a parse error if its not exact. It probably will be a common problem for folks learning the templates. Just like with parse errors, sometimes you just need to look around the call, because error trapping isn't quite an exact science:)