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

Not working with MODX 3 alpha-3 #186

Closed
Jako opened this issue Mar 7, 2021 · 3 comments
Closed

Not working with MODX 3 alpha-3 #186

Jako opened this issue Mar 7, 2021 · 3 comments

Comments

@Jako
Copy link
Collaborator

Jako commented Mar 7, 2021

The CMP does not show the grid. The Connector assets/components/babel/conn/mgr.php terminates with an Internal Server Errror (500).

PHP Fatal error:  Class 'modContextGetListProcessor' not found in /…/core/components/babel/processors/mgr/context/getlist.class.php on line 34

During creating a MODX resource the following error is displayed:

Error: Call to undefined method MODX\Revolution\modManagerRequest::getAllActionIDs()

@JoshuaLuckers
Copy link
Collaborator

Support for MODX 3 is in progress in the feature/modx-3x-support branch.

@JoshuaLuckers
Copy link
Collaborator

Actually, I already have it working in 3.x and it's also backwards compatible with MODX 2.x.

How to test:

  • Install a recent version of MODX 2.x
  • Install GPM and add the Babel package (don't forget to run git submodules init and git submodules update)
  • Build the package in 2.x. with GPM
  • Install the package in 3.x and everything should work.

@JoshuaLuckers
Copy link
Collaborator

A new version of Babel with support for MODX 3.x is submitted!

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