[TYPO3-english] Upgrade 4.6 to 6.2.3 - Update sys_refindex table

Philipp Gampe philipp.gampe at typo3.org
Thu Aug 21 20:45:10 CEST 2014


Hi Christoph,

Christoph Ascherl wrote:

> Reason are links in content elements of hidden or (from database point of
> view: logical) deleted pages where the targed (usually the file in
> fileadmin) does not exist anymore. cli_dispatch.phpsh lowlevel_refindex -c
> does not detect these broken links.
> 
> I found this solution which requires using a SQL client for the mysql
> database: check if the result of this query matches the list of "Reference
> index was probably out of date" elements select * from sys_refindex where
> softref_key = 'typolink_tag' AND ref_table = '_FILE';
> 
> If so you can update these records:
> update sys_refindex set softref_key = 'typolink' where softref_key =
> 'typolink_tag' AND ref_table = '_FILE';

Did you file a bug for this?

Maybe we can fix this for others updating later :)

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!



More information about the TYPO3-english mailing list