Fullscreen
Loading...
 
Skip to main content

Page-link prevnext link creating duplicate path in url parsing

Status
Open
Subject
Page-link prevnext link creating duplicate path in url parsing
Version
21.x Regression
23.x
Category
  • Error
  • Usability
  • Support request
Feature
Trackers
Resolution status
New
Submitted by
Robert Andrews
Lastmod by
Robert Andrews
Rating
(0)
Description

I have a tracker with 2306 items that individuals can filter through. If the search result is large enough their is an option on the bottom to select a page of results or they can chose a next or previous button. The initial result is fine, but if they select any option they are redirected to a page that lists the "path" of the url twice i.e., "https://example.com/tiki-index.php/tiki-index.php?page=TrackerName&tr_offset1=25" the same issue happens when I select from tracker directly i.e., "https://example.com/tiki-view_tracker.php /tiki-view_tracker.php?trackerId=6&offset=25"
In both instances if I remove the duplicate "path" I get the desired result. However, I cannot expect the user to take this action. I have this issue with tiki21.4 and tiki23.0
It seems to be an issue with parsing the url and putting it back together with the path twice. I have been coming through lib/tikilib.php to see if I can find the issue. I didn't have this issue with tiki18 which was prior to the change in 21 that included converting from absolute to relative links

Files
  1. Exampleofprevnextissue 1
Importance
10 high
Easy to solve?
5
Priority
50
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
7942
Created
Monday 22 November, 2021 21:19:58 UTC
by Robert Andrews
LastModif
Saturday 06 July, 2024 10:21:44 UTC


Show PHP error messages