Do you have access to phpmyadmin?
I've seen on rare occasion people who don't have the field displaygroupid in their user table before.
Please go to phpmyadmin, browse to your database, and view the user table.
See if you have the column called displaygroupid.
If not you should go to STRUCTURE -> Add 1 filed after membergroupids and call it displaygroupid type smallint(5).
It is of course good practice to backup your database before changing it.
|