• Resolved wpinway

    (@wpinway)


    Hi,

    I have the Booking Calendar plugin on my website. It works well but sometime when I’m trying to reach the website by the link, I have a full white page with “Dates unavailable” writed. And the website is not loaded.

    The source of this page is :

    <script type=”text/javascript”>
    if ( jQuery(‘#submiting1’ ).length ) {
    // Disable spinning
    document.getElementById(‘submiting1’).innerHTML = ”;
    // Show Error message under the calendar
    showMessageUnderElement( ‘#date_booking1’,
    Erreur! Probablement que ces dates viennent jsute d\’etre réservées par un autre visiteur. Veuillez recharger cette page et refaire votre réservation.’ , ‘alert-danger’);
    // Scroll to the calendar
    makeScroll(‘#calendar_booking1’);
    // Enable Submit button
    jQuery(‘#booking_form_div1 input[type=button]’).prop(“disabled”, false);
    jQuery( ‘#booking_form_div1 button’ ).prop( “disabled”, false ); //FixIn: 8.6.1.8
    }
    </script> Dates unavailable

    ——

    There is nothing else on the page. And if I refresh, the website is well loaded. Any idea about this problem ?

Viewing 1 replies (of 1 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Please recheck your error.log in your server configuration, about any relative errors. If you can not find error.log file, please contact support of your hosting company about helping in finding this file.

    It seems like there are 500 Server Error on your server.

    Probably it’s because of some low memory issue configuration at the server, or because of some php error in some of the activated plugins.

    Kind Regards.

Viewing 1 replies (of 1 total)

The topic ‘“Dates unavailable” page’ is closed to new replies.