After add the new images in album i have -
warning: Division by zero in /home/.../all/modules/gallerix/build.inc on line 364.
But the images edding in album.
I chenge line 364
$percentage = ceil(($completed / $total) * 100);
of
$percentage = @ceil(($completed / $total) * 100);
and OK.

Comments

AlexisWilke’s picture

Assigned: Unassigned » AlexisWilke
Status: Active » Fixed

arturus,

Thank you for pointing that out. I checked in a fix. However, I think that the computation of $total is incorrect as it changes over time... I'll have to understand whether I can fix that easily or not.

Thank you.
Alexis

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.