Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adamtcc

    (@adamtcc)

    Anyone have any idea how to fix this without having to completely remove/uninstall the app and then reinstall it?

    Thread Starter adamtcc

    (@adamtcc)

    Thanks for the reply @codepeople

    I installed “Query Monitor” and I did get 2 database errors after clicking save changes:

    Query
    —–
    ALTER TABLE wp4t_cpappbk_forms
    ADD vs_text_nmore text

    Caller
    ——
    CP_APPBOOK_BaseClass->add_field_verify()

    Component
    ———
    Plugin: appointment-hour-booking

    Error Message
    ————-
    Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs

    Error Code
    ———-
    1118

    ===
    AND
    ===

    Query
    —–
    UPDATEwp4t_cpappbk_forms`

    Caller
    ——
    CP_AppBookingPlugin->save_options()

    Component
    ———
    Plugin: appointment-hour-booking

    Error Message
    ————-
    Unknown column ‘vs_text_nmore’ in ‘field list’

    Error Code
    ———-
    1054

    Thread Starter adamtcc

    (@adamtcc)

    Thanks for the reply @launchme10x

    I’m not sure what you are suggesting that I do.

    I installed a new plugin called WP Super Cache and used it to delete the cache, that didn’t fix it. I also deactivated the Appointment Hour Booking plugin and reactivated it, that didn’t fix it. Is that what you were suggesting?

    Also, I found out that updates were done this morning which might have caused this new problem.

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