Events Made Easy Forums Bug fixed or feature request implemented Problem with previous locations

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42194
    Anonymous
    Inactive

    The auto-complete isn’t working for locations since about version 3.2.1?

    I’ve also tried selecting the drop-down in the settings but I don’t get one – still just a plain text box.

    If I type in the location that I know is in the database it still creates a duplicate.

    Anyone else having the same problem?

    #45225
    Franky
    Keymaster

    Hmmm … this shouldn’t be. Let me check this out.

    #45226
    Franky
    Keymaster

    Ok, this is a typo in eme_events.php. Go to line 2095 and change it from

    if ((isset($event ['location_town']) && $event ['location_town'] != '') || (isset ( $_GET ['page'] ) && $_GET ['page'] = 'events-manager-locations')) {

    to

    if ((isset($event ['location_town']) && $event ['location_town'] != '') || (isset ( $_GET ['page'] ) && $_GET ['page'] == 'events-manager-locations')) {

    (it missed an “=”)

    #45227
    Anonymous
    Inactive

    Thanks – that sorted it!

    🙂

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