• Resolved furtice

    (@furtice)


    Morning Jan,

    All was working fine but isn’t anymore.
    At backend i can’t save anything.
    At front-end i can fill the (contact7) form, and it is saying the booking is sent but again nothing happens in backend.

    I’m working with wp 4.3.1. an your plugin 1.4.1.
    In addition i’ve installed “Contact Form 7 IE DatePicker and Number Spinner Fix” to show calender in datepicker field.
    I’ve tested this issue on multiple browsers and all fail.

    https://www.ads-software.com/plugins/jm-avail-booking/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Jan Maat

    (@jan-maat)

    Hi

    Let’s start with the backend. Do you receive an error message on top of the page?

    For the frontend. Did you read the description for the changes? I needed to change the use of the datepicker around the checkin and checkout date.
    They must be in the format:

    **Check-in Date** – [text* start_date] *This must be a text field!!*

    **Check-out Date** – [text* end_date] *This must be a text field!!*

    Regards,

    Jan

    Thread Starter furtice

    (@furtice)

    Een fout tijdens het opslaan. is the error mssg.

    I’ve made changes on form as been told. But now i’ve lost function of datepicker and still the form is not processed…

    If you want a login to look for yourself please send pm

    Plugin Contributor Jan Maat

    (@jan-maat)

    Hi,

    Do you have access to phpMyAdmin. If so can you give me de structure of the table wp_availabilitybooking_bookings.

    Regards,

    Jan

    Thread Starter furtice

    (@furtice)

    1 id bigint(20) UNSIGNED Nee
    2 name varchar(100) utf8mb4_unicode_ci Nee
    3 status int(11) Nee
    4 start_date date Nee
    5 end_date date Nee
    6 email varchar(255) utf8mb4_unicode_ci Nee
    7 phone varchar(20) utf8mb4_unicode_ci Nee
    8 country varchar(50) utf8mb4_unicode_ci Nee
    9 language varchar(10) utf8mb4_unicode_ci Nee
    10 uid varchar(1000) utf8mb4_unicode_ci Nee

    Plugin Contributor Jan Maat

    (@jan-maat)

    Something did go wrong during the update.
    The easiest way to solve this to change the uid varchar(1000) into varchar(500) and to add the field
    number_of_persons ,int(11) ,not empty, default 0
    Make first a XML export to save your bookings.

    How do I send you a pm?

    Regards,

    Jan

    Thread Starter furtice

    (@furtice)

    Plugin Contributor Jan Maat

    (@jan-maat)

    The frontend issue with CTF7 datepicker is my mistake in the description. The checkin and checkout field in the CTF7 should be:
    [text* start_date id:start_date] and [text* end_date id:end_date ]

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘error saving boeking’ is closed to new replies.