The Arcive of vBulletin Modifications Site. |
|
Please Check Something In Your System Details »»
|
|||||||||||||||||||||||||
Folks,
Please check something in your system. Run the following query: Code:
SELECT * FROM ".TABLE_PREFIX."setting WHERE varname LIKE 'warn_%' Code:
UPDATE ".TABLE_PREFIX."setting SET volatile=0 WHERE varname LIKE 'warn_%' Rgds Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
My volatile was also set to 1.
|
|
#3
|
|||
|
|||
|
My volatile is also set to 1. Are you adding code to check and fix this in a future version?
|
|
#4
|
|||
|
|||
|
This has been fixed in the installation code for 3.4.10, but you have to manually run the query to fix it if your settings are set to 1.
Rgds |
![]() |
|
|