[TYPO3-templavoila] tv data structure error afterserverreplacement
Cate & Peter
catepeter at optusnet.com.au
Wed Jul 11 23:38:33 CEST 2007
Hi Dmitry
>Check xml structure. Most likely you have < or > there (somewhere in
><TypoScript>) or tag is not closed properly or you have html tag inside
><TypoScript>....
This is the xml ... I can't find an error like you described, perhaps you
can see another one...
<ROOT type="array"><?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
<meta type="array">
<langDisable>1</langDisable>
</meta>
<ROOT type="array">
<tx_templavoila type="array">
<title>ROOT</title>
<description>Select the HTML element on the page
which you want to be the overall container element for the
template.</description>
</tx_templavoila>
<type>array</type>
<el type="array">
<field_topnav type="array">
<tx_templavoila type="array">
<title></title>
<sample_data type="array">
<numIndex
index="0">topnav</numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<tags>*:inner</tags>
<TypoScriptObjPath>lib.topnav</TypoScriptObjPath>
</tx_templavoila>
</field_topnav>
<field_breadcrumbs type="array">
<tx_templavoila type="array">
<title></title>
<sample_data type="array">
<numIndex
index="0">breadcrumbs</numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<tags>*:inner</tags>
<TypoScriptObjPath>lib.breadcrumbs</TypoScriptObjPath>
</tx_templavoila>
</field_breadcrumbs>
<field_infohubnav type="array">
<tx_templavoila type="array">
<title>InfoHub Nav</title>
<sample_data type="array">
<numIndex
index="0"></numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<tags>*:inner</tags>
<TypoScriptObjPath>lib.infohubnav</TypoScriptObjPath>
</tx_templavoila>
</field_infohubnav>
<field_latestarticles type="array">
<tx_templavoila type="array">
<title></title>
<sample_data type="array">
<numIndex
index="0"></numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<tags>*:inner</tags>
<TypoScriptObjPath>lib.latestarticles</TypoScriptObjPath>
</tx_templavoila>
</field_latestarticles>
<field_mostread type="array">
<tx_templavoila type="array">
<title></title>
<sample_data type="array">
<numIndex
index="0"></numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<tags>*:inner</tags>
<TypoScriptObjPath>lib.mostread</TypoScriptObjPath>
</tx_templavoila>
</field_mostread>
<field_todaysdate type="array">
<tx_templavoila type="array">
<title></title>
<sample_data type="array">
<numIndex
index="0"></numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<tags>*:inner</tags>
<TypoScriptObjPath>lib.todaysdate</TypoScriptObjPath>
</tx_templavoila>
</field_todaysdate>
<field_copyright type="array">
<tx_templavoila type="array">
<title></title>
<sample_data type="array">
<numIndex
index="0"></numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<tags>*:inner</tags>
<TypoScriptObjPath>lib.copyright</TypoScriptObjPath>
</tx_templavoila>
</field_copyright>
<field_editwikinav type="array">
<tx_templavoila type="array">
<title>Edit InfoHub Wiki</title>
<sample_data type="array">
<numIndex
index="0"></numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<tags>*:inner</tags>
<TypoScriptObjPath>lib.editwikinav</TypoScriptObjPath>
</tx_templavoila>
</field_editwikinav>
</el>
</ROOT>
</T3DataStructure>
But when I go into tv, all that shows is
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
<ROOT>L</ROOT>
</T3DataStructure>
In List View, the full XML is editable, and there are 10 references showing
to the DS
:S Thanks
Cate
More information about the TYPO3-project-templavoila
mailing list