Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!
by spleeneater » Mon Oct 23, 2006 12:40 pm
when looking at my members list i keep getting this error
- Code: Select all
Warning: Division by zero in //wowroster/memberslist.php on line 676
anyone know how to fix this?
Roster
Last edited by
spleeneater on Mon Oct 23, 2006 12:40 pm, edited 1 time in total.
-
spleeneater
- WR.net Apprentice
-
- Posts: 5
- Joined: Thu Jul 20, 2006 1:37 am
by zanix » Mon Oct 23, 2006 1:51 pm
LoL, someone has 0 exp
Open memberslist.php
Find
- Code: Select all
$percent_exp = round(($current/$max)*100);
Replace with
- Code: Select all
if( $max > 0 )
{
$percent_exp = round(($current/$max)*100);
}
else
{
$percent_exp = 0;
}
-
zanix
- Admin
- WoWRoster.net Dev Team
- UA/UU Developer
-
- Posts: 5546
- Joined: Mon Jul 03, 2006 8:29 am
- Location: Idaho Falls, Idaho
- Realm: Doomhammer (PvE) - US
-
Return to General Support & Feedback
Who is online
Users browsing this forum: No registered users and 1 guest