x00
MVPx00 MVP
Reactions
-
Re: Scrolling Issue
Quite often when you have issue like this, running it through a validator is not a bad strategy. Then inspect the css. (View Post)3 -
Re: Using jsConnect to integrate with MediaWiki?
well that is the way of grabbing the session, with the session you have the $Session->User object. (View Post)2 -
Re: Strange Errors and Timeouts with PDO
Getting something that is not working anyway to regulate itself or a parent is haphazard. Most scripts do not have that level of self awareness, that is in the realm of AI. Normally you would do the … (View Post)2 -
Re: Strange Errors and Timeouts with PDO
what I'm saying is it would not normally reach that place in the code in that condition, there is a memory issue going on where it is loosing track. If the session was void you would not reach t… (View Post)1 -
Re: Strange Errors and Timeouts with PDO
It looks like a bug, but I don't believe this is the major issue, the issue you are having is you are loosing session reference momentarily and reference to a bunch of other object in memory, so… (View Post)1
