Twilight Guild Forum

Tech Support => Website Fixes and Changes => Topic started by: Shadowwolf on January 04, 2009, 03:25:18 AM

Title: *FIXED* - RPS (DKP) Menu Bar Missing (Twilight 3.0)
Post by: Shadowwolf on January 04, 2009, 03:25:18 AM
Summary:
The RPS (DKP) sub site of the forum was missing the top navigation menu.




Cause:

Server Side:
EQDKP has not yet been officially updated for PHP5 compatibility.




Fix:

eqdkp_plugins.php
651 $menu_array = array_merge($menu_array, $plugin_array[$plugin_code]);

changed to

651 $menu_array = array_merge((array)$menu_array, (array)$plugin_array[$plugin_code]);