Info
- 4 posts
- 2 voices
- Started 2 years ago by ipunkbali
- Latest reply from adaptistration
- This topic is not resolved
Error on line 214
-
- Posted 2 years ago #
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 ); -
- Posted 2 years ago #
OK no problem. Solved.
-
- Posted 2 years ago #
how did you solve the problem?
-
- Posted 2 years ago #
I figured it out too, solution is here: http://bbpress.org/forums/topic/admin-panel-warning
-
You must log in to post.