Hello all,
I recently moved my wiki from my local pc to the webserver. The problem is that in the
/xwiki/bin/view/FAQs/NumberedSections in the wiki on the webserver the
{code}
#set($context.tocNumbered = true)
#set($context.tocData = $tdoc.getTOC(2, 6, true))
{code}
Is not working it's just displayed empty, While on my local pc its working fine.
The database is the same in both and the wiki is the exact one.
The only difference is that the web server version is running on tomcat 5 instead of
tomcat 6 which I am running on my local pc. Is this the problem?
Many thanks