Perhaps error with FireFoxe 2.0 ???

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

Perhaps error with FireFoxe 2.0 ???

Postby wowodo » Tue Oct 31, 2006 3:31 am

Hello,
I've just migrate my wowroster 1.7.0 to 1.7.1, and I can't see any image in the roster. I don't know why, but I've tested for you somethings:

- In Firefoxe 2.0 browser -> no images
- In IE 6.0 -> it's ok
- In Firefoxe I've left-click and "see the picture" -> error 404 not found th file:
The requested URL /roster/img/Interface\\Icons\\INV_Crown_02.jpg was not found on this server.

I see that the path is incorrect but my php knowledge is not so great to debug this error in each page.

You can see what I say here :
http://lsdln.free.fr/roster/char.php?na ... er=Eitrigg
and my left-click :
http://lsdln.free.fr/roster/img/Interfa ... own_02.jpg

Anyone can help me please ^^, thinks
Last edited by wowodo on Tue Oct 31, 2006 3:33 am, edited 1 time in total.
User avatar
wowodo
WR.net Apprentice
WR.net Apprentice
 
Posts: 29
Joined: Fri Jul 07, 2006 6:47 pm

Perhaps error with FireFoxe 2.0 ???

Postby zanix » Tue Oct 31, 2006 10:03 am

The upgrader should have corrected this problem but it looks like it didn't work

Try running this in phpmyadmin or similar SQL management tool
Code: Select all
UPDATE `roster_items` SET `item_texture` = REPLACE(`item_texture`,'\\\\','/');
UPDATE `roster_mailbox` SET `mailbox_coin_icon` = REPLACE(`mailbox_coin_icon`,'\\\\','/');
UPDATE `roster_mailbox` SET `item_icon` = REPLACE(`item_icon`,'\\\\','/');
UPDATE `roster_pets` SET `icon` = REPLACE(`icon`,'\\\\','/');
UPDATE `roster_players` SET `RankIcon` = REPLACE(`RankIcon`,'\\\\','/');
UPDATE `roster_recipes` SET `recipe_texture` = REPLACE(`recipe_texture`,'\\\\','/');
UPDATE `roster_spellbook` SET `spell_texture` = REPLACE(`spell_texture`,'\\\\','/');
UPDATE `roster_spellbooktree` SET `spell_texture` = REPLACE(`spell_texture`,'\\\\','/');
UPDATE `roster_talents` SET `texture` = REPLACE(`texture`,'\\\\','/');
UPDATE `roster_talenttree` SET `background` = REPLACE(`background`,'\\\\','/');

If this doesn't work, have everyone re-upload their CP.lua file
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Perhaps error with FireFoxe 2.0 ???

Postby wowodo » Tue Oct 31, 2006 1:47 pm

Thinks to you and sorry for multipost I haven't see the other post befor this ^^

http://www.wowroster.net/Forums/viewtopic/p=9202.html#9202
User avatar
wowodo
WR.net Apprentice
WR.net Apprentice
 
Posts: 29
Joined: Fri Jul 07, 2006 6:47 pm


Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron