Events Made Easy Forums Bug fixed or feature request implemented weird behaviour of multiseat/multiprice event – not sure if it's a bug (1.9.0)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #56382
    Anonymous
    Inactive

    After an update from previous version to 1.9.0 i made a copy of a multiseat/multiprice event and altered it to my needs.

    What i have is:

    seats: 25||25||25||25||25||25||40||40||40||40
    price: 0||0||0||0||0||0||0||0||0||0
    waiting list: 0
    minimum seats to book: 0
    maximum seats to book: 2

    Booking form:

    <b >#_AVAILABLESPACES freie Plätze!</b>
    <table class='eme-rsvp-form'>
    			<tr><th colspan="2" style="background-color:#F33F3F; color:#FFFFFF; text-align:center;"><h2>Persönliche Daten</h2></th></tr>
                <tr><th scope='row'>* FahrerIn VORNAME:<br /><br /><br />FAMILIENNAME:</th><td>#REQ_FIRSTNAME #_NAME</td></tr>
    			<tr><th scope='row'>* E-Mail:</th><td>#_EMAIL</td></tr>
                <tr><th scope='row'>BeifahrerIn VORNAME:<br /><br />FAMILIENNAME:</th><td>#_FIELD{28}<br />#_FIELD{1}<br />(Bitte VOR- und FAMILIENNAME getrennt in die Felder eintragen)</td></tr>
    </table>
    
    <table class='eme-rsvp-form'>
                <tr><th colspan="2" style="background-color:#F33F3F; color:#FFFFFF; text-align:center;"><h2>FREITAGSEVENT</h2><b>BITTE DIE ANZAHL DER TEILNEHMENDEN PERSONEN AM GEWÜNSCHTEN EVENT EINGEBEN!!!<br />Bite keine Plätze reservieren, wenn du erst am Freitag Abend anreist!</b></th></tr>
    			<tr><td style="width: 200px;text-align:right;">AKW 1 #_SEATS{1}</td><td>(#_AVAILABLESEATS{1} Plätze frei)
    			<br />Abfahrt 8:10 - Führung 9:00
    			<br />Anschließend Oldtimer-Museum Koller</td></tr>
    			<tr><td style="width: 200px;text-align:right;">AKW 2 #_SEATS{2}</td><td>(#_AVAILABLESEATS{2} Plätze frei)
    			<br />Abfahrt 8:10 - Führung 9:00
    			<br />Anschließend Rrrolli-Pop Eggenburg</td></tr>
    			<tr><td style="width: 200px;text-align:right;">AKW 3 #_SEATS{3}</td><td>(#_AVAILABLESEATS{3} Plätze frei)
    			<br />Abfahrt 10:10 - Führung 11:00
    			<br />Anschließend Karikaturen-Museum</td></tr>
    			<tr><td style="width: 200px;text-align:right;">AKW 4 #_SEATS{4}</td><td>(#_AVAILABLESEATS{4} Plätze frei
    			<br />Abfahrt 9:20 - Tour durch den Dunkelsteiner Wald - Führung 11:00
    			<br />Anschließend Karikaturen-Museum</td></tr>
    			<tr><td style="width: 200px;text-align:right;">AKW 5 #_SEATS{5}</td><td>(#_AVAILABLESEATS{5} Plätze frei)
    			<br />Abfahrt 8:20 - Rrrolli-Pop Eggenburg
    			<br />AKW Führung 14:00</td></tr>
    			<tr><td style="width: 200px;text-align:right;">AKW 6 #_SEATS{6}</td><td>(#_AVAILABLESEATS{6} Plätze frei)
    			<br />Abfahrt 8:20 - Oldtimer-Museum Koller
    			<br />AKW Führung 14:00</td></tr>
    			<tr><td style="width: 200px;text-align:right;">Geführte Tour 1 #_SEATS{7}</td><td>(#_AVAILABLESEATS{7} Plätze frei)</td></tr>
    			<tr><td style="width: 200px;text-align:right;">Geführte Tour 2 #_SEATS{8}</td><td>(#_AVAILABLESEATS{8} Plätze frei)</td></tr>
    			<tr><td style="width: 200px;text-align:right;">Geführte Tour 3 #_SEATS{9}</td><td>(#_AVAILABLESEATS{9} Plätze frei)</td></tr>
    			<tr><td style="width: 200px;text-align:right;">Geführte Tour 4 #_SEATS{10}</td><td>(#_AVAILABLESEATS{10} Plätze frei)</td></tr>
    </table>
    
                #_SUBMIT

    The result ist an error which says (corresponding translated from german) that i do not have enough deatils for (each) #_SEATxx in my registration form.

    If i ad another

    <tr><td style="width: 200px;text-align:right;">Geführte Tour 5 #_SEATS{11}</td><td>(#_AVAILABLESEATS{11} Plätze frei)</td></tr>

    to my form, i get following debug information:

    Warning: Invalid argument supplied for foreach() in /home/.../plugins/events-made-easy/eme_UI_helpers.php on line 168

    What’s going wrong here?

    Thanks in advance for any help,

    Werner

    #56383
    Anonymous
    Inactive

    After an update from previous version to 1.9.0 i made a copy of a multiseat/multiprice event and altered it to my needs.

    What i have is:

    seats: 25||25||25||25||25||25||40||40||40||40
    price: 0||0||0||0||0||0||0||0||0||0
    waiting list: 0
    minimum seats to book: 0
    maximum seats to book: 2

    Booking form:

    <b >#_AVAILABLESPACES freie Plätze!</b>
    <table class='eme-rsvp-form'>
    			<tr><th colspan="2" style="background-color:#F33F3F; color:#FFFFFF; text-align:center;"><h2>Persönliche Daten</h2></th></tr>
                <tr><th scope='row'>* FahrerIn VORNAME:<br /><br /><br />FAMILIENNAME:</th><td>#REQ_FIRSTNAME #_NAME</td></tr>
    			<tr><th scope='row'>* E-Mail:</th><td>#_EMAIL</td></tr>
                <tr><th scope='row'>BeifahrerIn VORNAME:<br /><br />FAMILIENNAME:</th><td>#_FIELD{28}<br />#_FIELD{1}<br />(Bitte VOR- und FAMILIENNAME getrennt in die Felder eintragen)</td></tr>
    </table>
    
    <table class='eme-rsvp-form'>
                <tr><th colspan="2" style="background-color:#F33F3F; color:#FFFFFF; text-align:center;"><h2>FREITAGSEVENT</h2><b>BITTE DIE ANZAHL DER TEILNEHMENDEN PERSONEN AM GEWÜNSCHTEN EVENT EINGEBEN!!!<br />Bite keine Plätze reservieren, wenn du erst am Freitag Abend anreist!</b></th></tr>
    			<tr><td style="width: 200px;text-align:right;">AKW 1 #_SEATS{1}</td><td>(#_AVAILABLESEATS{1} Plätze frei)
    			<br />Abfahrt 8:10 - Führung 9:00
    			<br />Anschließend Oldtimer-Museum Koller</td></tr>
    			<tr><td style="width: 200px;text-align:right;">AKW 2 #_SEATS{2}</td><td>(#_AVAILABLESEATS{2} Plätze frei)
    			<br />Abfahrt 8:10 - Führung 9:00
    			<br />Anschließend Rrrolli-Pop Eggenburg</td></tr>
    			<tr><td style="width: 200px;text-align:right;">AKW 3 #_SEATS{3}</td><td>(#_AVAILABLESEATS{3} Plätze frei)
    			<br />Abfahrt 10:10 - Führung 11:00
    			<br />Anschließend Karikaturen-Museum</td></tr>
    			<tr><td style="width: 200px;text-align:right;">AKW 4 #_SEATS{4}</td><td>(#_AVAILABLESEATS{4} Plätze frei
    			<br />Abfahrt 9:20 - Tour durch den Dunkelsteiner Wald - Führung 11:00
    			<br />Anschließend Karikaturen-Museum</td></tr>
    			<tr><td style="width: 200px;text-align:right;">AKW 5 #_SEATS{5}</td><td>(#_AVAILABLESEATS{5} Plätze frei)
    			<br />Abfahrt 8:20 - Rrrolli-Pop Eggenburg
    			<br />AKW Führung 14:00</td></tr>
    			<tr><td style="width: 200px;text-align:right;">AKW 6 #_SEATS{6}</td><td>(#_AVAILABLESEATS{6} Plätze frei)
    			<br />Abfahrt 8:20 - Oldtimer-Museum Koller
    			<br />AKW Führung 14:00</td></tr>
    			<tr><td style="width: 200px;text-align:right;">Geführte Tour 1 #_SEATS{7}</td><td>(#_AVAILABLESEATS{7} Plätze frei)</td></tr>
    			<tr><td style="width: 200px;text-align:right;">Geführte Tour 2 #_SEATS{8}</td><td>(#_AVAILABLESEATS{8} Plätze frei)</td></tr>
    			<tr><td style="width: 200px;text-align:right;">Geführte Tour 3 #_SEATS{9}</td><td>(#_AVAILABLESEATS{9} Plätze frei)</td></tr>
    			<tr><td style="width: 200px;text-align:right;">Geführte Tour 4 #_SEATS{10}</td><td>(#_AVAILABLESEATS{10} Plätze frei)</td></tr>
    </table>
    
                #_SUBMIT

    The result ist an error which says (corresponding translated from german) that i do not have enough deatils for (each) #_SEATxx in my registration form.

    If i ad another

    <tr><td style="width: 200px;text-align:right;">Geführte Tour 5 #_SEATS{11}</td><td>(#_AVAILABLESEATS{11} Plätze frei)</td></tr>

    to my form, i get following debug information:

    Warning: Invalid argument supplied for foreach() in /home.../plugins/events-made-easy/eme_UI_helpers.php on line 168

    What’s going wrong here?

    Thanks in advance for any help,

    Werner

    #56657
    Franky
    Keymaster

    This should already be fixed in the current version, so I’m marking it as closed (let me know if not the case).

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