14 March 2010 [Sunday] @ March 14, 2010 edit
[fixed] Session Limiting Broke in 2.0.3$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;
}
Thanks for reporting it!
Someone else seems to have managed to move it before I did :D
#If you have any other info about this subject , Please add it free.# |
| More »