first commit

This commit is contained in:
Sven Wappler
2021-04-17 21:20:54 +02:00
parent c93ec9492a
commit cadcc8edb4
406 changed files with 4917 additions and 5157 deletions

View File

@@ -33,7 +33,7 @@ use TYPO3\CMS\Reports\Status;
*
* @author Ingo Renner <ingo@typo3.org>
*/
class AllowUrlFOpenStatus extends AbstractSolrStatus
class AllowUrlFOpenStatus extends AbstractMeilisearchStatus
{
/**
@@ -51,7 +51,7 @@ class AllowUrlFOpenStatus extends AbstractSolrStatus
$severity = Status::ERROR;
$value = 'Off';
$message = 'allow_url_fopen must be enabled in php.ini to allow
communication between TYPO3 and the Apache Solr server.
communication between TYPO3 and the Meilisearch server.
Indexing pages using the Index Queue will also not work with
this setting disabled.';
}