Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Ahh that was a mistake on my end. I accidentally used a PHP 5.4 syntax. In library/XenES/Model/Elasticsearch.php, you can fix it by changing:[code]$mappings = [];[/code]to:[code]$mappings = array();[/code]I'd strongly recommend that you upgrade your PHP version if possible though.
Ahh that was a mistake on my end. I accidentally used a PHP 5.4 syntax. In library/XenES/Model/Elasticsearch.php, you can fix it by changing:
[code]$mappings = [];[/code]
to:
[code]$mappings = array();[/code]
I'd strongly recommend that you upgrade your PHP version if possible though.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences