Booking Form "Missing Payload"

This topic contains 1 reply, has 2 voices, and was last updated by  Stephen Harris 6 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27422

    I am unable to save changes to the booking form or create a new one it keeps saying “Missing Payload” in an alert window.

    Gerald Janosko
    #27428

    This will happen if another plug-in makes the call:

    file_get_contents('php://input');
    

    As subsequent calls will return an empty string. To check that this is a plug-in conflict, try temporarily disabling all other plug-ins until the problem is fixed (if it is fixed). I can then take a look at the plug-in, but it maybe something for that plug-in’s author to fix.

    (Alternatively search all plugin files for php://input

    Stephen Harris
Viewing 2 posts - 1 through 2 (of 2 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.