• Resolved ellupi

    (@ellupi)


    Hello,
    I can’t send messages with front end pm the loading bar stops at 95% and I get this message ” Refresh this page and try again. ” I tried to disable all my plugins one by one as well as my theme, but nothing changes. Could someone help me?

    • This topic was modified 6 years ago by ellupi.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Shamim Hasan

    (@shamim51)

    Please uninstall and then again install the plugin.
    Also please check if there any DB table named starting with PREFIX_fep_

    Let me know.

    Thread Starter ellupi

    (@ellupi)

    I tried to uninstall and reinstall and it didn’t change anything, where can I find this DB table?

    Plugin Author Shamim Hasan

    (@shamim51)

    You can go to Front End PM > Settings > General and check “Remove data on uninstall” and save changes.

    Then deactivate and delete the plugin from wp admin.
    Again install the plugin from wp.

    Then check if you can send message.

    Let me know.

    Thread Starter ellupi

    (@ellupi)

    I tried exactly what you said, but it still doesn’t work. This plugin seems to work with everyone but not with me. Whereas I really need a private messaging system for my site. What can I do now?

    Plugin Author Shamim Hasan

    (@shamim51)

    You can contact your host and get the following answers
    1. Is your wordpress DB_USER has the privilege to create db table?
    2. Is there any DB table named starting with PREFIX_fep_ ? If yes, what are those?

    If you want more personalize support form me you can contact through https://www.shamimsplugins.com/contact-us/

    Thread Starter ellupi

    (@ellupi)

    Hello,
    To answer your two questions:
    1. Yes
    2. No

    What can I do now?

    Thread Starter ellupi

    (@ellupi)

    I really need help, there is not really a private messaging plugin with an extension for woocommerce on the market. can someone help me?

    Plugin Author Shamim Hasan

    (@shamim51)

    is your website is single site or multisite?

    Add following code in your theme’s (child theme’s if you are using) functions.php, refresh your website one time, then remove this code. Then see if it is working

    delete_option( 'FEP_admin_options' );
    delete_option( 'fep_updated_versions' );
    delete_option( 'fep_db_version' );
    

    If still not working and there is no DB table named starting with PREFIX_fep_ then it is obvious that your DB user does not have capability to create DB table. Ask your hosting support to add that capability to your DB user then try above steps again.

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

The topic ‘can not send message’ is closed to new replies.