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
Comment #1
AlexisWilke commentedarturus,
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