Manticore Search; Errors when running last code of Tiki26 and index:rebuilt
- Status
- Open
- Subject
- Manticore Search; Errors when running last code of Tiki26 and index:rebuilt
- Version
- 26.x
- Category
- Regression
- Feature
- All / Undefined
- Resolution status
- New
- Submitted by
- Bernard Sfez / Tiki Specialist
- Lastmod by
- Bernard Sfez / Tiki Specialist
- Rating
- Description
On my Tiki26 live demo and after updating with todays code additions I have a new errors running i:r using php8.1.
The first run:
Copy to clipboardUnified search -------------- Engine: Manticore, version 6.0.4 1a3a4ea82@230314 (columnar 2.0.4 5a49bd7@230306) (secondary 2.0.4 5a49bd7@230306) 2 mins/2 mins [==========================>-] -- Processing wiki page documentsFunction strftime() is deprecated on line 82 of /home/tsaharoniki26/public_html/vendor_bundled/vendor/smarty/smarty/libs/plugins/modifier.date_format.php Undefined array key "tracker_field_productsPaymentPage" on line 29 of /home/tsaharoniki26/public_html/temp/templates_c/he_social^539213ef2c163309872e45fbbac4b6d80308e83b_0.file.checkout_inner.tpl.php A error was encountered while running a command Class "Search\Manticore\TikiFilter" not found on line 635 of /home/tsaharoniki26/public_html/lib/core/Search/Manticore/Index.php
The second run:Copy to clipboardEngine: Manticore, version 6.0.4 1a3a4ea82@230314 (columnar 2.0.4 5a49bd7@230306) (secondary 2.0.4 5a49bd7@230306) 2 mins/3 mins [==========================>-] -- Processing wiki page documentsA error was encountered while running a command Class "Search\Manticore\TikiFilter" not found on line 635 of /home/tsaharoniki26/public_html/lib/core/Search/Manticore/Index.php
The second error is due to
One error was fixed (see solution below).used in a Smarty temaple. (look to me like correct code and modifier)Copy to clipboard{$smarty.now|date_format:"%d/%m/%Y"}- Solution
I fixed one error changing a Smarty template condition from:
{if $row.tracker_field_productsPaymentPage}
to{if isset($row.tracker_field_productsPaymentPage)}- Importance
- 5
- Easy to solve?
- 5
- Priority
- 25
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 8459
- Created
- Thursday 13 July, 2023 11:27:26 UTC
by Bernard Sfez / Tiki Specialist - LastModif
- Friday 14 July, 2023 08:38:57 UTC