Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Punkis,

    Yes This is a bug in plugin. but it resolve by small changes in code.
    if you are comfortable in code editing then i provide you code with instruction
    we fix it in our next update…
    Thanks

    Thread Starter punkis

    (@punkis)

    Hi

    Yes I’m comfortable in code editing. Please send me instructions.

    regards
    Magnus

    Hi Mangus,
    1. go to in your plugin directory
    2. select menu-pages folder.
    3. open file manage-bookings-update.php
    4 go to line number 102 and replace old all if condition with this new code
    if($Action == “perform-update-class-booking”) {
    $ClassBookingUpdateSQL = “UPDATE $ClassBookingsTable SET name = ‘$Name’, email = ‘$Email’, phone = ‘$Phone’, sn = ‘$Note’ WHERE id = ‘$Id’;”;
    $wpdb->query($ClassBookingUpdateSQL);
    }
    I think it will work for you
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Update don't work’ is closed to new replies.