Title: AJAX Problems
Last modified: August 21, 2016

---

# AJAX Problems

 *  Resolved [plizzo](https://wordpress.org/support/users/plizzo/)
 * (@plizzo)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/ajax-problems/)
 * Hello!
 * Thanks for the plugin, it’s perfect for booking of our shared apartment abroad.
   I’ve configured everything and started using it, but I’ve noticed that all AJAX
   actions just hang there, and there is no response back. For instance, when I 
   add a booking I just get the spinner, but no confirmation what so ever.
 * No matter how long I wait, I don’t get any feedback. Same goes for actions within
   the WP-admin. I notice that the actions work, and they do what they’re supposed
   to but the lack of feedback is quite annoying.
 * I’m guessing that this is a bug, and as a PHP developer I’d be happy to assist
   you in debugging if you need my help.
 * Best regards,
    Jonathan
 * [http://wordpress.org/plugins/booking/](http://wordpress.org/plugins/booking/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/ajax-problems/#post-3952200)
 * Hello.
    1) This issues is possible, when you try to load the page, where DNS 
   is different from that you are configured at the WordPress General settings. 
   For example.
 * If you are request the site on the following URL [http://www.server.com/my-booking-page/](http://www.server.com/my-booking-page/)
 * but main part of your scripts are loading from this URL (without “www”) : [http://server.com](http://server.com)
 * so then you will have that type of issue. You are also can see the “0 error” 
   in the browser.
 * The Ajax request (its the request when we are making new booking) is possible
   to execute only to the same site, which is loaded in the browser URL, so thats
   why we are get this error.
 * Probably you are need to set the correct URL at the WordPress Settings General
   at the WordPress Address and Site Address.
 * 2) Please check other similar issues at the FAQ here [http://wpbookingcalendar.com/faq/](http://wpbookingcalendar.com/faq/)
   at the troubleshooting section.

Viewing 1 replies (of 1 total)

The topic ‘AJAX Problems’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/ajax-problems/#post-3952200)
 * Status: resolved