Broken in modx 2.3
This addon is broken in modx 2.3. I get this connector error when trying to retrieve templates/chunks/etc:
Code: 200 OK {"success":false,"message":"Processor not found: getlist","total":0,"data":[],"object":[]}
+1
+1 (2?)... +
yea, it has to be fixed and updated. Here is a manual fix:
Here is a fix:
- Open ../assets/components/packman/js
- Edit (chunks.grid.js, plugins.grid.js, snippets.grid.js, templates.grid.js, tvs.grid.js, packages.grid.js)
Under: function TP.combo.XXXXX = function(config) { a) Replace: ,url: MODx.config.connectors_url+'element/plugin.php' with: ,url: MODx.config.connectors_url
b) MIND which element you are fixing and Replace: action: 'getList' with: action: 'element/plugin/getList'
and for chunks.grid.js >> action: 'element/chunk/getList' etc.
NB. for packages.grid.js value is: action: 'workspace/packages/getList'
NIce! Ty
Same problem. Thanks for the fix. I developed in 2.2.14 and installed the packages and tested in 2.3.1. It was horrible.
I guess this might be more related to your own implementation not Packman. Check 2.3 changes and modify your code accordingly.
I am going to make this report and post the suggested fix at the current project. splittingred is no longer actively developing and maintaining this Extra.