[opencms-dev] problem openning a page

Nico Krause Nico.Krause at nsc.eu.com
Fri Mar 7 15:49:16 CET 2003


Hi Mathi,
 
Your Template is wrong coded.
If you should start not like this
 
<TEMPLATE>
<META>xyz..</META>
</TEMPLATE>
 
you cannot insert any HTML code without telling it the the XML code by 
please do it like this:
<TEMPLATE><![CDATA[
<html>
<meta></meta>
</html>
]]>
</TEMPLATE>
 
Please look carefully at your XML code! 
 
Nico
 
 
 
 
-----Original Message-----
From: Thangamathi Djearamane [mailto:thangamathi.djearamane at fisystem.com] 
Sent: Freitag, 7. März 2003 15:37
To: opencms-dev at www.opencms.org
Subject: [opencms-dev] problem openning a page
 
 I just installed opencms to create one application. I created 3 templates
(master, content & frame templates) as like in the opencmsdoc. After
creating a page file with my master template, i have a system error when i
open this file. 
Like a java script problem :

com.opencms.core.CmsException: 21 XML parsing error. Detailed error: Cannot
parse XML file
"/system/modules/org.opencms.default/templates/masterTemplate1".
org.xml.sax.SAXParseException: The element type "META" must be terminated by
the matching end-tag "</META>".. 
Anyone can help me.
Thanks a lot.
Mathi
 
 
I don't know how much this helps but you can execute the query 
"SHOW PROCESSLIST" in a mysql console (or any other mysql frontend) 
so can see exactly how many connections do you have at a given point. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20030307/33180e93/attachment.htm>


More information about the opencms-dev mailing list