• Resolved jqz

    (@jqz)


    Please could you provide detail on how to enable the dbem_debug setting.

    I have an issue that may be database corruption, concerning Event Categories[*], but would like to get to the bottom of it so that I can be assured it won’t happen again.

    TIA

    [*]Event category displays as ‘No results, try searching’
    [*]Other EM pages display is curtailed (no dates, location, upcoming, etc)
    [*]Event category can be edited no probs

    https://wordpress.org/plugins/events-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    at the moment this is disabled under events-manager/events-manager.php however you can try to enable wp_debug instead.

    Thread Starter jqz

    (@jqz)

    I already have WP_DEBUG set.

    Guess I will need to reverse-engineer… : /

    Thread Starter jqz

    (@jqz)

    I am looking for advice on *where* to debug, both in WP itself and the plugin. All gratefully received.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    just to narrow down the problem and help us debug the issue is it possible to try the following temporarily:

    – deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    – switching to the default theme to rule out any theme-specific problems

    Thread Starter jqz

    (@jqz)

    Events > Settings > Pages > Event Categories > Override with Formats = No caused the problem.

    The logic in EM_Category_Taxonomy::template() is suspect; it doesn’t seem that it could ever work with the above option set to ‘No’.

    I had set ‘Override with Formats’ to ‘No’ because I wanted to use template files to do this. However, these settings are superfluous for that purpose, as template files (if set up correctly) will always override the formatting in the settings.

    I wonder if there is any need for these options to remain other than for backward compatibility…?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘dbem_debug’ is closed to new replies.