monchu Posted May 14, 2016 Posted May 14, 2016 Hi All, While editing a template (any template) then if I click the Usage section, there is an error notification Unrecognized path and the process returned no content. If someone can help give me a clue how to fix this error. I'm not sure what is the cause of this error. Thanks 1
adrian Posted May 14, 2016 Posted May 14, 2016 I would start by opening the Network tab of your dev console and seeing what the path is - it should be something like: /processwire/page/lister/?session_bookmark=template_basic-page_pages&modal=inline&minimal=1 Take a look at the resonse tab for that request to see what is returned there. Then try loading that url directly in the browser and see what errors are displayed/logged.
monchu Posted May 14, 2016 Author Posted May 14, 2016 I open the response tab which is: /pmc-cms/page/lister/?session_bookmark=template_jrn-messages_pages&modal=inline&minimal=1# Then check to the network console, I got one error the page not found ../wire/modules/AdminTheme/AdminThemeReno/styles/blue.css.map However that file does not exist under that folder
Robin S Posted June 3, 2016 Posted June 3, 2016 I had this problem, and I believe it's caused by deleting the default lister (aka "Find"), which is something that becomes possible when Lister Pro is installed. If you have done this the solution is to create a new lister called "Lister". Because the default lister is used by the core it would be better if Lister Pro did not allow you to delete it, but instead made it simple to disable it for non-superuser roles. If you have other Lister Pro instances and you don't want certain roles to see the default lister you have to set up a special permission for the default lister and then not apply it to a role. There's definitely scope to make this process a bit clearer and easier for Lister Pro users. 5
adrian Posted June 9, 2016 Posted June 9, 2016 Thanks @monchu and @Robin S - I have checked here and also see the problem based on deleting the default Find Lister. I have posted a Github issue: https://github.com/ryancramerdesign/ProcessWire/issues/1868 4
monchu Posted June 9, 2016 Author Posted June 9, 2016 Hi Robin, you are right. I created a new lister as 'Lister' than the errors gone. Thanks for the help.
ICF Church Posted October 16, 2017 Posted October 16, 2017 I also had this issue, this is how to fix it: Create a new Page Type "Admin" under Admin/Page/ and choose the Process "ProcessPageLister" name it lister Example: http://demo.processwire.com/admin/page/edit/?id=5741
mdp Posted February 17, 2019 Posted February 17, 2019 Thanks for the instructions on how to fix this issue. I had installed Lister Pro and deleted the Find. Then I got the "unrecognized path" error for the template. Once I recreated the Find page, everything was back to normal. So as of 2/16/2019, on ProcessWire 3.0.101, this is still an issue.
Lutz Posted June 8, 2019 Posted June 8, 2019 On 6/9/2016 at 5:17 AM, adrian said: Thanks @monchu and @Robin S - I have checked here and also see the problem based on deleting the default Find Lister. I have posted a Github issue: https://github.com/ryancramerdesign/ProcessWire/issues/1868 It was closed on 10 Jun 2016, but it's still (or again) an issue (PW 3.0.132). 1
adrian Posted June 8, 2019 Posted June 8, 2019 3 minutes ago, Lutz said: It was closed on 10 Jun 2016, but it's still (or again) an issue (PW 3.0.132). I've just commented on that old closed issue: https://github.com/ryancramerdesign/ProcessWire/issues/1868#issuecomment-500081534 Note that the change needs to happen in ListerPro, rather than the core (I think). 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now