The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
Yea, I actually just realized what I had forgotten to do (although I still can't figure out why it would wipe that user variable, that's just odd).
I had neglected to create a phrasegroup_mygroup field in the language table. Thus, when I added 'mygroup' to the phrasegroup cache, it couldn't actually do any caching since the field didn't exist. Now why that produced the error it did, I really have no clue. Anyway, once I created the proper field, using a query like this: Code:
ALTER TABLE language ADD phrasegroup_mygroup MEDIUMTEXT NOT NULL DEFAULT '' AFTER phrasegroup_messaging; ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|