[TYPO3-mvc] updateRefIndex() fails

Jochen Rau jochen.rau at typo3.org
Thu Mar 29 19:06:53 CEST 2012


Hi Martin,

Hmm, that should not have happened. You might want to disable the function by setting:

config.tx_extbase.persistence.updateReferenceIndex = 0

That's Extbase's default setting. It might be, that the following line sets the referenceIndex to NULL.

$this->referenceIndex = t3lib_div::makeInstance('t3lib_refindex');

-Jochen


On Tue, Mar 27, 2012 at 09:58:17AM +0200, Martin Ernst wrote:
> Hello,
> 
> I have a TYPO3 4.6.6 installtion with Templavoila 1.6.1.
> 
> Since yesterday I get this fatal error when I save and exit the
> mappings of a TV template:
> 
> Fatal error: Call to a member function updateRefIndexTable() on a
> non-object in /home/knuspdbs/typo3_src_466/typo3/sysext/extbase/Classes/Persistence/Backend.php
> on line 589
> 
> I also get this error when I create a new Direct Mail mailing from
> an internal page.
> 
> When this error appeard first, I ran TYPO3 4.6.0 with TV 1.6.1.
> That's why i Updated to 4.6.6, but that did not help. I also
> downgraded TV to 1.6.0, but that did not help either.
> 
> The server runs PHP 5.3.6, extbase is current (1.4.3).
> 
> A different installtion on the same server (running typo3 4.6.3 with
> TV 1.6.0) works fine.
> 
> Any help greatly appreciated.
> Martin


More information about the TYPO3-project-typo3v4mvc mailing list