fresh opening of tiki home page tiki-index (I removed a warning) is it OK
- Status
- Open
- Subject
- fresh opening of tiki home page tiki-index (I removed a warning) is it OK
- Version
- 25.x
- Category
- Patch
- Feature
- Wiki (page view, edit, history, rename, etc)
- Resolution status
- New
- Submitted by
- Kevin Doyle
- Lastmod by
- Kevin Doyle
- Rating
- Description
The following appeared at top of browser window, when opening most versions of tiki
Warning: in_array() expects parameter 2 to be array, bool given in binderlib.php on line 51I changed: if (in_array($categId, $descendants)) {
to: if (in_array($categId, array($descendants))) {
Now the warning is gone.
IS this OK?- 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
- 8369
- Created
- Friday 24 March, 2023 17:30:03 UTC
by Kevin Doyle - LastModif
- Friday 24 March, 2023 17:30:03 UTC