• Hi! Love the plugin and calendar features! I’m “superadmin” on a multisite instance of WP. I have a couple observations, one that’s a little bit of a problem.

    1. I’m seeing a lot of duplicates of events displayed in admin Events list (not public facing) including the ID column
    2. One user is listed as host on event in xyz.sitedomain.tld but that same event in pdq.sitedomain.tld is shown with a different user as host.
    3. When looking at Categories I see 1 Event in the Event column in the General category row. When I click the number 1 I’m brought to an empty list of Events. (There should be zero events with General so I like the empty list, but why do I see a 1 in the Categories list?)

    Has anyone else run into these things and come up with solutions?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter izzaboo

    (@izzaboo)

    It is also interesting the “Regions” are not carried from one sub-site to another using the Central Calendar.

    Thread Starter izzaboo

    (@izzaboo)

    Has anybody else seen the duplicate events when using the central calendar on multisite installation? It is really weird and I’m not sure if it because I’m doing something wrong.

    Plugin Author Joe Dolson

    (@joedolson)

    I’m not sure what you mean exactly when you say duplicate events in the admin; do you literally mean more than one event with the same ID? That seems pretty strange, and I’m not sure how it would happen.

    Regarding the other issues, I know that I’ve made some fixes to event counting in the next major version; but I don’t recall whether any of them were multisite related. Which multisite settings are you using?

    Thread Starter izzaboo

    (@izzaboo)

    The ID thing was quite odd. But the events would not be unique events sharing a common ID. They appeared to be the same event, but being displayed/listed multiple times. It didn’t seem like they were merely entries in a repeating event. Of course I’ve turned off the central calendar for the sub-sites now. I can’t get a screenshot of it. Once the subsite users get more adept at learning how to use the calendar I’ll attempt it again.

    Multisite settings…which ones would help? I’m using subdomains. In wp-config I have these settings.

    define( 'WP_ALLOW_MULTISITE', true );
    
    define( 'MULTISITE', true );
    define( 'SUBDOMAIN_INSTALL', true );
    define( 'DOMAIN_CURRENT_SITE', 'sitedomain.tld' );
    define( 'PATH_CURRENT_SITE', '/' );
    define( 'SITE_ID_CURRENT_SITE', 1 );
    define( 'BLOG_ID_CURRENT_SITE', 1 );
    
    define('COOKIE_DOMAIN', '');
    
    Plugin Author Joe Dolson

    (@joedolson)

    The multisite settings are a settings tab inside the My Calendar Admin; you can configure how events are saved there.

    The 2nd issue is probably a query issue; some query not being sent to the right site. I’ll see if I can find it.

    The 3rd issue I’m not sure of; I’ll look at those counting queries and see if there’s something off. They are cached, so it could be a cache issue, as well.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Multisite WP using Central Calendar’ is closed to new replies.