Forums

Join
bbPress Support ForumsTroubleshootingError on line 214

Info

Tags

Error on line 214

  1. 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 );

  2. OK no problem. Solved.

  3. how did you solve the problem?

  4. I figured it out too, solution is here: http://bbpress.org/forums/topic/admin-panel-warning

  5. You must log in to post.