Delete all the emails sent [4.10]

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hello,

I have version 4.10 and trying to delete all the emails sent by: ".../Admin/QueuedEmail/List"

I get this error: "Cannot truncate table 'QueuedEmail' because it is referenced by a FOREIGN KEY constraint"

How can I solve it?

Thanks in advance!
4 years ago
Are you trying this through the admin area?
This should be done in the admin are.


If you are trying this directly through the database this is because [dbo].[EmailAccount] and [dbo].[QueuedEmail]  data is related.
4 years ago
Directly from the database?

no ... no ...

I'm doing it from the site administration. And the error is what I reported.
4 years ago
Have any modifications been done to the core NopCommerce code?

There could possibly be a plugin that is leading to this error?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.