![]() |
datastore retrieval
I just upgraded from 3.6.7 to 3.7.2
I was accessing something from my datastore like this: $parse = $vbulletin->datastore->registry->mystuff; Then I'd use $parse to parse the post message. After the upgrade $parse is null. However, if I do this, all is well: $setup = $vbulletin->datastore->do_db_fetch("'mystuff'"); $parse = $vbulletin->mystuff; I can then use $parse properly. I once had a problem with getting data from the datastore before, but this is different (just in case anyone recognizes this somewhat). Was anything changed in 3.7 that would disallow my original method? Does the way I have to do it now create any extra load on my db (this is for a decent size forum)? |
PHP Code:
|
That seems like a lot of digging. If this isn't brutal to my server, I'll stick with what works, thanks :)
|
<a href="http://members.vbulletin.com/api/vBulletin/vB_Datastore.html" target="_blank">vB_Datastore</a>
|
All times are GMT. The time now is 07:33 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|