Error appeared when i want to go to ACP and i have to re-authenticate myself:
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4384: Division by zero
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4385: Division by zero
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4386: Division by zero
That lines looks:
- Code: Select all
$seo_percent = sprintf('%.2f', (($phpbb_seo->seo_stats['format_url_time'] / $total_seo_time) * 100) );
$cached_percent = sprintf('%.2f', (($phpbb_seo->seo_stats['url_cached_time'] / $total_seo_time) * 100) );
$seo_saved = sprintf('%.4f', ($phpbb_seo->seo_stats['url_cached_num'] / $phpbb_seo->seo_stats['url_rewrite_num']) * $phpbb_seo->seo_stats['url_rewrite_time'] );

English |
French
