Offline Warning Division by zero Solution
-
Warning: Division by zero in …\wp-content\plugins\soundcloud-is-gold\soundcloud-is-gold-functions.php on line 254
Fix Replace Line 254 of soundcloud-is-gold-function.php with:
if(count($arr) == 0)
$repeat = 0;
else
$repeat = ceil($num/count($arr));
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Offline Warning Division by zero Solution’ is closed to new replies.