Announcement
Collapse
No announcement yet.
Search Result
Collapse
100 results in 0.2131 seconds.
Keywords
Members
Tags
-
Okay so I'm not going to guarantee this works, but I don't like the table order in the explain up above (sometimes the optimizer gets confused, sometimes it just looks that way).
But if you...
- Likes 2
-
The query optimizer is doing something very weird here. Unfortunately these problems tend to be very data specific so I'm somewhat limited in what I can test on my end but there are probably a couple...
- Likes 1
Leave a comment:
-
Code:{vb:set postStatus, ''} <vb:if condition="$conversationtype == 'starter'"> {vb:set optionsArray.showInlineMod, {vb:raw showInlineMod}} {vb:action enableInlineMod,
Leave a comment:
-
Okay so this was a tricky one and there isn't a good solution. Basically using the vB5_Template_NodeText class in the custom API wasn't intended and has some annoying side effects. In particular fetchOneNodeText...
Leave a comment:
-
Okay, all of the broken notifications should be fixed. If they pop back up, please let us know, but all of ones I saw had a lastupdate timestamp right around when we ran the fix the first time so I'm...
- Likes 1
Leave a comment:
-
It looks like there is a race condition caused by a cache of the duplicate records where some notifications get updated with the duplicate record id after the script has fixed it. It appears to be a...
Leave a comment:
-
The cache class is vB_Cache_Memcached. The vB_Memcached class is an underlying class used to access the memcache API and isn't intended to be used directly.
- Likes 1
Leave a comment:
-
I'm not entirely clear on what you are trying to do. Remote get is only called if the phrase is not cached locally. This is cached in browser storage and that's not always cleared by clearing the browser...
- Likes 1
Leave a comment:
-
So what it's objecting to here is that the vBulletin template language uses PHP snippets in places. It's detecting that as a nefarious attempt to inject PHP into your database. Given that the templates...
Leave a comment:
Leave a comment: