PDA

View Full Version : Please Check Something In Your System


sv1cec
05-12-2005, 05:29 AM
Folks,

Please check something in your system.

Run the following query:


SELECT * FROM ".TABLE_PREFIX."setting WHERE varname LIKE 'warn_%'


and see what your volatile column shows. For some reason, on my system, the volatile column was set to 1, while it should be set to 0. If yours is also set to 1, it means that when a new version of vBulletin is out, and you upgrade, the AWS settings will be removed. To prevent that, use the following query:


UPDATE ".TABLE_PREFIX."setting SET volatile=0 WHERE varname LIKE 'warn_%'


Please let me know what was the value of your volatile.

Rgds

Megareus Rex
05-12-2005, 05:31 PM
My volatile was also set to 1.

Tom1234
05-16-2005, 02:20 AM
My volatile is also set to 1. Are you adding code to check and fix this in a future version?

sv1cec
05-16-2005, 05:15 AM
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