[TYPO3] Section index no more working in T3 v4.0.1 + TV 1.1.0 ? [FIXED]
Hervé Inisan
typo3 at self-access.com
Tue Aug 29 11:13:41 CEST 2006
> > Hervé Inisan wrote:
> > > Hi everybody,
> > >
> > > It seems that Sitemap "Section index (pagecontent w/index
> checked)"
> > > is broken in T3 v4.0.1 + TV 1.1.0.
> > > Other sitemap types work (hum, didn't try them all), but this one
> > > doesn't display anything at all.
> > >
> > > I saw in the bug tracker that this bug was identified in an older
> > > version (but it seems it was closed).
> > > Everything is working fine in T3 v4.0.0 + TV 0.4.0.
> > >
> > > Is there any patch available (or I am doing something wrong ;-)) ?
> > >
> > > TIA,
> > > -- Hervé Inisan.
> > >
> >
> > I have the same problem, one day it just stopped working and I am
> > still running v3.8 and I don't use TV. All the pages where
> it used to
> > work the content isn't any longer displayed. I have no clue
> why this
> > happened, but it is very annoying. All the other sitemaps
> work, just
> > the one I like to use a lot doesn't.
> >
> > I sure would like to find out how to fix it.
>
> hm, just a guess:
> have you looked for the resulting typoscript?
> maybe you have broken the TS for this 'menu' accidently.
>
> use the TypoScript Object Browser for your page where it
> should work and look for "tt_content.menu.20.?"
>
> search your menu (?=1..7) and compare it to an installation
> which is working
>
> Hervé Inisan wrote:
>
> > Thank you Dmitry for your answer.
> > In my case, the sitemap is just rendered as:
> >
> > <!-- Menu/Sitemap element: [begin] --> <ul class="csc-menu
> > csc-menu-3"></ul>
> > <!-- Menu/Sitemap element: [end] -->
> >
>
> that says ?=3
>
> Bernd
Thank you Bernd for your advice: it gave me the hint.
I had a look at the TypoScript Object Browser and saw the menu
(tt_content.menu.20.3) was ok.
The [where] clause says (as in other T3 installations) : colPos=0
Now, if I have a look at the TemplaVoilà DS (the XML def), I see a tag
saying oldStyleColumnNumber=0 (for a particular zone of my template), and
oldStyleColumnNumber=1 (for another zone). This results in a colPos=0 or
colPos=1 in the tt_content records. That's why the menu won't show (of
course, all my sections where in colPos 1).
I imagine there are 2 ways to solve the problem:
1. Change the TV datastructure (and update the tt_content.colPos field to
0). But at the moment, I suppose there would be side effects on TV... (Can
Dmitry confirm?).
2. Change the TS for tt_content.menu.20.3 :
[where]=colPos>0
The second option did the trick for me.
Perhaps TV should only set oldStyleColumnNumber=0, as there is no particular
column in TV?
Hope that it can help you also, Marlies.
Thanks again,
-- Hervé Inisan.
More information about the TYPO3-english
mailing list