Loading...
 
Skip to main content

PluginTracker does not show input form after saving an item

Status
Open
Subject
PluginTracker does not show input form after saving an item
Version
10.x
11.x
12.x
9.x
Category
  • Usability
Feature
Trackers
Wiki Plugin (extends basic syntax)
Resolution status
New
Submitted by
lindon
Lastmod by
lindon
Rating
(0)
Related-to
Description

After submitting a tracker item using PluginTracker, the form doesn't show after the page refreshes. This is because of certain url parameters that are added when the page refreshes. For example the url upon refresh can be:
tiki-index.php?page=HomePage&ok=y&iTRACKER=1#wikiplugin_tracker1

The parameters in bold above cause the form to not show. If the following lines are commented out in wikiplugin_tracker.php (around line 986 in 12x) then the form will show:

Copy to clipboard
} else if (!empty($page)) { $url = "tiki-index.php?page=".urlencode($page); if (!empty($itemId)) { $url .= "&itemId=".$itemId; } $url .= "&ok=y&iTRACKER=$iTRACKER"; $url .= "#wikiplugin_tracker$iTRACKER"; header("Location: $url"); exit;


I set the admin password for the show instance to 12345. See instructions for recreating on the home page of the show instance.

Workaround
Comment out the lines indicated in the description above.
Importance
7
Easy to solve?
6
Priority
42
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5144
Created
Sunday 16 February, 2014 05:24:43 UTC
by lindon
LastModif
Sunday 16 February, 2014 05:39:50 UTC


Show PHP error messages