• jlkettwig

    (@jlkettwig)


    I can’t get any events listing in the backend. (…wp-admin/edit.php?post_type=event). All other wp post_types seem to work (/wp-admin/edit.php , wp-admin/edit.php?post_type=perelandra_sermon, wp-admin/edit.php?post_type=page).
    Can this be an update issue?
    Thanks for any hints!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Hi jlkettwig,

    Is this an issue that happened with the 3.6.3 release? If you add:

    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', true );
    

    to your wp-config.php do you get an error message? (Please note that this will cause any errors/warnings/notices on your site to display, so if you do this, do not leave it enabled it for long)

    Thread Starter jlkettwig

    (@jlkettwig)

    Hi Stephen,
    I have added the two lines to wp-config.php but have not noticed any error message. I still don’t get the events listing.
    Thanks for your help.

    Thread Starter jlkettwig

    (@jlkettwig)

    Am I the only one with that problem??? Seems that I need to switch to another plugin. I can’t really work on my events anymore (calendar view works, but I want more ;-))

    I have just checked it. I can see all events listed, as admin user. No problems here.
    Perhaps something changed at your site around permissions, or check your event organiser settings. Just some ideas.
    KR,
    Sandor

    Plugin Author Stephen Harris

    (@stephenharris)

    Due to a change to fix grouping occurrences on some MySQL versions, there was a bug which effected some users. It would depend on your MySQL configuration and how many events there were in the database. 3.6.4 should fix the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Events not listed in dashboard’ is closed to new replies.