[TYPO3-english] Upgrade from Typo3 4.3 to 4.3 problem

Dmitry Dulepov dmitry at typo3.org
Wed Jul 7 08:52:19 CEST 2010


Hi!

Karl Wallace wrote:
> However, when I upgrade the source files, and then attempt to either remove 
> or install ANY extension the front end of the web site breaks and only 
> displays this error "NO entry in the $TCA-array for the table "tt_news". 
> This means that the function enableFields() is called with an invalid table 
> name as argument.".
> 
> Now, at this stage I have not compared the database or ran the upgrade 
> wizard, if I do this it makes no difference to the error however.
> If I uninstall the tt_news extension (version 3.0.1) OR the custom extension 
> the site will display ok in the front end again.
> I have spent quite a while researching what this could be but have had no 
> luck so far. Could the problem be caused by how the custom extension is 
> coded?
> 
> It was made using the kickstarter so the table definitions and TCA should be 
> all ok, unless there's a change from Typo3 4.2 to 4.3 that would affect it.

If you feel comfortable with PHP, search for "NO entry in the $TCA-array"
(without quotes) and add a debug_print_backtrace() before this line. This
will give you a full stac trace where this problem comes from.

-- 
Dmitry Dulepov
TYPO3 core&security teams member
Twitter: http://twitter.com/dmitryd
Read more @ http://dmitry-dulepov.com/


More information about the TYPO3-english mailing list