[Plugin: LeagueManager] Widget Problems
-
Hi,
I tried to implement LeagueManager 3.4-rc2 (also development) in WordPress 2.8.4, but I have some problems with the widget in the sidebar.
I made a competition with several matches, but when I click the blue arrow, it does not show the next one. I also noticed it does not work with NEXTGen Gallery (latest version), but when I disable this plugin, I still don’t get any results.
After some debugging I found this line where the problems occour (ajax.php Line 50):
$lmWidget->setMatchIndex( $index, $element );
The var $lmWidget is not defined and it then crashes. It returns nothing to the AJAX response. I also noticed this line (ajax.php Line 62):
$match_box = $lmWidget->showPrevMatchBox($widget_number, $league_id, $season, $match_limit, false);
It specifies 5 arguments to the function showPrevMatchBox, but the declaration only defined 3 in widget.php Line 135.
Is there some fix for this problem? I tried googeling for this problem, but the only thing I found whas that WordPress 2.8 uses another widget system. The plugin information specifies it is compatible with 2.8.
Thanks in advance!
- The topic ‘[Plugin: LeagueManager] Widget Problems’ is closed to new replies.