[TYPO3] Update reference index question

Tim Boesenkool boesenkool at gmail.com
Sun Oct 1 20:18:13 CEST 2006


Can anyone tell me by the following information if there is a problem
in the sys_refindex table that could be producing the "The Reference
> Index table is empty ..." error?

CREATE TABLE `sys_refindex` (
`hash` varchar(32) NOT NULL default '',
`tablename` varchar(40) NOT NULL default '',
`recuid` int(11) NOT NULL default '0',
`field` varchar(40) NOT NULL defaul...

/*!40000 ALTER TABLE `sys_refindex` DISABLE KEYS */;

LOCK TABLES `sys_refindex` WRITE;

INSERT INTO `sys_refindex` VALUES
('d671b14e17eabecc95969ac0df2b003e','static_template',24,'include_static','','','',0,0,'static_template',19,''),('09a00450c79baae1fabfa535e2ed7b1f','static_templat...

UNLOCK TABLES;

/*!40000 ALTER TABLE `sys_refindex` ENABLE KEYS */;




On 9/30/06, Dmitry Dulepov <typo3 at accio.lv> wrote:
> Hi!
>
> Tim Boesenkool wrote:
> > When I return to the front end i still have the same "The Reference
> > Index table is empty ..." in its glorious red box.
>
> Firsts, check database with install tool. If it is ok, look at
> sys_refindex table in the database, I guess it is empty. If so, you may
> need PHP knowledge to find where the problem is: track queries, etc.
>
> --
> Dmitry Dulepov
>
> Web: http://typo3bloke.net/
> Skype: callto:liels_bugs
>
> "It is our choices, that show what we truly are,
> far more than our abilities." (A.P.W.B.D.)
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list