Hello @yesoakshith
Hope you’re doing well!
I could not reproduce this issue on my end, appointments can be created with no issue. Please deactivate all the plugins except Appointments and see if a new appointment can be added. If all is well, activate one plugin at the time till you will find the plugin that may be causing a conflict.
If the issue still persists, when all the other plugins are deactivated, please enable WordPress debug. Add the following lines to the wp-config.php file:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
Make sure that you insert these lines above /* That's all, stop editing! Happy blogging. */ line.
Go to the back end and try to add new appointment again. This way all errors will be saved in the debug.log file inside the /wp-content/ directory. Upload the debug.log file to Dropbox/Google Drive and share a download link with us.
Please advise,
Kind regards,
Nastia
Well the problem caused was due to an extra <table> tag out of foreach loop for shop_order post_type in a plugin created by me and I don’t know how that code has caused trouble for appointments backend ajax functioning. Anyways the issue is resolved.
I am not able to find the shortcodes page as mentioned on Appointments website. Can you provide me with a link for all shortcodes?
Thank you in advance.
I got the shortcodes page by googling around…
There is an other problem
If I have two service providers SP1 and SP2 and a service of 1Hr for both SP1 and SP2, then when I create an appointment for SP1 on day1 for the common service, I am not able to book the same slot for same service for SP2.
I have disabled all the plugins and tried and also I have tried debug thing and no log file is being created.
Thank you in advance.
Hey ,
Hope you’re well.
You can check shortcodes at this URL: https://premium.wpmudev.org/docs/getting-started/appointments-shortcode-reference/ and also Appointments adds button to WordPress content editor, so you can find shortcodes there too;

I tried two service provider like this;

And looks like it automatically allow, two times appointment for the same day and time. So can you show me your settings? Maybe you changed “Capacity” for service 1? It should be 0 for unlimited.
Cheers,
Oguz
Well it was “0” but I have changed it to “1” and then rechanged it to “0” and now it is working.
Anyways thank you for the quick replies.