Paolo New Member Dec 5, 2016 #1 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 173.2 KB · Views: 22
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?
twisted1919 Administrator Staff member Dec 5, 2016 #2 @Paolo - This is normal, they will be removed for good at midnight by the cron job that runs daily.
Paolo New Member Dec 5, 2016 #3 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
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
twisted1919 Administrator Staff member Dec 5, 2016 #4 @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
@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
Paolo New Member Dec 5, 2016 #5 @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?
@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?
twisted1919 Administrator Staff member Dec 6, 2016 #6 Paolo said: how can I say to not create a new one but to skip if the email is the same? Click to expand... That's the default behavior, will update the existing email address.
Paolo said: how can I say to not create a new one but to skip if the email is the same? Click to expand... That's the default behavior, will update the existing email address.