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

Pagination #8

Closed
aarongundel opened this issue Aug 20, 2014 · 3 comments
Closed

Pagination #8

aarongundel opened this issue Aug 20, 2014 · 3 comments

Comments

@aarongundel
Copy link

In the current version of AP, we're having trouble paging through entries on the main module page (the pagination links don't work). Also, the "manage notification" button the module entry throws the following message.

Fatal error: Call to undefined method Cp::set_variable() in /var/www/sjsys/expressionengine/third_party/audit_pro/mcp.audit_pro.php on line 194

@dmsinger
Copy link

set_variable() looks like it was removed with this commit:
ac6cf66
It was deprecated in EE 2.8 (I think).

@heymarkreeves
Copy link
Member

Thanks, @dmsinger! @aarongundel, If you browse back in history, you should see the code you can restore to be compatible. Are you running 2.8+? It looks like Audit Pro was patched for compatibility where you're seeing that error. You can see that thread here:

#5

@aarongundel
Copy link
Author

Sorry for the delay, I finally got a chance to try this out. Thanks @dmsinger and @circa1977 . That fixed the notifications piece. Much appreciation.

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

3 participants