Gator81, here it is : the good news :
http://www.papy-team.fr/rostertest/inde ... ault&a=g:1
What I did : ip upload a fresh copy of WoWRoster v1.9.9.1758.
I added the stock Interface images.
Declared your Guild info, taken from you CP.lua above.
Acivated the basic addons - and declared memberlist as the main page.
Upped your CP.lua.
I logged the upload log, but no errors to see in it : 265 chars upped very well.
The Vault info uppeded, without any errors mentionned.
Vault:Items : Tab2 : Tab3 : Tab1 : Tab4 : Tab5Log : Tab2 : Tab3 : Tab1 : Money : Tab4Funds
(I didn't bother to declare your ALT filter).
What to say else ?
I'll bet you will be helped by re-upping your roster files.
Just take the latest beta, and overwrite
every file on your roster setup.
Btw : a small issue exists on the Vault Money page
addons/vault/guild/index.php
Notice line 195: Undefined index: vault_log_buyTab
Notice line 195: Undefined index: vault_log_withdrawForTab
This means the MG bought a Guild - page - as is logged.
The words vault_log_withdrawForTab and vault_log_buyTab aren't declared in the Vault language files - so, they ar not recognised.
A small thing to 'repair' in the SVN.
What I have in frFR.php (line 29 and 30) :
- Code: Select all
$lang['vault_log_withdrawForTab'] = '%1$s <span class="redB">à retiré</span> %2$s pour acheter un onglet de la banque de guilde.';
$lang['vault_log_buyTab'] = '%1$s <span class="redB">a acheté un onglet de la banque de guilde pour</span> %2$s.';