Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • It does support adding or removing emails manually. It adds “Email Notifications” on the Options tab of your Admin area to allow you to import addresses, export addresses, remove addresses, email list subscribers and update settings.

    I was having both the a€?Could not successfully run querya€? error as well as the

    Warning: main(/maillist/wpemn_config.php): failed to open stream: .
    No such file or directory in /home/globbor/public_html/sunnah/wp-content/plugins/wp-email-notification/index.php on line 19
    Warning: main(/maillist/wpemn_config.php): failed to open stream: No such file or directory in /home/globbor/public_html/sunnah/wp-content/plugins/wp-email-notification/index.php on line 19
    Warning: main(): Failed opening ‘/maillist/wpemn_config.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/globbor/public_html/sunnah/wp-content/plugins/wp-email-notification/index.php on line 19

    errors that some people were reporting and was able to get both resolved by doing the following:

    Backed up entire WordPress folder and database (https://codex.www.ads-software.com/WordPress_Backups) just in case.
    Deactivated the Email notification plugin.
    Deleted maillist and wp-email-notification folders.
    Dropped the wp_email_list and the wp_email_list_config tables from my WordPress database using phpMyAdmin.
    Uploaded maillist folder to the root of my WordPress folder and uploaded wp-email-notification folder to my WordPress plugins folder.
    Chmod 666 wpemn_config.php in the maillist folder.
    Commented out line 19 in wp-email-notification/index.php :

    /* If maillist isn’t located at your web root this will need to be changed */
    // include (“$DOCUMENT_ROOT/maillist/wpemn_config.php”);

    Uncommented line 22 of wp-email-notification/index.php:

    /* If your maillist directory is located in your wordpress directory, you can use this instead of line 19 */
    include (ABSPATH.”/maillist/wpemn_config.php”);
    ?>

    Ran the install script yoursite.com/your_wordpress_directory/maillist/install.php
    Used yoursite.com/your_wordpress_directory as Site URL and Blog URL on install

    Activated the plugin and everything was looking good. Ia€?m no PHP programmer so I recommend backing everything up first.You can see it in action on the a€?Baby Bloga€? I built for my son a€“ https://loudlove.com/wordpress.

    Forum: Plugins
    In reply to: E-mail a friend plugin?

    Solved my problem….. thanks.

    Thread Starter biggworm

    (@biggworm)

    Thank you very much Southerngal for the help and kind words. Your fix was just the thing. Have yourself a good day.

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