Events Made Easy › Forums › Generic › rsvp_dyndata in event_proberties
- This topic has 9 replies, 2 voices, and was last updated 6 years, 8 months ago by Anonymous.
-
AuthorPosts
-
Fri 9 Mar 2018 at 09:23 #57648AnonymousInactive
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
MarkusFri 9 Mar 2018 at 09:23 #57649AnonymousInactivesorry 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;}}}
Fri 9 Mar 2018 at 10:32 #57650FrankyKeymasterThose 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).Fri 9 Mar 2018 at 11:04 #57651AnonymousInactiveI 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?Fri 9 Mar 2018 at 11:21 #57653AnonymousInactiveI 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?
Fri 9 Mar 2018 at 11:30 #57654FrankyKeymasterCheck 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?Fri 9 Mar 2018 at 11:57 #57655AnonymousInactiveWhat 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 …
Fri 9 Mar 2018 at 12:08 #57656AnonymousInactiveCan 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.
Fri 9 Mar 2018 at 14:37 #57659FrankyKeymasterNo, properties are not attributes. See your rsvp tab for the event.
Fri 9 Mar 2018 at 16:04 #57663AnonymousInactive???
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…
-
AuthorPosts
- The forum ‘Generic’ is closed to new topics and replies.