Closed (fixed)
Project:
Ubercart
Version:
6.x-2.7
Component:
Products
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2012 at 13:17 UTC
Updated:
16 Apr 2012 at 13:21 UTC
Jump to comment: Most recent
Comments
Comment #1
tr commentedYou could try reverting all the conditions and see if that fixes thing, or try re-installing conditional actions. Apparently something got corrupted in your database.
Comment #2
tr commentedComment #3
Bricks and Clicks MarketingI took the reinstall route - I turned off all modules that were dependent on CA, turned off CA, uninstalled it from /admin/build/modules/uninstall & turned everything back on. Before this, UC would send out at least the invoice email. Afterwards, it sends out neither the invoice email nor the role granted email.
When I check /admin/reports/dblog for mail, there is nothing for UC. The regular contact form mail attempts are in the log.
Comment #4
Bricks and Clicks MarketingI just did an order, the transaction is successful, the role is granted but no mails are being sent (nothing in /dblog). Here's what the admin comments show on the order page:
03/14/2012 7:15:56 AM - Order created through Google Checkout (#alotofnumbers).
03/14/2012 7:16:02 AM - Risk information notification:
- Full AVS match (address and postal code)
- CVN match
Partial CC number: xxxx
Google Checkout member for 1552 days.
Eligible for protection: TRUE
03/14/2012 7:16:03 AM - Authorization: $1.00
03/14/2012 7:16:13 AM 1 Customer granted user role Member.
03/14/2012 7:16:13 AM - Payment of $1.00 received by Google Checkout.
Comment #5
Bricks and Clicks MarketingI just sent an invoice email, got a loooong smtp error message (or maybe it was just a log), then received the email. Nothing it noted in dblog - does it not do that for UC emails? I can see order statuses.
Comment #6
longwavehttp://drupal.org/project/maillog is the best way of debugging mails in Ubercart. If they are logged by maillog, they are being sent, and the problem lies with your mail/SMTP configuration.
Comment #8
rishabh318 commentedHello
I am working with uc_recurring module in drupal 7.
I have a problem that role granted mail (uc_role_notify_grant) is going on every recurring fee. I have to remove this. it should be sent only first time.
How can I stop granted roles mails on every recurring fee.
this mail should be sent only first time. how can I do this.
Please help.
Thanks.