Quote:
Originally Posted by Cybernetec
vBulletin does not accept uppercase characters in product IDs anymore.
This means if you have installed older version of some hack, which used uppercase characters in ID, they may not be upgraded properly.
So save Forum Rules to your computer, to some txt file, then uninstall all instances of hack, then install latest version and update settings.
|
Quote:
Originally Posted by Cybernetec
Run this query to set acceptance status to YES for all existing users:
PHP Code:
UPDATE user SET cfrules_read_status = '1'
|
I did as you said and all seem fine for me now. Thanks Cybernetec!