Gateway Manager not working with MODX 3.0.1-pl

Hello,

is it possible that the extra Gateway Manager is not working under MODX 3.0.1-pl?
Do we have an alternative Extra for this?

thank you.

bye
Chris

Not sure about Gateway Manager but would ContextRouter do the same job?

Looks like that’s good for MODX3

thank you, but this is without gui.

I fixed menu entry, now I can see the manager page. but in error-log there are problems with processors:


Unable to load processor for action "mgr/gateways/getList", it does not exist as an autoloadable class that extends \MODX\Revolution\Processors\Processor, and also not as a file in "/www/xxx/core/components/gatewaymanager/processors/mgr/gateways/getList.class.php"

Try changing the action-strings in these two lines to all lower-case (e.g. getlist instead of getList), so they match the file-names in the /core/components/gatewaymanager/processors/mgr/gateways/
directory.

There may be other similar lines that have to be fixed.

1 Like

thank you so much.

thats it. It corrected it, and now it runs.

:pray:

1 Like

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.