FriendsOfTYPO3 / introduction

The official Introduction Package for TYPO3
https://typo3.org/
GNU General Public License v2.0
19 stars 27 forks source link

Introduction Package 4.6 not working on cms-base-distribution12 #105

Closed florinphp closed 10 months ago

florinphp commented 11 months ago

Typo3 CMS ddev installation:

compose.json shows:

Following errors occur in backend: Web -> List : An exception occurred while executing a query: Table 'db.index_config' doesn't exist Web -> Indexing : An exception occurred while executing a query: Table 'db.index_phash' doesn't exist Admin Tools -> Maintainance/Settings/Upgrade/Environment are not displaying anything anymore

gilbertsoft commented 11 months ago

Hi @florinppgmail , looks like you missed to run composer exec typo3 extension:setup like mentioned in the docs see https://docs.typo3.org/p/typo3/cms-introduction/4.6/en-us/Installation.html

florinphp commented 11 months ago

Hey @gilbertsoft , thanks for the quick reply. Indeed I reached that Installation page and saw the second command.

I guess the Extension page is somehow misleading, regarding the installation instructions just with the composer command. Can someone add the second command in the "Install extension via composer command" tab below in the extension page?

Also, I've tried to follow up some of the instructions from the Maintainance page and it seems there are some issues:

In the hope that I'm not doing it wrong somehow, could this be double checked for accuracy?

Thank you for your support Gilbert!

gilbertsoft commented 11 months ago

I guess the Extension page is somehow misleading, regarding the installation instructions just with the composer command. Can someone add the second command in the "Install extension via composer command" tab below in the extension page?

Agree, the instructions on TER could be better for distributions where typo3 extension:setup is a must.

I've created an issue for TER see https://git.typo3.org/services/t3o-sites/extensions.typo3.org/ter/-/issues/591

Also, I've tried to follow up some of the instructions from the Maintainance page and it seems there are some issues:

* `ddev reset ` command is not available anymore

* `ddev render-docs` command is not available

* the docs url https://docs.introduction..ddev.local/ is not workin either

This is related to the maintenance of the Introduction Package and only available if you clone the repository. Please carefully read the box at the top of the page.

florinphp commented 11 months ago

That's great. Thank you for the support with updating instructions and the clarifications on the Maintainance page.

gilbertsoft commented 10 months ago

Change at TER is done and will be deployed soon.