GX-Bug #70196
Von Moritz Bunjes vor etwa 2 Jahren aktualisiert
The error is an edge case if a record in the gm_counter_visits table has 0 visits. For reproducing create an order and run
`UPDATE gm_counter_visits SET gm_counter_visits_total = 0;`
and open the Gambio Admin start page.
Expected
No error message and and 0% conversion rate
Actual
A division by zero error message appears