x00
MVPx00 MVP
Reactions
-
Re: What creates numbers for new users in the GDN_User table?
2147483647 is the maximum number for int values. You are unlikely to have that many users. However it can be caused by a "roll over". Check you the user to see if you have any id that is 0 … (View Post)1 -
Re: Running newer version of jquery (1.9+ compatability layer).
Not related. This is to do with old method of jquery not being in 1.9. jquery decided to remove a lot of the bloat, rather then carry every depreciated method. So they can streamline jquery. noConfli… (View Post)4 -
Re: A lil confusion about $Args
Btw in php objects are passed by reference So if you use a custom method inside a hook, and pass it $Sender, there i no need to 'pass it back'. There is only one Sender instance from that hook. Howev… (View Post)1 -
Re: What creates numbers for new users in the GDN_User table?
There are some mysql bugs related to this http://bugs.mysql.com/bug.php?id=1366 http://bugs.mysql.com/bug.php?id=36411 And this thread: http://vanillaforums.org/discussion/18562/problem-adding-catego… (View Post)1 -
Running newer version of jquery (1.9+ compatability layer).
Don't run a different version of jquery unless you absolutely have to. There was a step change i njquery between after 1.9, and the jquery team decided not to provide backwards compatibility for some… (View Post)2
