[TYPO3-templavoila] strange mapping problem with TV 0.4.0

Dirk Völlger forums at thebiketour.net
Wed Jan 18 13:49:16 CET 2006


Hello,

I already sent a mail to th german and english mailinglist, sorry for
X-Posting, but I did not see the TV-Newsgroup before and have no working
answer yet, so I do another try:

I just experience a very strange mapping Problem with Templavoile
(0.4.0, Typo3 3.8.1). When mapping the second or third <div> I always
get an -no content found- error. If I map those <div>'s alone, that
means, without mapping other <div>'s it works. I always choose -Inner-
when mapping. Starting with <body>, which I also define as <inner>. Then
I map -uppermenu- (have a look on html below), Inner as well, works
fine. Afterwards I map -topmenu- no problems yet. But when choosing the
<div> -inhalt- the error appears for that box as well as for the
<div>-box I just mapped before (in this case -topmenu-) No matter which
combination I choose, normally the error happens when mapping the third
<div>. I am using Debian Sarge on and PHP 4.3.10-16. Is there probably
any php-modul to be installed, cause I read smth about array problems
with TV.

Et voilà, here is my html structure (its validated by the way, checked
it out standalone with the css)


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type"/>
  <title>mydomain.tld</title>
  <link rel="stylesheet" type="text/css" href="styles.css"/>
</head>


<body>

<div id="page">

      <div id="uppermenu">
         <ul>
            <li><a href="#">link1</a></li>
            <li><a href="#">link2</a></li>
         </ul>
      </div> 

        <div id="toppart">
                <div id="box1">
                </div>
        </div> 

        <div id="topmenu">
           <ul>
              <li><a href="#">link3</a></li>
              <li><a href="#">link4</a></li>
           </ul>
        </div> 

        <div id="left">
        </div> 

        <div id="inhalt">
           <h1>Test</h1>
           <h2>test</h2>
           <p>lorem ipsum</p>
        </div>

         <div id="footer">
                designed by <span>me</span>
         </div> 

</div>
</body>
</html>



More information about the TYPO3-project-templavoila mailing list