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

Obscure error from Extract #21

Closed
Omeryl opened this issue Jul 15, 2015 · 4 comments
Closed

Obscure error from Extract #21

Omeryl opened this issue Jul 15, 2015 · 4 comments
Labels

Comments

@Omeryl
Copy link
Member

Omeryl commented Jul 15, 2015

When running extract, regardless of environment, this is the result for a few sites:

[2015-07-15 19:30:11] (ERROR @ teleport.phar) Could not load class: modAccessNamespace from mysql.modaccessnamespace.
[2015-07-15 19:30:11] (ERROR @ teleport.phar) Could not load class: modAccessNamespace from mysql.modaccessnamespace.

Fatal error: Call to a member function prepare() on null in /Applications/MAMP/htdocs/basic.modx/core/xpdo/xpdo.class.php on line 2921

No other useful information as far as I can tell.

@Omeryl
Copy link
Member Author

Omeryl commented Jul 15, 2015

This only happens when using develop template, not the complete template. Garry suggests it has to do with the things we added for 2.4 package dependency support that got missed for adding in complete template.

@opengeek
Copy link
Member

FWIW, modAccessNamespace has nothing to do with package dependencies. This is for adding ACLs to component namespaces so access can be restricted to specific ones. Also, this only explains the ERROR messages, not the Fatal Error that is stopping the process. More information on the error stopping the process is what is needed.

@opengeek opengeek added the bug label Jul 16, 2015
opengeek added a commit that referenced this issue Jul 17, 2015
This should address problems experienced when new classes are added in new versions of MODX Revolution and the teleport tpls, but teleport is run against older versions of MODX Revolution

See issue #21
@opengeek
Copy link
Member

Latest teleport.phar has been updated with this fix. Please test this out.

@Omeryl
Copy link
Member Author

Omeryl commented Jul 19, 2015

As far as I can tell, the issue is resolved. Thanks @opengeek!

@Omeryl Omeryl closed this as completed Jul 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants