By: Damien
Date: 2013-12-04
Time: 19:18
|
"at least one tag corresponding to tbs:page is not found" error
Hello,
I'm trying to set-up some block variables in a Word docx document, using the [block_name.var;block=tbs:page] format. I want to print out several pages, each filled with a different person's info.
I was able to get this to work on my local testing (MAMP) server, but for some reason, after loading it onto my development server (Nginx using Ubuntu - if that matters), it's breaking. I get this error:
<br /><b>TinyButStrong Error</b> in block's definition [vbm.name...]: at least one tag corresponding to tbs:page is not found. Check opening tags, closing tags and embedding levels.<br />
<br /><b>TinyButStrong Error</b> Show() Method: The output is cancelled by the OpenTBS plugin because at least one error has occured.<br />
I went back to look at the xml coding and none of my tags are broken by Word's xml tags.. There is however, according to OPENTBS_DEBUG_XML_CURRENT debug setting, a lot of extraneous characters (hundreds of pages) after the closing document tag. I think that might be the cause - but don't know how to get rid of it.. Is there anything I should look at in my server configuration that would cause that to happen?
|
By: Skrol29
Date: 2013-12-05
Time: 23:57
|
Re: "at least one tag corresponding to tbs:page is not found" error
Hi,
There is no reason for TBS and OpenTBS to work differently on Linux, Windows or Mac.
Did you modify your template in Mac ?
|