sbulen
sbulen
Bottom line is that either db changes are needed (191s on the indexes), or, engine (innodb) & row format (DYNAMIC) upgrader steps. At the very least, a check/error to get...
FWIW, I'd suggest going all InnoDB & DYNANIC. Greater consistency & more modern across the board. One other thing to think about... Entity conversion. Today utf8 mb4 chars are entity...
This is a dupe: https://github.com/SimpleMachines/SMF/issues/7680 Fix: https://github.com/SimpleMachines/SMF/pull/7691
The naming of the files is weird, they don't do what you think they should be doing by their names... It could definitely use some cleaning/clearing up. But you can...
jdarwood007 was answering a question I had raised elsewhere, and leaving it here for my benefit.
I've been looking into this, & it looks like the following is pretty consistent: $_SERVER['REMOTE_ADDR'] = $user_info['ip'] = member_ip (on the member record) = the proxy $_SERVER['BAN_CHECK_IP'] = $user_info['ip2'] =...
The core logic hasn't really been altered in quite a while. I've compared the behavior across 2.0 & 2.1, and they are similar, but not the same... This is true...