[TYPO3-dev] No more content when working with TRUNK

Dmitry Dulepov dmitry.dulepov at gmail.com
Wed Nov 5 11:33:04 CET 2008


Hi!

Francois Suter wrote:
> Additional information, I'm using TemplaVoilà, could there be any
> incompatibility at work here?

This could a recent change related to includeLibs and the way most
TV–based sites are created.

The problem happens when you use this PAGE object:

page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page

After recent change in trunk the file for TV is no longer included
by TYPO3.

You can change PAGE object to be like this:

page.10 < plugin.tx_templavoila_pi1
page.10.userFunc = tx_templavoila_pi1->main_page

Everything will work again.

-- 
Dmitry Dulepov
TYPO3 translations support
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog:
http://typo3bloke.net/post-details/max_os_x_use_php_help_in_chm_format/




More information about the TYPO3-dev mailing list