division by zero
Brought to you by:
sficklin
604801 01/Nov 14:49 error php Division by zero in /var/www/drupal-6.22/sites/all/modules/custom/tripal_analysis_kegg-6.x-0.3.1b-0.1/tripal_analysis_kegg.module on line 424.
has to do with $interval being zero each time. Got zero with 42 files. In that file, it's zero at line 406 <code> $interval = intval($total_files * 0.01); </code> and then in ln424 <code> if ($no_file % $interval == 0) { </code>