V. 3.6.10 with PHP 8.0.x Problems?

I solved the issue with a combination of measures:

  1. mark all active messages that have been submitted but not sent properly as sent.

  2. in phpadmin make a change to the database.
    2.1. select phplist_sendprocess and delete all lines that show up.

  3. make the change in line 1326 of actions/processqueue.php ( Avoid possible divide by zero when calculating message send rate #925 ), as suggested above by Duncan.

  4. in admin/connect.php replace

%0.10f

by

%0.10F

as suggested in #2 of Campaign stops after 1 email if language is not englisch