• Resolved anamostafa

    (@anamostafa)


    Hello,
    After upgrade from 8 to latest version 10.1.3 , the database update never complete. I checked the box of “Remove Data on Uninstal” the deactivated the plugin , deleted it, then I installed a fresh copy.

    Now when I try to send new message I always get an error “something went wrong” , I enabled the debug mode and I found that fep_messages table doesn’t exist error.

    How can I fix this now ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Shamim Hasan

    (@shamim51)

    Are you using multisite?
    Can you check your database if any table exists name start with fep_?

    Thread Starter anamostafa

    (@anamostafa)

    Thank you for your fast reply.

    No I am just using a single WordPress website.
    There is on tables start with fep_ at all .

    Thread Starter anamostafa

    (@anamostafa)

    sorry, There is no tables start with fep_ at all .

    Plugin Author Shamim Hasan

    (@shamim51)

    Please check again if there is any table start with PREFIX_fep_ where PREFIX is your table prefix.
    If no, then add delete_site_option( 'fep_db_version' ); in your theme’s (child theme’s if any) functions.php then refresh your website couple of times. Then remove this code and try to send a message.

    Thread Starter anamostafa

    (@anamostafa)

    I figure it out … It was my fault !!
    For security reasons I’ve removed the table creation from database user privilege.

    It’s working fine now. Thank you so much.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘fep_messages table doesn’t exist’ is closed to new replies.