• Resolved smv_usdam

    (@smv_usdam)


    Hi,

    I step for step followed the setup guide. When I click on “List participants” or look at the page I created with the [pdb_list] shortcode on it, I get the Fatal error: Call to undefined method pagination::getLimitSql() in /home/httpd/vhosts/example.com/subdomains/wordpress/httpdocs/wp-content/plugins/participants-database/classes/PDb_List_Admin.class.php on line 125

    Any ideas?

    Thanks, Beat

    http://wordpress.org/extend/plugins/participants-database/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Roland Barker

    (@xnau)

    Beat,

    Most likely what’s happening is there is another plugin that has defined a class named “Pagination” and so there is a conflict. You should try disabling other plugins to see if that fixes it. The fix (other than just not using one of the plugins) is kinda ugly, but basically one or the other needs to use a different name for their Pagination class.

    I can explain how to do that if you need.

    Thread Starter smv_usdam

    (@smv_usdam)

    Thanks xnau. I found the culprit: Testimonials Solution. Although I quite liked it, I can live without it.

    Plugin Author Roland Barker

    (@xnau)

    Thanks, this will help me prevent this from happening in the future.

    Thread Starter smv_usdam

    (@smv_usdam)

    Does that mean that you’ll be changing the class name? If so, please let me know her e, then I could possibly still use Testimonials Solutions. Thanks.

    Plugin Author Roland Barker

    (@xnau)

    Yes, I’m going to change it.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Fatal error: Call to undefined method pagination’ is closed to new replies.