Title: Error message
Last modified: August 31, 2016

---

# Error message

 *  Resolved [webstationfactory](https://wordpress.org/support/users/webstationfactory/)
 * (@webstationfactory)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-message-502/)
 * Hi,
 * I would like to user your great Plugin for a customer but I’m facing several 
   issues while testing on my localhost:
 * 1. I’m getting 3 issues – including an error message – in the Salon settings 
   under “Booking rules”. [See screenshot](https://www.dropbox.com/s/cm9dnl4ex2ub5jr/Error-under-booking-rules.jpg?dl=0)
 * 2. On the frontend the days are not selectable. [See screenshot](https://www.dropbox.com/s/80u57hcjagpi5q6/Days-not-selectable.jpg?dl=0).
 * 3. On the frontend the availability check does not work. It keeps on spinning
   forever. [See screenshot](https://www.dropbox.com/s/bl0iz49zza2r4nx/Availability-check-fail.jpg?dl=0).
 * Many thx for your support!
 * [https://wordpress.org/plugins/salon-booking-system/](https://wordpress.org/plugins/salon-booking-system/)

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

 *  Thread Starter [webstationfactory](https://wordpress.org/support/users/webstationfactory/)
 * (@webstationfactory)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-message-502/#post-7052086)
 * Hi,
 * I have tried the 3 recommendations from your “How to debug” page but it does 
   not make any difference.
 * Do you have other hints?
 *  Plugin Author [Dimitri Grassi](https://wordpress.org/support/users/wordpresschef/)
 * (@wordpresschef)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-message-502/#post-7052100)
 * Hi,
 * please paste here the URL of your website but be sure to have a wordpress standard
   theme active and only Salon booking as active plugin.
 * D.
 *  Thread Starter [webstationfactory](https://wordpress.org/support/users/webstationfactory/)
 * (@webstationfactory)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-message-502/#post-7052124)
 * Hello,
 * I only had a local install but I just created a Production demo test here:
    [http://www.webstationfactory.com/](http://www.webstationfactory.com/)
 * I don’t have the 3 issues above anymore however I have new ones:
 * 1. Holidays are reset to 31/12/1899 when a range such as 08/02/2016 to 12/02/
   2016 is set and setting saved. I noticed it does not happen when setting the 
   blog in EN-US (I’m using FR. In IT is seem to have the same issue). [See screenshot](https://www.dropbox.com/s/jbrqf50lmr6x4ng/31.12.1899.jpg?dl=0).
 * 2. When the holidays mentioned above are set the booking tool does not appear
   but leaves a blank page. [See screenshot](https://www.dropbox.com/s/1assiul6e55fyyn/no-booking-tool-with-holidays-set-to-31.12.1899.jpg?dl=0).
 * 3. When working (without holidays set then), the default date appearing when 
   trying to book is 31/12/2016. Why not the current day? [See screenshot](https://www.dropbox.com/s/ft3oneu9zdige33/default-date-31.12.2016.jpg?dl=0).
 * 4. After choosing a time slot the availability keeps on spinning forever. [See screenshot](https://www.dropbox.com/s/377vyr5u6pvr4je/Availability-check-keeps-on-spinning.jpg?dl=0).
 * Let me know if you want me to create credentials to allow you to access my WP
   Admin.
 * Thx
 *  Plugin Author [Dimitri Grassi](https://wordpress.org/support/users/wordpresschef/)
 * (@wordpresschef)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-message-502/#post-7052141)
 * Hi,
 * you’ve found a bug with the french language : )
 * we are working on it – thank you.
 * I’ll keep you posted.
 * D.
 *  Plugin Author [Dimitri Grassi](https://wordpress.org/support/users/wordpresschef/)
 * (@wordpresschef)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-message-502/#post-7052205)
 * Hi,
 * please replace the code of this file:
 * /js/datepicker_language/bootstrap-datetimepicker.fr.js
 * whit the following code:
 *     ```
       /**
        * French translation for bootstrap-datetimepicker
        * Nico Mollet <nico.mollet@gmail.com>
        */
       ;(function($){
       	$.fn.datetimepicker.dates['fr'] = {
       		days: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"],
       		daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam", "Dim"],
       		daysMin: ["D", "L", "Ma", "Me", "J", "V", "S", "D"],
       		months: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"],
       		monthsShort: ["Jan", "Fév", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Dec"],
       		today: "Aujourd'hui",
       		suffix: [],
       		meridiem: ["am", "pm"],
       		weekStart: 1,
       		format: "dd/mm/yyyy"
       	};
       }(jQuery));
       ```
   
 *  Thread Starter [webstationfactory](https://wordpress.org/support/users/webstationfactory/)
 * (@webstationfactory)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-message-502/#post-7052280)
 * Hello,
 * Despite version 2.3 has been released I can’t still book holidays period. Could
   you let me know when this could be solved? I’m considering using your plugin 
   for a customer but I can’t commit as long as this problem occurs.
 * Thx!
 *  Plugin Author [Dimitri Grassi](https://wordpress.org/support/users/wordpresschef/)
 * (@wordpresschef)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-message-502/#post-7052281)
 * Hi,
 * could you remember to me this last problem?
 * D.
 *  Thread Starter [webstationfactory](https://wordpress.org/support/users/webstationfactory/)
 * (@webstationfactory)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-message-502/#post-7052283)
 * Yes sure:
    Holidays are reset to 31/12/1899 when a range such as 08/02/2016 to
   12/02/2016 is set and setting saved. I noticed it does not happen when setting
   the blog in EN-US (I’m using FR. In IT is seem to have the same issue). [See screenshot](https://www.dropbox.com/s/jbrqf50lmr6x4ng/31.12.1899.jpg?dl=0).
 *  Thread Starter [webstationfactory](https://wordpress.org/support/users/webstationfactory/)
 * (@webstationfactory)
 * [10 years ago](https://wordpress.org/support/topic/error-message-502/#post-7052306)
 * Hello,
 * Do you have an update on this issue please? I need tp be able to make a quote
   for a customer. If this can’t be solved I will have to look for another solution.
 * Thx
 *  Plugin Author [Dimitri Grassi](https://wordpress.org/support/users/wordpresschef/)
 * (@wordpresschef)
 * [10 years ago](https://wordpress.org/support/topic/error-message-502/#post-7052309)
 * Hi,
 * sorry for the delay even in this case the bug you pointed out should be fixed
   inside the current available version.
 * Kind regards

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

The topic ‘Error message’ is closed to new replies.

 * ![](https://ps.w.org/salon-booking-system/assets/icon-256x256.gif?rev=3214950)
 * [Salon Booking System - Free Version](https://wordpress.org/plugins/salon-booking-system/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/salon-booking-system/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/salon-booking-system/)
 * [Active Topics](https://wordpress.org/support/plugin/salon-booking-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/salon-booking-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/salon-booking-system/reviews/)

## Tags

 * [settings](https://wordpress.org/support/topic-tag/settings/)

 * 10 replies
 * 2 participants
 * Last reply from: [Dimitri Grassi](https://wordpress.org/support/users/wordpresschef/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/error-message-502/#post-7052309)
 * Status: resolved