• Hi there,

    I’m having trouble using the pdb_list shortcode – the content of my page will not show when I use the shortcode. If I remove it the page will display but when I add back in the shortcode the content disappears.

    I have used the pariticipants database successfully for a couple of sites running slightly older versions of wordpress. I recently moved one site over to new hosting and a newer version of wordpress. I set up the plugin from scratch and uploaded the CSV file that I had downloaded from the old website.

    If I go through the backend and click on an individual record the record displays on the ‘individual record’ page – so the plugin is seeing the records that are there.

    I’d be grateful if you had any suggestions of what to try and solve this.

    https://wordpress.org/plugins/participants-database/

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

    (@xnau)

    Kyle, there are two places to look for errors here: one is the developer’s console in your browser, the other is in your PHP error log.

    Thread Starter Kyle06

    (@kyle06)

    Thanks for the pointer. I’ve had a look through the PHP error log and the problem is to do with the PDb_List.class.php file, line 305
    $record->{$field_object->name} = $field_object;
    The error message is ‘Cannot access empty property in line…’

    Plugin Author xnau webdesign

    (@xnau)

    Hmmm, that’s not an error that would keep things from showing. Do you see anything else showing up in the error log when you try to load the page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘pdb_list not processing – blank content’ is closed to new replies.