2021-04-17 00:26:33 +02:00
< f:if condition = "{showSelectOtherPage}" >
< f:then >
< f:be.infobox title = "No site could be found." state = "3" >
2021-04-17 21:20:54 +02:00
< p > Please choose other page in the page tree, which has meilisearch configured.< / p >
2021-04-17 00:26:33 +02:00
< / f:be.infobox >
< / f:then >
< f:else >
< p > When all of these steps are done check this module again.< / p >
2021-04-17 21:20:54 +02:00
< f:be.infobox title = "There is no site configured for your meilisearch extension!" state = "3" >
2021-04-17 00:26:33 +02:00
< p > Please check the following:< / p >
2021-04-17 21:20:54 +02:00
< p > If you want to use meilisearch with the TYPO3 site configuration:< / p >
2021-04-17 00:26:33 +02:00
< ul >
< li > Your site has a page, marked as root page.< / li >
< li > Configure EXT:meilisearch with the TYPO3 site module.< / li >
2021-04-17 21:20:54 +02:00
< li > Check the reports module if any meilisearch error is shown.< / li >
2021-04-17 00:26:33 +02:00
< / ul >
< hr / >
< p > < strong > OR< / strong > < / p >
< hr / >
2021-04-17 21:20:54 +02:00
< p > If you want to use meilisearch with the legacy configuration (domain record and typoscript of EXTCONF setup):< / p >
2021-04-17 00:26:33 +02:00
< ul >
2021-04-17 21:20:54 +02:00
< li > Your site has a domain configured, please create a domain record on the root page, or configure it in "TYPO3_CONF_VARS|EXTCONF|meilisearch|sites|###rootPageId###|domains"< / li >
2021-04-17 00:26:33 +02:00
< li > Your site has a page, marked as root page.< / li >
2021-04-17 21:20:54 +02:00
< li > Your page has included the meilisearch typoscript configuration.< / li >
< li > You've initialized the meilisearch connections in the backend with the menu item "Initialize meilisearch connections"< / li >
2021-04-17 00:26:33 +02:00
< li > Afterwards please check if the reports module is showing any errors.< / li >
< / ul >
< / f:be.infobox >
< / f:else >
< / f:if >