• The Word Press Email Notification Plugin has been updated to version 2.2.

    Download

    Updates to this version:
    * Added a template option for HTML emails (a HUGE hat tip goes out to Jeff Mikels for this functionality)
    * Added option for admin to remove people from the list

Viewing 15 replies - 16 through 30 (of 44 total)
  • Please help me I have error in my admin section when use this plugin.

    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

    looks like you are missing the files or they are in the wrong place. try uploading w/ FTP again according to the instructions.

    I’ve been trying to get this but just fall short. I get many errors no matter how much I edit. This whole /home/totallyo/public_html/blog/maillist/index.php…I ftp to totallyout.com/public_html/blog/maillist/index.php I don’t get this at all—my website is totallyout.com/blog/ …not home/totallyo/

    Warning: mysql_connect(): Access denied for user: ‘root@localhost’ (Using password: NO) in /home/totallyo/public_html/blog/maillist/index.php on line 25

    Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/totallyo/public_html/blog/maillist/index.php on line 26

    Warning: mysql_query(): Access denied for user: ‘root@localhost’ (Using password: NO) in /home/totallyo/public_html/blog/maillist/index.php on line 37

    Warning: mysql_query(): A link to the server could not be established in /home/totallyo/public_html/blog/maillist/index.php on line 37
    Access denied for user: ‘root@localhost’ (Using password: NO)
    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/totallyo/public_html/blog/maillist/index.php on line 38

    Warning: mysql_query(): Access denied for user: ‘root@localhost’ (Using password: NO) in /home/totallyo/public_html/blog/maillist/index.php on line 58

    Warning: mysql_query(): A link to the server could not be established in /home/totallyo/public_html/blog/maillist/index.php on line 58
    Access denied for user: ‘root@localhost’ (Using password: NO)
    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/totallyo/public_html/blog/maillist/index.php on line 60

    Warning: mysql_query(): Access denied for user: ‘root@localhost’ (Using password: NO) in /home/totallyo/public_html/blog/maillist/index.php on line 69

    Warning: mysql_query(): A link to the server could not be established in /home/totallyo/public_html/blog/maillist/index.php on line 69
    Access denied for user: ‘root@localhost’ (Using password: NO)
    Warning: mysql_insert_id(): A link to the server could not be established in /home/totallyo/public_html/blog/maillist/index.php on line 70
    Thanks for subscribing.
    You will receive an email shortly to confirm your subscription.
    Once you confirm your subscription you will begin to receive
    notifications whenever is updated.

    Go Back

    as far as the directory being /home/totallyo/ instead of /home/totallyout/ is a common hosting practice. they are just limiting your username to 8 characters when creating your actual home directory on the webserver. that is nothing to worry about.

    the error messages you are getting seem to be because you do not have your MySQL DB connection information setup correctly. try to check your setup.

    Ok getting closer but I still have this for an error :
    Warning: mysql_connect(): Access denied for user: ‘root@localhost’ (Using password: NO) in /home/totallyo/public_html/Maine/wp-content/plugins/wp-email-notification/index.php on line 44

    Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/totallyo/public_html/Maine/wp-content/plugins/wp-email-notification/index.php on line 45

    Also when I run the install.php file it goes to step 2 page but it’s always get The page cannot be displayed in I Eplorer

    Thanks for any help

    Ok, I have the dumbest question by far…. The install notes tell me to do the following:

    ” 7. Put form code in template…<form method=”post” action=”maillist/index.php”>Enter your e-mail address to receive notifications when there are new posts

    <input type=”text” name=”email” size=”12″ /><input type=”submit” name=”submit” value=”sign up” /></form>”

    Ok looks good, I understand the form code thing I think – but which template am I supposed to put it into??

    Please excuse my newbieness

    Thanks for any help

    Hi there,

    the plugin is surely great. Yet for now I have the following problem:

    I installed the newest version on WP 1.5.1 and I set the plugin to notify by HTML.

    Now the emails are text, containing loads of HTML.

    Am I doing something wrong?

    Thanks for any help! ??
    dushan

    So far, this is the best of all email notification plugins I have tested on my blog.

    However, I am frequently delaying messages to be published, so I am actually having the problem that people get notified of posts that are not yet published.

    I had a look at the db posts table, and as far as I can see this plugin relies on the post status (published or not). I was thinking of changing this to respect the publishing date, but wanted to check before starting to fiddle around with this myself.

    I am not exactly a PHP genius, and if someone has a nice, clear and easy approach, let me know. Thanks.

    fotohead:

    you don’t actually have to put it in any of your templates. Just create a new page and put the form code in the new page. Have a standalone page just for email subscriptions. at least thats what I did.

    Is there an option to send all new posts for one day as one email instead of sending an email for each post? I would not like to flood my users’ inboxes with 3 emails everyday (on average) – I would like to limit it to just one.

    cpjolicoeur:

    Thanks for the reply! Good advice too – I seem to have got things worked out and its working for me….

    Thanks again for taking the time to let me know your ideas.

    Does anyone know if this has been resolved:

    “plugin not sending an email for posts created using xmlrpc.php.” I am using wp 1.5.2 and the postie pluggin.

    Thanks

    Its still not working for me. I’m trying to debug now but I think the problem may be in the 3rd party posting apps themselves.

    With w.bloggar on Windows XP it seems that w.bloggar is sending the post up as a draft even though the “Post & Publish” button was pressed and the post truly does get published. At the time it reached the check in xmlrpc.php the $post_status=”draft” not “publish” therefore the publish_post() function doesn’t get called.

    With ecto on OS X, it seems that ecto does send the $post_status=”publish” so publish_post() should be getting called. But I’m still not getting the email notifications.

    I’m just not sure where the problem is. It my be with some other installed plugins that act on publish_post() and are affecting this email notification plugin, or it may be with the 3rd party apps, or with xmlrpc.php itself.

    I’m getting this error in the Dashboard’s options for this plugin:

    Could not successfully run query (SELECT * FROM wp_email_list_config WHERE id = a€?1a€2) from DB: No database selected

    The notification seems to be working just fine, but I can’t access it through the dashboard. Any help?

    Hi I am looking for a solution such as this as well.

    As far as sending users email when a new post is published, is this still the way to go?

    Was anyone able to figure out how to make it only update when things are posted, and not drafted?

    Thanks for any help

Viewing 15 replies - 16 through 30 (of 44 total)
  • The topic ‘WordPress Email Notification Plugin v2.2’ is closed to new replies.