Skip to main navigation Skip to main content Skip to page footer

Solution for “modules was requested to be downloaded in different versions (x.x and y.y)”

If, when installing extensions in TYPO3, the message appears that "modules" was requested to be downloaded in different versions (e.g. "x.x and y.y"), the cause is often outdated/stale data in the extension list from the TYPO3 Extension Manager.

Quick fix

Empty the table tx_extensionmanager_domain_model_extension in your TYPO3 database and try again. The table will be repopulated automatically with up‑to‑date data on the next fetch.

Steps

  • Using SQL (via phpMyAdmin/Adminer/CLI), run:
TRUNCATE TABLE tx_extensionmanager_domain_model_extension;
  • Alternatively, use your DB tool’s “delete all rows” on that table (do not drop the table!).

Afterwards, reload the Extension Manager (extension list) or repeat your action.

Shopping basket 0 Products

The Demo is build with*

EXT:bootstrap_package for site-package aka theme build on Bootsrap 5.

EXT:modules for user plugins like user-profile, registration, user-addresses, and more.

EXT:shop for the whole shop functionality.

EXT:questions for the FAQ page and FAQs attached in the product detail views.

EXT:glossaries for the glossaries and definitions.

EXT:fluid_fpdf for generating invoices, delivery-notes, product-sheets and more.

EXT:parsedown_extra for rendering the extension documentations from markdown to HTML.

* There are only build-in settings made using site-settings & TypoScript – no templates or other files were changed or overridden!