Click twice on "Preview" in tiki-view_forum_thread results an error
- Status
- Closed
- Subject
- Click twice on "Preview" in tiki-view_forum_thread results an error
- Version
- 4.x
- Category
- Error
- Less than 30-minutes fix
- Feature
- Forum
- Resolution status
- Fixed or Solved
- Submitted by
- HobbyBlobby
- Lastmod by
- Ushindi Gedeon
- Rating
- Description
The error is:
Notice: this variable may not be empty: $_POST%22thread_sort_mode%22
- Solution
After "$thread_sort_mode = $forum_info'threadOrdering';"
add the line:Copy to clipboardif (empty($thread_sort_mode) && isset($_REQUEST['thread_sort_mode'])) $thread_sort_mode = $_REQUEST['thread_sort_mode'];
This could be fixed instead by r29737 and r29736 instead. Please check- Workaround
- Easy to solve?
- 8
- Priority
- 40
- 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
- 3110
- Created
- Monday 12 April, 2010 15:11:30 UTC
by HobbyBlobby - LastModif
- Tuesday 02 June, 2026 08:24:29 UTC