trackers filter
- Status
- Closed
- Subject
- trackers filter
- Version
- 6.x
- Category
- Error
- Usability
- Feature
- Trackers
- Resolution status
- Fixed or Solved
- Submitted by
- Igor Balezin
- Lastmod by
- Ushindi Gedeon
- Rating
- Description
Syntax error is present in the file "lib/trackers/trackerlib.php" row 870:
syntax errorCopy to clipboard... if (in_array($keys[0], array('<', '>', '<=', '>='))) { ...Manual for function in_array()
:
manualCopy to clipboardbool in_array ( mixed $needle , array $haystack [, bool $strict ] )May be need correct row 870 for code:
syntax errorCopy to clipboard... if (in_array(array('<', '>', '<=', '>='),$keys[0])) { ...- Solution
- Workaround
- 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
- 3776
- Created
- Monday 31 January, 2011 02:27:28 UTC
by Igor Balezin - LastModif
- Tuesday 30 June, 2026 15:36:42 UTC