• Resolved 1nvazN

    (@1nvazn)


    I cannot access my wp-admin panel anymore after I updated the plugin to 3.8.3.
    It gives me this error : ” HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.”

    Could someone help me out here? Thanks alot !

    http://wordpress.org/extend/plugins/leaguemanager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • nacm

    (@nacm)

    Try re-install the plugin. It’s working fine for me.

    Plugin Author LaMonte Forthun

    (@lamontef)

    There’s still an error in the admin.php file.

    On line 1440, make sure that line is exactly like the following:

    $this->league = $leaguemanager->getLeague($this->league_id);

    Although, I don’t think that this particular error would cause you to not be able to get to wp-admin, but make sure the line is ok, even after you re-install. This and a few other minor bugs should be fixed shortly.

    tanja.ubert

    (@tanjaubert)

    Got this error message:
    Parse error: syntax error, unexpected ‘->’ (T_OBJECT_OPERATOR) in /home/tvtewerv/public_html/wp-content/plugins/leaguemanager/admin/admin.php on line 1440

    nacm

    (@nacm)

    Change the line 1440 in

    public_html/wp-content/plugins/leaguemanager/admin/admin.php to

    $this->league = $leaguemanager->getLeague($this->league_id);

    The last $ sign is missing.

    Plugin Author LaMonte Forthun

    (@lamontef)

    Fixed with v3.8.4

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cannot access wp-admin after update to 3.8.3’ is closed to new replies.