Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot retrieve configured values from within Processor #44

Closed
ghost opened this issue Jan 10, 2013 · 5 comments
Closed

Cannot retrieve configured values from within Processor #44

ghost opened this issue Jan 10, 2013 · 5 comments

Comments

@ghost
Copy link

ghost commented Jan 10, 2013

Attempting to read values from within a Processor does not work. Currently having to reload the config manually to pull in the values.

@hansek
Copy link

hansek commented Apr 16, 2013

It's little bit late, but for others. If you need to get values from ClientConfig in your processor, put this in your connector.php:

$modx->invokeEvent('OnHandleRequest');

@Mark-H
Copy link
Member

Mark-H commented Aug 16, 2013

@hansek Don't suppose you know if there's any other event in processors that we can hook into?

@Mark-H
Copy link
Member

Mark-H commented Aug 16, 2013

Just did a quick search but found nothing. :(

@hansek
Copy link

hansek commented Aug 16, 2013

@Mark-H thats true, only one what I found last time is OnHandleRequest mentioned before... ;)

@Mark-H
Copy link
Member

Mark-H commented Sep 6, 2013

Going to mark this as closed then, no way to resolve in CC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants