• I just upgraded the plugin today and went to add some new events. I copied a previously created event and used the same event category as the copied one. The new events are not showing up for the category event list. I’ve tried creating a new event and changing event categories, but the new events still aren’t showing up in listing format. The registration pages are there if I manually enter the URL, but I don’t want to have to manually create the listings.

    Help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter theresavs

    (@theresavs)

    And I suspect it has to do with the radio buttons turning into drop-down “yes” and “no” options in the upgrade. I had submitted a bug ticket before regarding the “yes” and “no” options in the event setup in the previous version, which have to be selected in order for the event itself to be saved and active. I have to select them EVERY SINGLE TIME I edit the event. With the upgrade, the drop-downs are set to defaults and can’t be changed even if selected differently and saved.

    I also noticed any previous events that I edit after the upgrade do not show up on the events list.

    Hi Theresa,

    Do you recall what version you upgraded from? Did you try running the upgrade script located on the support page?

    Seth

    Thread Starter theresavs

    (@theresavs)

    I upgraded from 2.1.12. What upgrade script are you talking about? I just upgraded from the Plugins list. I don’t use Premium, just the free version.

    Thread Starter theresavs

    (@theresavs)

    I just noticed, the green “ACTIVE EVENT” doesn’t appear on the event title bar when I create an event. I made sure the active event option was set to “yes”.

    I just found the bug. When I made an update to the radio buttons in the event editor yesterday. I accidentally changed the options in “is_active” to “Y” and “N”.

    I will release an update tomorrow.

    I changed line #39 in the “event_register_attendees.php” file to read:
    $sql = "SELECT * FROM " . $events_detail_tbl . " WHERE (is_active='yes' OR is_active='Y') AND start_date >= '".date ( 'Y-m-d' )."' ORDER BY date(start_date)";

    Instead of:
    $sql = "SELECT * FROM " . $events_detail_tbl . " WHERE is_active='yes' AND start_date >= '".date ( 'Y-m-d' )."' ORDER BY date(start_date)";

    Sorry for the trouble.

    Seth

    Thread Starter theresavs

    (@theresavs)

    Thanks Seth. I changed the code and it sorta/kinda worked but not exactly.
    When I create a new event, it works fine. It shows up on the event listing and the “ACTIVE EVENT” message is on. But then when I go in and edit something in the event and save it, it disappears from the listing and isn’t active.

    Any other ideas?

    Thread Starter theresavs

    (@theresavs)

    I noticed you came out with 2.1.14 today, but that still didn’t resolve the issue I posted above. I’m going to revert back to 2.1.12 for now.

    Very sorry for the trouble everyone. Last week was pretty crazy!

    In my haste to get the plugin updated I forgot about a few other places that needed to be updated.

    I will get the bugs worked out this weekend and get the update loaded up ASAP.

    Seth

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Advanced Events Registration] 2.1.13 upgrade: new events not showing up on event list page’ is closed to new replies.