Actions
Bug #7075
closedInstall from web title URLs missing domain
Start date:
12 March 2018
Due date:
% Done:
100%
Estimated time:
Description
The title URLs to Joomlapolis are missing Joomlapolis domain causing them to incorrectly link to a users install. This is probably an issue with the JSON response as it should have the URL properly domain affixed already.
Updated by krileon over 7 years ago
This appears to only happen when an override is being used. Can be fixed at JP by adding [cb:config param="live_site" /]/ to the URLs or probably just add checking if it begins with index.php and if it does prefix with the domain.
Updated by krileon over 7 years ago
Easier solution is to just pass the custom URLs though cbSef, which it should be doing anyway for proper SEF handling.
Updated by krileon over 7 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
CB 2.1.5) - % Done changed from 0 to 100
Bug in PKB, not CB. See #7076
Actions