$sessionlimit) {. $servertoobusy=1;.}...The easy fix is (add an 's' to the $sesssion):...if ($sessions['sessions']>$sessionlimit) {. $servertoobusy=1;.} - ">


[fixed] Session Limiting Broke in 2.0.3
  • Easily fixed, but blocks begging at line 165 & 234 in sessions.php reads:


    $sessions=$DB_site->query_first("SELECT COUNT(*) AS sessions FROM session");
    if ($session['sessions']>$sessionlimit) {
    $servertoobusy=1;
    }


    The easy fix is (add an 's' to the $sesssion):


    if ($sessions['sessions']>$sessionlimit) {
    $servertoobusy=1;
    }


  • Verified on the beta board - I will now move it over to the Bugs forum for you :)

    Thanks for reporting it!

    Someone else seems to have managed to move it before I did :D


  • [fixed]


  • ...why we logged 74 users on a board that can only support 40 comfortably...my, these people are patient!







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about [fixed] Session Limiting Broke in 2.0.3 , Please add it free.
    | More »