character tabs are not working

Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!

character tabs are not working

Postby thinkong » Wed Oct 25, 2006 11:12 pm

hi

i just installed 1.7.1 on my web server and then translated it to korean

now i can't seem to view other pages such as honor/rep etc..

i get blank pages..

so i checked and i got errors concerning a "fontobj" is not null or not an object

what could be the problem?

here is a link
link

it is in korean so it may look broken

thanx in advance

edit:
ok found out that the problem was with pets(characters with pets)
any ideas?
Last edited by thinkong on Thu Oct 26, 2006 6:41 pm, edited 1 time in total.
thinkong
WR.net Apprentice
WR.net Apprentice
 
Posts: 14
Joined: Thu Jul 06, 2006 12:05 am

Re: character tabs are not working

Postby thinkong » Thu Oct 26, 2006 7:16 pm

ok..

first

it was a translation problem (forgot to translate classes into korean)

but then ONLY the guys with pets worked..

so i changed the char.php file a bit

from
Code: Select all


    
if ($this->getNumPets($this->data['name'],$this->data['server']) > 0)
    {
        print 
'  addTab(\'page2\')'."\n";
    }
 


Code: Select all
if ($this->data['class'] == $wordings[$lang]['Hunter'] || $this->data['class'] == $wordings[$lang]['Warlock'])
{
    if (
$this->getNumPets($this->data['name'],$this->data['server']) > 0)
    {
        print 
'  addTab(\'page2\')'."\n";
    }
}
 


maybe was just a korean problem but that fixed it
thinkong
WR.net Apprentice
WR.net Apprentice
 
Posts: 14
Joined: Thu Jul 06, 2006 12:05 am


Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron