Error on line 214
-
Got this error messages on admin dashboard. Can’t make a new post. WHat does this mean?
Warning: Division by zero in …/forums/bb-includes/functions.bb-statistics.php on line 214
Warning: Division by zero in …/forums/bb-includes/functions.bb-statistics.php on line 194
Warning: Division by zero in …/forums/bb-includes/functions.bb-statistics.php on line 174
Warning: Division by zero in …/forums/bb-includes/functions.bb-statistics.php on line 244
214 => return get_total_topics() / ceil( ( time() – bb_get_inception( ‘timestamp’ ) ) / 3600 / 24 );
194=> return get_total_posts() / ceil( ( time() – bb_get_inception( ‘timestamp’ ) ) / 3600 / 24 );
174=> return bb_get_total_users() / ceil( ( time() – bb_get_inception( ‘timestamp’ ) ) / 3600 / 24 );
244=> return bb_get_total_topic_tags() / ceil( ( time() – bb_get_inception( ‘timestamp’ ) ) / 3600 / 24 );
- You must be logged in to reply to this topic.