1

I have made a clean typo3 6.2.4 install and then installed the "news" extension. But if I now click on the extension in the left menu of the typo3 backend I get the following error:

Table 'lanto01_typo3.tx_news_domain_model_category' doesn't exist.

I understand that the table is missing in the database. But how can I fix this?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Tom
  • 1,547
  • 7
  • 27
  • 50

1 Answers1

5

Go to the Install Tool -> Important Actions and click on Database Compare. This compares your current database to the configuration files and you can automatically fix missing tables or fields.

In older TYPO3 versions (< 6.2) you'll find this in menu item Database Analyser in the Install Tool.

Sven R.
  • 1,049
  • 17
  • 24