Pending Delete Lists

Paolo

New Member
Hi All,
I have a big issue with list deletion.
Even if I clicked on delete button them are still in "pending delete" status on db (screenshot attached).

What can be?
 

Attachments

  • pending-delete.png
    pending-delete.png
    173.2 KB · Views: 22
Hi @Admin,
First of all, very compliment for your product.

The problem is that, as you can see from the dates, that the Cron is not deleting the lists.

Which is the cron rensposible for the deletion?

From my point of view there is something is not working well somewhere in the code.

Thanks
 
@Paolo - make sure the "daily" cron job is properly added. that is the one that will delete the lists.
Code:
# example: 
/usr/bin/php -q /var/www/vhosts/domain.mailwizz.com/httpdocs/apps/console/console.php daily
 
@Admin
Fixed, the cron was set correctly but was not daily.
Thank you.

One more question. When I import new users on a pre-existent list, how can I say to not create a new one but to skip if the email is the same?
 
Back
Top