Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author xnau webdesign

    (@xnau)

    I suggest you go through the steps on the “Setup Guide” and make sure you have everything set to display correctly.

    It looks like you have the shortcode in your page twice, you only need to put it in there once.

    Thread Starter effcreative

    (@effcreative)

    Thank you for your response. I’ve tried that. The reason I had two different short codes posted on the profile page was for testing purposes. In the help document it provides it states to use the shortcode on the desired page and to set the # for the display settings. I still do not see the list of members. Any further suggestions?

    Thanks again!

    Plugin Author xnau webdesign

    (@xnau)

    OK, what is in the shortcode you are using?

    Thread Starter effcreative

    (@effcreative)

    I’m using this one:

    [pdb_list search=true sort=true display_count=true template=detailed list_limit=20]

    I was using [pdb_list] alone to test, then added the numbers to the display settings. nothing is showing.

    Plugin Author xnau webdesign

    (@xnau)

    OK, well I suggest you have a look at the PHP error log after loading the page and see if there is something preventing the field values from getting displayed. I haven’t ever seen this before, so I have no clue as to what the issue is.

    Are you using an edited template?

    Thread Starter effcreative

    (@effcreative)

    Here is the error:

    Fatal error: Call to a member function get() on a non-object in /home/./public_html/./wp-includes/query.php on line 27

    Edited as in customized? No, this a straight from the box theme.

    Thanks for your help

    Plugin Author xnau webdesign

    (@xnau)

    OK, well that is a problem, but it’s not clear to me how it’s connected to the plugin. Does this error only appear when a page with the plugin shortcode is loaded?

    Thread Starter effcreative

    (@effcreative)

    Yes, it appears that way.

    Plugin Author xnau webdesign

    (@xnau)

    OK, I haven’t been able to trace this to the plugin. What is happening is some script on your site is calling the WP function get_query_var($var) before the WP_Query object has been set up. I would guess another plugin. My plugin doesn’t use this function.

    The first thing to do is disable all other plugins temporarily and see if that solves the issue.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Database list’ is closed to new replies.