first commit
This commit is contained in:
@@ -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.';
|
||||
}
|
||||
|
Reference in New Issue
Block a user