Bug #15977
closedPHP error when updating reference index
0%
Description
After upgrading from 3.8.1 the interface gives this error:
Important notice!
- The Reference Index table is empty which is likely to be the case because you just upgraded your TYPO3 source. Please go to Tools>DB Check and update the reference index.
It is highly recommended that you change this immediately.
So I go "Check and Update" and then this happens...
Warning: Invalid argument supplied for foreach() in /Applications/xampp/htdocs/quickstart/t3lib/class.t3lib_refindex.php on line 656
Here is the code it is referring to:
line: 656: foreach ($allRecs as $recdat) {
(issue imported from #M3112)
Files
Updated by Karsten Dambekalns over 18 years ago
This should only happen if a table is defined in $TCA but not present in the database. Please make sure you did run the Database Compare Tool in the Install Tool and all tables/fields are there as required.
Updated by H Klausner over 18 years ago
Same problem here on a fresh install of 4.0 final on 2 different servers. Did update and check of Reference Index. Database compare says "Table and field definitions OK"
Updated by Christian Kuhn over 15 years ago
Is this still a problem in current versions?
Updated by Christian Kuhn over 15 years ago
Hmm, no further feedback for quite some time.
I'll close this issue for now, please reopen if this is still reproducible.