Support » Installing WordPress » Email manager errors!

  • Resolved blastkist

    (@blastkist)


    I’m new to wordpress and have been doing a lot of work on my site as of late but one thing I never thought wasn’t working was the “new user registration” where they submit and expect to receive an email with their new password…but apparently , they aren’t getting anything, and there is no error message. Now I have already looked up this error and wasn’t able to make any sense out of it as everyone was so darn “techie” with their descript, obviously coding geniuses LOL…I’m not.

    I always wondered why there weren’t any email options at all in wordpress in the main admin board so after having enetered the path to email-manager.php, I suddenly found that my mail was never working. I have contacted my host and they will see what can be done, but unless I figure out what part of WordPress does all this email stuff, I’m lost.
    Here are the messages I’m getting when logging into the email-manager.php

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE email_status = 'Success'' at line 1]
    SELECT COUNT(email_id) FROM WHERE email_status = 'Success'

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE email_status = 'Failed'' at line 1]
    SELECT COUNT(email_id) FROM WHERE email_status = 'Failed'

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY email_timestamp DESC LIMIT 0, 20' at line 1]
    SELECT * FROM ORDER BY email_timestamp DESC LIMIT 0, 20

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am lost here. Where did you find the email-manager.php? I don’t remember any WP file with that name… 🙁

    Looks like a plugin for email at work there–what plugin(s) are you using related to email?

    ********************
    Welcome to the WordPress Support Forums!

    Please help keep the Forums successful by reading:
    Using the Support Forums

    Also, remember the WordPress Codex and the FAQ pages.

    And, thank you, for letting us know if this information proves useful (or not)!
    ********************

    "SELECT COUNT(email_id) FROM WHERE email_status = 'Success'"

    It looks like the SQL statement is missing the database table name right after the FROM clause.

    Why don’t you contact the plugin author?

    Thread Starter blastkist

    (@blastkist)

    Hmmm ok, it must be from the wp-email plugin, which I have disabled.

    Nevertheless, i’m not getting emails out to my users with their new passwords and this troubles me. I’m going to follow up with my host and see if it’s on their end. I am getting comment notifications and new user notifications no problem, just my users aren’t getting their passwords when registering at all. And they have having trouble logging in as a result. I have no clue what is causing this.Any ideas?

    I was using a plugin called WpEmail that allows you to send a post or a page to a friend type thing, but I’ve had that disabled for a while now so that’s not the problem. I just assumed, as I was searching and wondering, how the heck does anyone configure their email settings for wordpress at all as there is nothing in the admin interface for this. At least nothing that I can find?

    So, when I saw “email-manager.php”, I assumed it was a wordpress thing, and not from this wpemail plugin, sorry about that, my issue however, remains unsolved 🙁

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Email manager errors!’ is closed to new replies.