Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar