| |
phpBB-TweakS The easiest way to 'tweak' your phpBB! |
|
|
|
|
|
|
It appears you are using a browser that is not based on Internet Explorer, this means you are not viewing the web as good as you should be. Other browsers might try to immitate Internet Explorer, but none can parse the web as it should like Internet Explorer can. So view the web as it was meant to be with Avant Browser!
|
| |
|
|
All times are GMT - 5 Hours
|
|
 |
Sun Feb 12, 2006 5:54 pm |
 |
Author |
Message |
jsr Support Team

Joined: 06 Jan 2005 Posts: 407 Words Posted: 50,471 Average Post: 124.01
|
| Post subject: Warning: Division by zero |
|
|
When i go on delete a post i get this message: | Code: | Warning: Division by zero in /home/*****/public_html/includes/page_tail.php on line 61
| which is this: | Code: | | $sql_percent = round($sql_percent / $gentime * 100); | if i remove that bit of code i dont get that message anymore. |
|
| Post #1 |
|
|
 |
Sun Feb 12, 2006 6:39 pm |
 |
Author |
Message |
aUsTiN Webmaster


Joined: 05 Jan 2005 Posts: 3684 Words Posted: 144,671 Average Post: 39.27 Location: USA
|
| Post subject: |
|
|
This one could be tricky, so here is a start.
Make sure you edited mysql4.php or mysql.php correctly. If thats fine, check the last few mods you have added & make sure they are not using
$starttime
$endtime
$gentime
in them, if they are, they are overriding the current ones.... My guess is its possibly something in posting.php if thats the file returning the error... |
|
| Post #2 |
|
|
 |
Sun Feb 12, 2006 7:16 pm |
 |
 |
Sun Feb 12, 2006 7:30 pm |
 |
 |
Sun Feb 12, 2006 7:34 pm |
 |
 |
Sun Feb 12, 2006 9:10 pm |
 |
Author |
Message |
aUsTiN Webmaster


Joined: 05 Jan 2005 Posts: 3684 Words Posted: 144,671 Average Post: 39.27 Location: USA
|
| Post subject: |
|
|
Ok, so $gentime is determined by $starttime - $endtime
| Code: |
$gentime = round(($endtime - $starttime), 1);
|
There. So find out whats going wrong in that one. What are the values of $starttime & $endtime, then you'll know which one is being over-ridden. |
|
| Post #6 |
|
|
 |
Sun Feb 12, 2006 9:16 pm |
 |
 |
Mon Feb 13, 2006 2:25 am |
 |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
Protected by phpBB Security © phpBB-TweakS phpBB Security Has Blocked 3,237 Exploit Attempts.
· Archive · Sitemap: Index · Sitemap: Forums · Sitemap: Topics · Sitemap: Posts ·
:: [ Load Time: 2.8 Seconds ] :: [ 30 Queries ] :: [ 3,578 Page(s) Viewed Today ] :: :: [ Todays Queries: 107,206 ] :: [ Highest Load: 1,396,429 Queries On May. 08, 2007 ] :: :: [ SQL Load: 60% Time: 1.7 ] :: [ PHP Load: 40% Time: 1.1 ] :: [ Debug: On ] :: [ GZIP: Enabled ] :: :: The server last rebooted 82 days, 2 hours, 20 minutes, 58 seconds ago. ::
|
|
|
|
|
This page has been viewed 4,933,355 times, last viewed: Sun Sep 07, 2008 10:51 am.
|
|
Powered by phpBB 2.0.* © 2001, 2002 phpBB Group
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|