<![CDATA[ Code: 200 OK {"success":false,"message":"Processor not found: getlist","total":0,"data":[],"object":[]} - My Forums]]> https://forums.modx.com/thread/?thread=92423 <![CDATA[Code: 200 OK {"success":false,"message":"Processor not found: getlist","total":0,"data":[],"object":[]}]]> https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object?page=2#dis-post-505045
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!]]>
gissirob Jul 29, 2014, 01:56 PM https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object?page=2#dis-post-505045
<![CDATA[Re: Code: 200 OK {"success":false,"message":"Processor not found: getlist","total":0,"data":[],"object":[]}]]> https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-560223
process: 'resource/update'

and it works. I hate updating a file like that but it's the only way I found to get it working right.]]>
chip-h Jul 30, 2018, 02:24 PM https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-560223
<![CDATA[Re: Code: 200 OK {"success":false,"message":"Processor not found: getlist","total":0,"data":[],"object":[]}]]> https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-543071 Quote from: hedonie at Feb 25, 2016, 08:50 PM
Hi

i had same error.

I found a solution editing one plugin code here : public_html/assets/components/articles/js/article/update.js

Changing the line
process: (MODx.config.connector_url) ? 'resource/update' : 'update'
by
process: 'resource/update'

After cleaning all caches it works fine.

NB: other plugin in your case might be in cause. Try to look for 'update' in the assets directory of your site, and check for all occurrence.

I hope it can help somebody.

Hi - Can you give me some more guidance on your fix as I don't follow how you got it working. Many thanks.

dubbs.]]>
dubbs Jul 06, 2016, 04:15 AM https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-543071
<![CDATA[Re: Code: 200 OK {"success":false,"message":"Processor not found: getlist","total":0,"data":[],"object":[]}]]> https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-538782
i had same error.

I found a solution editing one plugin code here : public_html/assets/components/articles/js/article/update.js

Changing the line
process: (MODx.config.connector_url) ? 'resource/update' : 'update'
by
process: 'resource/update'

After cleaning all caches it works fine.

NB: other plugin in your case might be in cause. Try to look for 'update' in the assets directory of your site, and check for all occurrence.

I hope it can help somebody.]]>
hedonie Feb 25, 2016, 02:50 PM https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-538782
<![CDATA[Re: Code: 200 OK {"success":false,"message":"Processor not found: getlist","total":0,"data":[],"object":[]}]]> https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-505134
]]>
BobRay Jul 30, 2014, 01:07 PM https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-505134
<![CDATA[Re: Code: 200 OK {"success":false,"message":"Processor not found: getlist","total":0,"data":[],"object":[]}]]> https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-505120
I had already done all three of your suggestions (and cleared cache) before the errors popped up. However I have not received any more since so I'm going to put it down to a timing aberration and move on. Many thanks again for all your help.]]>
gissirob Jul 30, 2014, 10:31 AM https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-505120
<![CDATA[Re: Code: 200 OK {"success":false,"message":"Processor not found: getlist","total":0,"data":[],"object":[]}]]> https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-505085
1. Make sure all users in the DB have the class_key modUser.
2. Remove any extendedUser records from the modx_extension_packages table in the DB.
3. Remove the extendedUser part of the extension_packages System Setting.

These may not all apply, but at least one of them should.]]>
BobRay Jul 29, 2014, 09:21 PM https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-505085
<![CDATA[Re: Code: 200 OK {"success":false,"message":"Processor not found: getlist","total":0,"data":[],"object":[]} (Best Answer)]]> https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-505065
[Update] Another user reported fixing this by deleting all files in the core/cache directory and viewing the site in an Incognito window. If that works for you, deleting the cache files and clearing the browser cache and cookies should fix things.

That fixed it (clearing the browser cache that is). I had previously cleared the modx cache (by deleting core/cache) so I'm not sure whether both are required.

Many thanks for saving my life yet again.

Robert.

PS: Sorry to keep bothering you, but I'm back to my first issue: I'm now getting this error: (ERROR @ /connectors/index.php) Could not load class: extUser from mysql.extuser. This is the extenduser class. Is there a setting I need to change to stop this or do I just delete the class from the filesystem?]]>
gissirob Jul 29, 2014, 05:15 PM https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-505065
<![CDATA[Re: Code: 200 OK {"success":false,"message":"Processor not found: getlist","total":0,"data":[],"object":[]}]]> https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-505059
There are lots of getList processor files below core/model/modx/processors/. You're clearly having trouble with more than one. I think if it weren't finding *any* of them, you'd be having more serious trouble, but I could be wrong.

Check the MODX_PROCESSORS_PATH in core/config/config.inc.php. If that's wrong, it could explain the whole thing. If not, it will take some serious digging to find the problem. BTW, you're not the only one reporting this.

[Update] Another user reported fixing this by deleting all files in the core/cache directory and viewing the site in an Incognito window. If that works for you, deleting the cache files and clearing the browser cache and cookies should fix things.
]]>
BobRay Jul 29, 2014, 03:51 PM https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-505059
<![CDATA[Re: Code: 200 OK {"success":false,"message":"Processor not found: getlist","total":0,"data":[],"object":[]}]]> https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-505056

Deleted the the extension_packages value for the package & deleted core/cache. No change.
Removed the relevant line from modx_extension_packages & deleted core/cache. That fixed the hundreds of extenduser errors.

(BTW, this package pre-dates your ClassExtender add-in. I'll be using that in future as I never quite got mine to work)

So I clearly have two problems (well, one now). My other issue, the Code 200 error is still happening. I can be fairly certain that it's only occurring when I try and load a resource or element that has a drop-down list in it (such as the "Uses Template" drop-down). This makes sense given the error. When I look in the filesystem, the error is correct, /var/www/hca/core/model/modx/processors/getlist.php does not exist (it is one directory level lower).

What next?]]>
gissirob Jul 29, 2014, 03:08 PM https://forums.modx.com/thread/92423/code-200-ok-success-false-message-processor-not-found-getlist-total-0-data-object#dis-post-505056