thenetbox |
07-20-2005 11:50 PM |
ok. I removed all the database modifications by using Marboosh.nets helpful sql query:
Quote:
DELETE FROM datastore WHERE title = 'arcadesettings' LIMIT 1;
ALTER TABLE user DROP arcadesettings;
ALTER TABLE usergroup DROP arcadepermissions;
DROP TABLE games;
DROP TABLE gamechallenges;
DROP TABLE gamesessions;
DROP TABLE gamenews;
DELETE FROM datastore WHERE title = 'arcadesettings' LIMIT 1;
DELETE FROM datastore WHERE title = 'scoresettings' LIMIT 1;
|
then I deleted ALL the custom templates and reverted to all the original templates. I over wrote all the arcade files.
and still it says no one has permission.
I can see only 2 ways in the code that would make it say no permission. One would be if the usergroup is not allowed. Second is if the board is closed. In the database all the usergroups have the proper permissions. In 'arcadesettings' in 'datagroup' the number is 845
when I say Is the Arcade Active? NO then it changes to 844. Even then the admin should be able to view it. but it doesn't. Very very strange :o
Next i'm going to check the vb files for any errors.
|