• Resolved davidh6677

    (@davidh6677)


    Messages don’t send, on multiple WordPress installations I’ve tried the plugin on.

    After pressing “send message” with all fields filled, a notification is received that shows “message successfully send”. However the message isn’t actually sent. A moment later in the red site-wide notification bar at the top of the screen there is a “0”.

    The email notification of the message is sent though.

    I’ve made no edits to the php files in the plugin folder and have tried the latest version of the plugin, as well as versions 3.2, 3.1, and 2.2.

    Announcement’s also don’t appear, and I have tested with all options on and off in the Front End PM settings.

    https://wordpress.org/plugins/front-end-pm/

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

    (@shamim51)

    can you access database and see this plugin’s tables are there?

    Thread Starter davidh6677

    (@davidh6677)

    Yes, there is fep_messages and fep_meta. Oh and I don’t think I mentioned, it’s a multisite installation, the fep tables are only on one of the sites prefix, though there are three sites each with different prefix’s in the database.

    Plugin Author Shamim Hasan

    (@shamim51)

    For multisite if you want to separate messages for each site, activate this plugin per site (not network activate).

    if you want to access all messages from all site when user in any site add following code in config.php before activate this plugin before /* That's all, stop editing! Happy blogging. */

    define('FEP_MESSAGES_TABLE',$table_prefix.'fep_messages');
    define('FEP_META_TABLE',$table_prefix.'fep_meta');

    For multisite this plugin is not tested properly. Please report if you found any bug

    Thread Starter davidh6677

    (@davidh6677)

    Perfect, that did the job.

    Thank you very much. This is an excellent plugin 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Messages don't send in any WP installations I've tested with.’ is closed to new replies.