The error is:
Notice: this variable may not be empty: $_POST%22thread_sort_mode%22
After "$thread_sort_mode = $forum_info'threadOrdering';"
add the line:
if (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
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |