Permalinks Error (v1.09) only first permalink in category working.
5 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: May 4, 2021 (RSS)
By wolf66 - April 29, 2021
Hi there,
I have a problem where only the first record is accepting a permalink and the others are leading to "Record not found". See here:
https://www.hradvantage.com.au/tools-we-use.php
I have spent hours trying to figure out what the hell is going on here, and there are no errors being generated in the logs.
I have set permalinks on another table - resources. These all work fine.
Any help would be appreciated. Makes no sense at all.
By Toledoh - May 4, 2021
Any possibility that you've got 2 list views on that page and the permalink relates to 1 and conflicting with the 2nd? So the 2nd is returning the error ?
I've used, but don't really understand the following when similar has happened to me.
if(isset($_REQUEST['num'])) { unset($_REQUEST['num']); }
Tim (toledoh.com.au)
By wolf66 - May 4, 2021
Hey Tim,
This didn't work but it did get me thinking about which tables I was loading and I have changed the code and removed one of the tables, and it's working. So thank you!