• Resolved niiconn

    (@niiconn)


    Hi there,

    I have a problem with the booking form. After submitting, it’s stuck at loading, showing the loading-spinner, but nothing happens. I have Stripe activated and configured as a gateway. The console shows no errors. I also have pending bookings in the backend.

    • This topic was modified 8 years, 8 months ago by niiconn.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Franky

    (@liedekef)

    Upon booking, this error is shown:

    <br />
    <b>Warning</b>:  stream_socket_enable_crypto(): Peer certificate CN=<code>*.cyon.net' did not match expected CN=</code>localhost' in <b>/home/jugendac/public_html/jugend-access/_test/christinajaccard/wp/wp-includes/class-smtp.php</b> on line <b>368</b><br />

    Meaning the certificate of your smtp server is in fact not correct (or you should not be using localhost). Deactivate php warnings (that would stop this message), and also activate the EME option to ignore certificate errors (in EME Settings => tab ‘Mail’, option ‘Verifiy SMTP certificates’) or use correct SMTP server settings …

    • This reply was modified 8 years, 8 months ago by Franky.
    Thread Starter niiconn

    (@niiconn)

    Thank you Franky. Didn’t think about the mail options. Now it works. Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Booking form stuck at loading’ is closed to new replies.