PackMan icon indicating copy to clipboard operation
PackMan copied to clipboard

Broken in modx 2.3

Open joyceDesignbase opened this issue 11 years ago • 7 comments

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":[]}

joyceDesignbase avatar Aug 13 '14 09:08 joyceDesignbase

+1

Gliba avatar Aug 17 '14 19:08 Gliba

+1 (2?)... +

greyskymedia avatar Aug 26 '14 22:08 greyskymedia

yea, it has to be fixed and updated. Here is a manual fix:

Here is a fix:

  1. Open ../assets/components/packman/js
  2. 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'

minagerges avatar Aug 27 '14 07:08 minagerges

NIce! Ty

Gliba avatar Aug 29 '14 15:08 Gliba

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.

IamNeo1 avatar Sep 12 '14 13:09 IamNeo1

I guess this might be more related to your own implementation not Packman. Check 2.3 changes and modify your code accordingly.

minagerges avatar Sep 12 '14 18:09 minagerges

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.

jaygilmore avatar Oct 09 '14 14:10 jaygilmore