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
- 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_tracker1The 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+
-
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
- 5144
- Created
- Sunday 16 February, 2014 05:24:43 UTC
by lindon - LastModif
- Sunday 16 February, 2014 05:39:50 UTC