1
rapada
user menu block missing - no permission as admin
  • 2008/5/22 19:51

  • rapada

  • Just popping in

  • Posts: 26

  • Since: 2006/5/20


I've searched through this website to see if I could find the answers but couldn't see anything that applied to my problem.

I can access my website. I can log in under my username and password but once I'm logged in my usermenu block is missing and I cannot log in as admin. I tried using mywebsite.com/admin.php it says that I do not have access, then it directs me back to the main page.

:(

Any ideas on how to fix this?

2
rapada
Re: user menu block missing - no permission as admin
  • 2008/5/27 0:46

  • rapada

  • Just popping in

  • Posts: 26

  • Since: 2006/5/20


does anyone have any info that could help me?

3
anderssk
Re: user menu block missing - no permission as admin
  • 2008/5/28 19:44

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


Are you a member of the webmaster group at the site?

Go in to phpmyadmin for the site.
Run the SQL
<code>
SELECT `uid`,`uname` FROM `tabel_prefix_users` WHERE 1
</code>

Find You userlogon name and notice the UID
After that run the SQL
<code>
SELECT * FROM `tabel_prefix_groups_users_link` WHERE 1
</code>

Notice the GROUPID the UID is member of.

Now run this SQL
<code>
SELECT * FROM `tabel_prefix_groups` WHERE 1
</code>

Is the UID in a GROUPID, that are webmasters?
(You UID should be 1 You GROUPID should be 1 and GROUPID should be Webmasters)

4
rapada
Re: user menu block missing - no permission as admin
  • 2008/6/24 17:38

  • rapada

  • Just popping in

  • Posts: 26

  • Since: 2006/5/20


I get an error for all three SQL's telling me they do not exist. :(

5
anderssk
Re: user menu block missing - no permission as admin
  • 2008/6/24 19:22

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


did you remember to change <i>tabel_prefix</i> with you own tabel_prefix ?

6
rapada
Re: user menu block missing - no permission as admin
  • 2008/6/24 19:40

  • rapada

  • Just popping in

  • Posts: 26

  • Since: 2006/5/20


oh, duh! ok.. I'll go try it out..

thankyou :)

7
rapada
Re: user menu block missing - no permission as admin
  • 2008/6/24 19:57

  • rapada

  • Just popping in

  • Posts: 26

  • Since: 2006/5/20


Ok that's all correct.. :)

hopefully that helps.

8
anderssk
Re: user menu block missing - no permission as admin
  • 2008/6/24 20:49

  • anderssk

  • Quite a regular

  • Posts: 335

  • Since: 2006/3/21


Have You changed something in the theme?

Do you have another account?
(Yes - it is a excellent idea, to have one account for the webmaster-role and one account for daily use. Then give the daily account another user group between resisted users and webmasters)

9
rapada
Re: user menu block missing - no permission as admin
  • 2008/6/24 21:19

  • rapada

  • Just popping in

  • Posts: 26

  • Since: 2006/5/20


I can log in on the site.. but the user menu is missing.. that's the only thing that's not showing up any longer.
When I go to the user.php page it says that I am a webmaster.

It's really weird.

10
Bablorub
Re: user menu block missing - no permission as admin
  • 2008/6/26 10:13

  • Bablorub

  • Just popping in

  • Posts: 3

  • Since: 2008/4/1 8


There is something you have missed I guess.

Login

Who's Online

221 user(s) are online (163 user(s) are browsing Support Forums)


Members: 0


Guests: 221


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits