All white

Categorizes items in your guildbank(s)

Moderator: Mathos

All white

Postby maqjav » Fri Oct 20, 2006 3:10 am

Hello.

I'm translating the WoWRoster to spanish, i had the GuildBank installed but for the language it was giving problems.
Now i have all translated (GuildBank addon included) and when i click on the bottom for see it, the web is white...
No notices of errors, no explorer errors... nothing... only white.

I tried with the enUS language again, and it says the next error:

Premature end of script headers: addon.php | (null) , referer: http://hdtyrandes.awardspace.com/roster ... config.php
Error 500: Script Execution Failure

I check the file upload mode (ASCII) and the File Permissions. All is right.

Some ideas?
maqjav
WR.net Journeyman
WR.net Journeyman
 
Posts: 100
Joined: Wed Oct 18, 2006 2:38 pm

Re: All white

Postby maqjav » Fri Oct 20, 2006 3:26 am

I just discover that the error that it shows depends of the actual web were i am when i click in the GuildBank bottom.

For example, if i am in GuildStats and i click in GuildBank (addon) it shows..
Premature end of script headers: addon.php | (null) , referer: http://hdtyrandes.awardspace.com/roster/indexstat.php
Error 500: Script Execution Failure

If i am in Reputation (addon) it shows...
Premature end of script headers: addon.php | (null) , referer: http://hdtyrandes.awardspace.com/roster ... reputation
Error 500: Script Execution Failure
maqjav
WR.net Journeyman
WR.net Journeyman
 
Posts: 100
Joined: Wed Oct 18, 2006 2:38 pm

Re: All white

Postby maqjav » Sat Oct 21, 2006 6:38 pm

Ok, i found other thing.

The problem happends when i put a char bank in the Roster Config. If i put a bank that doesn't exist, then it shows the menu and the test: Any bank found in your guild.

When i put a char then all white.

Here is the url and the localization.php (it isnt complete translated, but the items that i have in my chars are already translated).

http://hdtyrandes.awardspace.com/roster ... =guildbank
Attachments
localization.zip
(9.38 KiB) Downloaded 272 times
Last edited by maqjav on Sat Oct 21, 2006 6:41 pm, edited 2 times in total.
maqjav
WR.net Journeyman
WR.net Journeyman
 
Posts: 100
Joined: Wed Oct 18, 2006 2:38 pm

Re: All white

Postby maqjav » Sat Oct 21, 2006 7:09 pm

I think i just find where is the problem...

I tried to open the GuildBank without some files in my server.
I erased the searcharrays.php and i reload the web and i got to see the bank (with mistakes). I tried to use the Filter (i tried to find some armor), and it was working (but all the items in miscelanious).

I upload the file again, F5, i tried to use the filter again, and all was working (now all the items in the correct place armor in armor, food in food, etc).

But, when i erase the filter, if i want to see all my items, the web is white.
Always that i don't put some filter for find the items, the web doesn't work, but if i put some items, it is working...

How can i fix it?, where is the original problem?, some ideas? :neutral:

Maybe here...?

// Check if there is a filter, if so, apply it to the Item Query
$filterItemQuery = '';
if (isset($_POST['filter']) && $filter = urldecode($_POST['filter']))
{
$filters = explode(' ', $filter);
foreach($filters as $filterblock)
{
$filterItemQuery .= " AND item.item_tooltip LIKE '%".$filterblock."%'";
}
$filter = urlencode($filter);
}
else
{
$filter = '';
}

I dont know...
Last edited by maqjav on Sat Oct 21, 2006 7:13 pm, edited 1 time in total.
maqjav
WR.net Journeyman
WR.net Journeyman
 
Posts: 100
Joined: Wed Oct 18, 2006 2:38 pm


Return to Categorized Guild Bank

Who is online

Users browsing this forum: No registered users and 0 guests

cron