Events Made Easy Forums Bug fixed or feature request implemented dbem_get_events_list stopped working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42211
    Anonymous
    Inactive

    Hi, I just upgraded to the latest version 3.2.5 and dbem_get_events_list stopped working.

    I´m using this code: <?php dbem_get_events_list(“limit=3&scope=al&order=ASC”); ?>

    Can someone tell me what´s wrong?

    #45276
    Franky
    Keymaster

    “scope=al” ? Should be “scope=all”, as has always been the case.

    #45277
    Anonymous
    Inactive

    It didn´t work with the change. But it´s strange because I´m using the same code on another page with earlier version and it works fine there and it used to work here as well before upgrading.

    http://www.sofieroback.com/ is using

    <?php dbem_get_events_list(“limit=3&scope=al&order=ASC”); ?>

    and it works fine as you can see.

    #45278
    Franky
    Keymaster

    Hmmm … scope=al will never work, but it defaults to “scope=future” then. That’s what probably makes it work. I’ll try it here as well.

    Ahh … stupid of me to not see this: “dbem” changed to “eme” some weeks ago. So try:

    <?php eme_get_events_list(“limit=3&scope=all&order=ASC”); ?>

    Btw: make sure you want “all”, you’ll probably want “future”

    #45279
    Anonymous
    Inactive

    Thanks! Now it works. And yes I want future.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top