![]() |
it should be in both tables ;)
|
so far, no help from the people over at vb.com. Can someone else here tell me what i need to do to get the access table fixed?
|
Just use phpMyAdmin to create a field on the table with the same properties as the `forumid` field on the other table.
See what that does. |
FireFly, please help!
|
ok, i'm not firefly, but thats what ya want:
run this query in PHPMyAdmin: [sql]DROP TABLE IF EXISTS access; CREATE TABLE access ( userid int(10) unsigned NOT NULL default '0', forumid smallint(5) unsigned NOT NULL default '0', accessmask smallint(5) unsigned NOT NULL default '0', UNIQUE KEY userid (userid,forumid) ) TYPE=MyISAM; [/sql] |
Xenon-
Thanks a million. Will running that command have any ill effects on the current database? |
This is what I have under the access table:
userid, access_title. |
it will delete the acces-table, but as you said this error occured since the first day you won't loos any data :)
|
But, what about access_title?
|
i don't know the access_title field, i think this has been added with one hack you have installed. if you use this hack, you have to redo the sql-query for this hack
|
All times are GMT. The time now is 03:42 AM. |
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:
|