no output suddenly
-
I did a system update and some other updates, and suddenly EME is not producing any output, i.e. booking recorded message. By that I mean that when I sign up for an event, I am returned to the same page (fields wiped, new captcha) with no message of any kind — if it is there, it is being rewritten…. I dont know how to diagnose it. I have Show RSVP form again after booking? set to NO, but it is staying on that page…
I tried disabling the captcha, but no change.
here is my registration form:
<br /> <h1>Family Profile</h1> <table class="eme-rsvp-form alignleft" style="width:100%;"> <tbody> <tr><th>[member_only]Email: [/member_only]</th><td>[snuser_email]</td> </tr> <tr><th>[member_only]Parent's name:[/member_only]</th><td>[snuser_firstname]</td> </tr> <tr><th>[member_only]Children's Names/Ages:[/member_only]</th><td>[user_lastname]</td> </tr> <tr> <th style="text-align: center;" colspan="2" scope="row">To change this information, <a href="https://chocochoco.byethost4.com/wp/pm_profile/">change your profile</a>.</td> </tr> </tbody> </table> <p style="text-align: left;">If are already reserved for this event, it will appear below:</p> <div>[eme_mybookings id=#_EVENTID template_id=7 template_id_footer=8]</div> <h1>Register for the event</h1> <span style="display:none;" > #_NAME, #_EMAIL</span> <table class="eme-rsvp-form alignleft" style="width:100%;"> <tbody> <tr> <th style="text-align: right;" scope="row">How many children under 3? *</th> <td>#_SEATS{1}</td> </tr> <tr> <th style="text-align: right;" scope="row">How many children 3 or over? *</th> <td>#_SEATS{2}</td> </tr> <tr> <th style="text-align: right;" scope="row">Comments, Questions, Suggestions</th> <td style="vertical-align:middle">#_COMMENT</td> </tr> <tr><th scope='row'>Please fill in the code displayed here:</th><td>#_CAPTCHA</td></tr> <tr> <th style="text-align: center;" colspan="2" scope="row">#_SUBMIT</th> </tr> </tbody> </table>
As a test I am using only a simple booking
- The topic ‘no output suddenly’ is closed to new replies.