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

[2.5] Installation error #28

Open
nathanhornby opened this issue Aug 21, 2014 · 2 comments
Open

[2.5] Installation error #28

nathanhornby opened this issue Aug 21, 2014 · 2 comments

Comments

@nathanhornby
Copy link

Symphony Fatal Error: Call to a member function get() on a non-object
An error occurred in [REDACTED]/extensions/author_roles/extension.driver.php around line 583

@nathanhornby
Copy link
Author

Ah, this is the same issue seen on the Email Template Manager in 2.5:

$id_author = Administration::instance()->Author->get('id');

Now needs to be

$id_author = Administration::instance()->Author()->get('id');

If I can track down and fix the other issues I'll issue a PR and close this issue.

@kirkstrobeck
Copy link

#33

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