• dancappdesign

    (@dancappdesign)


    Fantastic plugin! Hats off to the dev.

    It started fine, with a dozen or so being added with no problem, then all of a sudden new submissions aren’t being recorded, even though the the frontend is showing no errors. I can add participants manually in the back end but not the front. Any help would be much appreciated.

    Error messages are:

    PDb_List_Admin::initialize list query: SELECT * FROM 24_participants_database p ORDER BY p.country = “” OR p.country IS NULL, p.country asc LIMIT 0,10

    PDb_Participant_Cache::reload_cache: Refreshing Participants Database cache for cache group 0

    PDb_List::_setup_iteration list query: SELECT p.id, p.first_name, p.website FROM 24_participants_database p WHERE p.type_of_signatory = “Writer\’s Organisation” ORDER BY p.first_name ASC

    PDb_List::_setup_iteration list query: SELECT p.id, p.first_name, p.state, p.country, p.website FROM 24_participants_database p WHERE p.type_of_signatory = “Organisation” ORDER BY p.country ASC

    PDb_List::_setup_iteration list query: SELECT p.id, p.first_name, p.state, p.country FROM 24_participants_database p WHERE p.type_of_signatory = “Individual” ORDER BY p.country ASC

    The page I need help with: [log in to see the link]

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

    (@xnau)

    The first thing to check is make sure you’re not using some kind of page cache or accelerator plugin on the page with the signup form or record edit forms. Usually, it is possible to exempt specific pages from the cache.

    If that doesn’t solve the problem, go back to using the debugging log, but this time, clear it then test adding a new record on the frontend, then check the log before doing anything else so you only see what is relevant to that one action.

    Thread Starter dancappdesign

    (@dancappdesign)

    Thank you. Problem so far seems to have fixed itself. May have been a caching issue, even though I’m not using a caching plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.