Events Made Easy Forums Generic rsvp_dyndata in event_proberties

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #57648
    Anonymous
    Inactive

    Hello Fanky,

    I have a problem that I can not understand. Suddenly the following lines appeared in the event_proberties in the database:

    I can not remember making a shot. Here the template is defined. Where can I find this setting in the backend? What setting do I have to make so that these lines do not appear in the event_proberties?

    Please help me, so the wrong template is always displayed and it is also not possible in the backend to update the semiar (button does not work)

    greeting
    Markus

    #57649
    Anonymous
    Inactive

    sorry here the lines:

    s:12:”rsvp_dyndata”;a:1:{i:1;a:8:{s:5:”field”;s:0:””;s:9:”condition”;s:2:”eq”;s:11:”template_id”;i:7;s:6:”repeat”;i:0;s:7:”condval”;s:0:””;s:18:”template_id_header”;i:7;s:18:”template_id_footer”;i:7;s:8:”grouping”;i:1;}}}

    #57650
    Franky
    Keymaster

    Those are correct entries. If the update button is not working, something else is wrong … check your console and webserver entries.
    Also: although the entries are correct syntactically, the “field” and “condval” values are empty (s:0:”” for those), which doesn’t make sense (a dynamic field configured in template id 7 is asked to show, but no conditions are defined for when it should show).

    #57651
    Anonymous
    Inactive

    I compared the new seminar entries with the old ones. The old ones do not have these entries and these also work great. It will display the correct template (what I have created in the settings) and it also works the update button.
    What does this data generate? I have not changed any settings. Can it be generated by a tag in the templates? Why do not my old entries have this data?

    #57653
    Anonymous
    Inactive

    I deleted the lines from the seminar in database, and now everything works, until I update the seminar again. Then again the same problem ….

    I remember that I saved a new template to list the booked events in the user account. This template has the ID 7 as in the code. But that has nothing to do with viewing the seminars, right?

    #57654
    Franky
    Keymaster

    Check your rsvp settings for that event (the dyndata entries).
    And of course I never rule out a bug … do your other events display the same problem after an update?

    #57655
    Anonymous
    Inactive

    What are the dyndata entries, the Attributes? There are no settings for a particular event, right?

    I have some things programmed in, so I can not update, otherwise everything is lost. But I checked everything after the code. It can not be that. Can I assign a different template to an event? Where can I do that? Maybe I’m just too blind …

    #57656
    Anonymous
    Inactive

    Can you tell me which condition writes rsvp_dyndata code to event_poberties? I have to find out why this data is now being entered suddenly. All previous seminars did not have this data in the poberties, so there must be a reason why this happens suddenly.

    #57659
    Franky
    Keymaster

    No, properties are not attributes. See your rsvp tab for the event.

    #57663
    Anonymous
    Inactive

    ???
    I commented that out in eme_event.php:
    if (!empty($event_rsvp_dyndata))
    $event_properties[‘rsvp_dyndata’] = $event_rsvp_dyndata;

    Then it also did not work, only that another template was displayed.
    After I commented it back it worked again ????

    I hope that stays that way, but that’s very strange!

    I can not understand, that one time he writes the dyndata, an in other time not. I use the same settings…

Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘Generic’ is closed to new topics and replies.
Scroll to Top