Good Evening,
I recently installed the send module on to one of my site. Unfortunately I am getting a ton of SQL errors when I attempt to send to a friend.

Here are the errors that I am getting

    user warning: Table 'jadamsfx_drup1.send_contact_mail' doesn't exist query: SELECT * FROM send_contact_mail WHERE scid = 1 in /home/jadamsfx/public_html/lunchless/sites/all/modules/send/includes/send.api.inc on line 226.
    user warning: Table 'jadamsfx_drup1.send_contact_mail' doesn't exist query: SELECT * FROM send_contact_mail WHERE mail = 'Jonathan@jadamsfx.com' in /home/jadamsfx/public_html/lunchless/sites/all/modules/send/includes/send.api.inc on line 246.
    user warning: Duplicate entry 'Jonathan@jadamsfx.com' for key 2 query: INSERT INTO drup_send_contact_mail (scid, mail) VALUES (4, 'Jonathan@jadamsfx.com') in /home/jadamsfx/public_html/lunchless/includes/common.inc on line 3538.
    user warning: Table 'jadamsfx_drup1.send_contact_mail' doesn't exist query: SELECT * FROM send_contact_mail WHERE mail = 'Jonathan@jadamsfx.com' in /home/jadamsfx/public_html/lunchless/sites/all/modules/send/includes/send.api.inc on line 246.
    user warning: Duplicate entry 'Jonathan@jadamsfx.com' for key 2 query: INSERT INTO drup_send_contact_mail (scid, mail, name) VALUES (5, 'Jonathan@jadamsfx.com', ' ') in /home/jadamsfx/public_html/lunchless/includes/common.inc on line 3538.
    warning: Invalid argument supplied for foreach() in /home/jadamsfx/public_html/lunchless/sites/all/modules/views/plugins/views_plugin_argument_validate_php.inc(43) : eval()'d code on line 5.

I took a look at my db and saw that 'jadamsfx_drup1.send_contact_mail' doesn't exist but 'jadamsfx_drup1_send_contact_mail'. Any idea on how I would go about remedying this? Thanks!

Comments

allie micka’s picture

Status: Active » Closed (duplicate)

Are you using db prefixes? If so, you're probably encountering #916816: dbprefix problem when save a node send . I'm tentatively marking this issue as a duplicate so I can maintain sanity, but please re-open it if you're not using prefixes and/or that issue isn't the same thing.

jadamsfx’s picture

Thanks that was it