After upgrading one of my sites to 2.3.1 I'm getting this error:
Code: 200 OK
{"success":false,"message":"Processor not found: getlist","total":0,"data":[],"object":[]}
every time I select a resource or an element that attempts to build a list. I'm logged in as Administrator and I have all 172 permissions granted to me.
I went into package management, and there were no packages present, just the message:
Processor not found: getlist
I deleted core/cache and this allowed me to see packages, but did not fix the other issues
Looking at the error log, I see many errors. For example:
[2014-07-29 11:21:11] (ERROR @ /connectors/workspace/packages-rest.php) Processor /var/www/hca/core/model/modx/processors/getlist.php does not exist; Array
(
[action] => getlist
)
[2014-07-29 11:21:11] (ERROR @ /connectors/workspace/providers.php) Processor /var/www/hca/core/model/modx/processors/getlist.php does not exist; Array
(
[action] => getlist
)
However, most of the errors are for extenduser, a component I had written before the upgrade to extend Moduser:
[2014-07-29 11:44:59] (ERROR @ /connectors/index.php) Path specified for package extenduser is not a valid or accessible directory: /var/www/hca/core/components/extenduser/model/model/
Note the extra /model directory.
The plugin that uses this was deactivated before clearing out the cache.
I suspect I might have two different issues here, but I can't be sure. The front end of the site is fine, it is just the Manager having issues. Sorry about the amount of detail - I try to be thorough.
Help please!