Hi,
hab mir jetzt schon echt einen Wolf gesucht und ich bekomm es nicht hin.
Arbeite mit Typo3 4.5 LTS
Versuche gerade ein ganz einfaches HTML Template mit TV zu mappen und es kommt immer der Fehler
Invalid template values in 1 elements:
Leider gibt es keine weiteren Details Infos... auch nicht im Error Tab. Und die Tipps im Netz haben mich auch nicht weitergebracht...
Hab jetzt wirklich keine Ahnung mehr was ich noch anders machen soll.
Mein HTML Template sieht wie folgt aus:
Code:
<html>
<head>
<title>Beschreibung der Seite</title>
</head>
<body>
<div id="nav">
<ul>
<li>level1</li>
<li>level1
<ul>
<li>level2</li>
</ul>
</li>
</ul>
</div>
<div id="content">
<h1>asdfafs</h1>
<p>test</p>
</div>
</body>
</html>
Das ist eine art minimal Testcase. Wobei ich eben nav und content entsprechend mappe.
Hier ein Screenshot von der entsprechenden TV Seite http://www.zumodrive.com/share/arCnMmU0NG
Hoffentlich hat mir jemand ein Tipp.
Code:
<T3DataStructure>
<meta type="array">
<langChildren type="integer">1</langChildren>
<langDisable type="integer">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>
<tags>body</tags>
</tx_templavoila>
<type>array</type>
<el type="array">
<field_content type="array">
<tx_templavoila type="array">
<title>Main Content Area</title>
<description>Pick the HTML element in the template where you want to place the main content of the site.</description>
<sample_data type="array">
<numIndex index="0">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque porta erat vitae nisl. In hac habitasse platea dictumst. Aliquam ac urna. Morbi magna mauris, semper ut, varius in, convallis vitae, nulla. Proin massa lorem, mollis eget, rutrum vitae, commodo id, risus. Curabitur scelerisque risus eget odio. Proin laoreet blandit elit. Aenean varius, sapien laoreet dapibus volutpat, risus lorem ornare wisi, lobortis venenatis nisl augue sed purus. Nam suscipit viverra justo. Suspendisse tincidunt. Nullam vel quam.</numIndex>
</sample_data>
<eType>ce</eType>
<tags>table:outer,td:inner,div:inner,p,h1,h2,h3,h4,h5</tags>
<oldStyleColumnNumber>0</oldStyleColumnNumber>
<TypoScript>
10= RECORDS
10.source.current=1
10.tables = tt_content
</TypoScript>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>group</type>
<internal_type>db</internal_type>
<allowed>tt_content</allowed>
<size>5</size>
<maxitems>200</maxitems>
<minitems>0</minitems>
<multiple>1</multiple>
<show_thumbs>1</show_thumbs>
</config>
<label>Main Content Area</label>
</TCEforms>
</field_content>
<field_menu type="array">
<tx_templavoila type="array">
<title>Main menu</title>
<description>Pick the HTML container element where you want the automatically made menu items to be placed.</description>
<sample_data type="array">
<numIndex index="0">[Menu goes here]</numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<tags>table:inner,ul,div,tr,td</tags>
<eType_EXTRA type="array">
<objPath>lib.mainMenu</objPath>
</eType_EXTRA>
<TypoScriptObjPath>lib.mainMenu</TypoScriptObjPath>
</tx_templavoila>
</field_menu>
<field_submenu type="array">
<tx_templavoila type="array">
<title>Sub menu (if any)</title>
<description>Pick the HTML container element where you want the automatically made submenu items to be placed.</description>
<sample_data type="array">
<numIndex index="0">[Menu goes here]</numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<tags>table:inner,ul,div,tr,td</tags>
<eType_EXTRA type="array">
<objPath>lib.subMenu</objPath>
</eType_EXTRA>
<TypoScriptObjPath>lib.subMenu</TypoScriptObjPath>
</tx_templavoila>
</field_submenu>
</el>
</ROOT>
</T3DataStructure>
Grüße
Manuel
Lesezeichen