Hi,
In the meantimem add this to typo3conf/extTables.php:
# Trick for 4.5beta1
$modules = array('web_txtemplavoilaM1', 'web_txtemplavoilaM2');
foreach ($modules as $module) {
t3lib_extMgm::addNavigationComponent($module, 'typo3-pagetree', array(
'TYPO3.Components.PageTree'
));
}
Cheers
Xavier