3
Are you a member of the webmaster group at the site?
Go in to phpmyadmin for the site.
Run the SQL
SELECT `uid`,`uname` FROM `tabel_prefix_users` WHERE 1
Find You userlogon name and notice the UID
After that run the SQL
SELECT * FROM `tabel_prefix_groups_users_link` WHERE 1
Notice the GROUPID the UID is member of.
Now run this SQL
SELECT * FROM `tabel_prefix_groups` WHERE 1
Is the UID in a GROUPID, that are webmasters?
(You UID should be 1 You GROUPID should be 1 and GROUPID should be Webmasters)