Warning: array_keys() [function.array-keys]: The first argument should be an array in /is/htdocs/wp1040705_IW8P5TCUGH/www/roster/addons/SpellBooks/index.php on line 40
Warning: Invalid argument supplied for foreach() in /is/htdocs/wp1040705_IW8P5TCUGH/www/roster/addons/SpellBooks/index.php on line 42
Warning: array_keys() [function.array-keys]: The first argument should be an array in /is/htdocs/wp1040705_IW8P5TCUGH/www/roster/addons/SpellBooks/index.php on line 40
Warning: Invalid argument supplied for foreach() in /is/htdocs/wp1040705_IW8P5TCUGH/www/roster/addons/SpellBooks/index.php on line 42
Warning: array_keys() [function.array-keys]: The first argument should be an array in /is/htdocs/wp1040705_IW8P5TCUGH/www/roster/addons/SpellBooks/index.php on line 40
Warning: Invalid argument supplied for foreach() in /is/htdocs/wp1040705_IW8P5TCUGH/www/roster/addons/SpellBooks/index.php on line 42
Warning: Invalid argument supplied for foreach() in /is/htdocs/wp1040705_IW8P5TCUGH/www/roster/addons/SpellBooks/index.php on line 51
To fix this open index.php
Find
- Code: Select all
foreach ($roster_conf['multilanguages'] as $language){
$tmpArray = array_keys($Book['Tier_0'][$language]);
und replace it with
- Code: Select all
foreach ($roster_conf['multilanguages'] as $language){
$tmpArray = array_keys($Book[$language]);
Cheers
Rain