modxcms / revolution

MODX Revolution - Content Management Framework
https://modx.com/
GNU General Public License v2.0
1.36k stars 529 forks source link

Package Management #14635

Closed meshkov closed 5 years ago

meshkov commented 5 years ago

Bug report

Summary

image And 2019-07-03_12-07-45

Step to reproduce

  1. Go to Package Management and it displayed Processor not found: workspace/providers/getlist
  2. Go to Providers in Package Management and they null. if you click update, it will be displayed Processor not found: workspace/providers/getlist

Console log: Uncaught TypeError: Cannot read property 'stopEditing' of undefined at constructor.refresh (ext-all.js:21) at MODx.grid.Provider.onStoreException (modx.jsgrps-min.js:1) at h.Event.fire (ext-all.js:21) at constructor.fireEvent (ext-all.js:21) at constructor.<anonymous> (ext-all.js:21) at h.Event.fire (ext-all.js:21) at Ext.data.HttpProxy.fireEvent (ext-all.js:21) at Ext.data.HttpProxy.onRead (ext-all.js:21) at Ext.data.HttpProxy.<anonymous> (ext-all.js:21) at Ext.data.Connection.handleResponse (ext-all.js:21)

Environment

MODX3 installation with composer php7.3

meshkov commented 5 years ago

Logs: (ERROR @ /home/site/public_html/core/src/Revolution/modX.php : 1793) Processor /home/site/public_html/core/src/Revolution/Processors/workspace/packages/getlist.php does not exist; Array ( [action] => workspace/packages/getlist ) And (ERROR @ /home/site/public_html/core/src/Revolution/modX.php : 1793) Processor /home/site/public_html/core/src/Revolution/Processors/workspace/providers/getlist.php does not exist; Array ( [action] => workspace/providers/getlist )

Ibochkarev commented 5 years ago

@JoshuaLuckers Fixed. You can close.

Ibochkarev commented 5 years ago

@modxbot close