| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
sanis
Joined: 05 Jan 2007 Posts: 47
|
Posted: Tue Jul 03, 2007 9:48 am Post subject: [stats] |
|
|
Hello.
Error appeared when i want to go to ACP and i have to re-authenticate myself:
| Quote: | [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: | $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'] );
|
|
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |