[Tiki-devel] Tiki Wiki and ElasticSearch version
Bernard Sfez via TikiWiki-devel <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello Devs,
Is there some undocumented requirements about Tiki24 and ElsaticSearch ?
I see TONS of errors while indexing a Tiki24.x site running elasticSearch on a remote server:
NAME="CentOS Linux”, VERSION="7 (Core)”
php console.php i:r -p
[2022-12-08 11:08] Started rebuilding index...
Unified search
--------------
Engine: Elastic, version 6.8
34 secs/5 mins [===>------------------------] -- Processing article documentsTrying to access array offset on value of type bool on line 53 of /var/www/vhosts/xxxx/httpdocs/lib/core/Search/ContentSource/ArticleSource.php
Trying to access array offset on value of type bool on line 56 of /var/www/vhosts/xxxx/httpdocs/lib/core/Search/ContentSource/ArticleSource.php
Trying to access array offset on value of type bool on line 53 of /var/www/vhosts/xxxx/httpdocs/lib/core/Search/ContentSource/ArticleSource.php
This is about the site title and site url in RSS.
$rssModule = TikiLib::lib('rss')->get_rss_module($rssId);
if ($rssModule['sitetitle']) {
$sitetitle = $rssModule['sitetitle'];
}
if ($rssModule['siteurl']) {
$siteurl = $rssModule['siteurl'];
}
When I do the same operation with the same files and database on my local OSX running es 7.17 I don’t see those errors...
I have checked for possible version requirement but nothing I see to justify these errors:
https://doc.tiki.org/Requirements
https://doc.tiki.org/Elasticsearch
Thanks for sharing lights,
Bernard
_______________________________________________
TikiWiki-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel