The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 17 posts ] 
Author Message
PostPosted: Tue Apr 17, 2012 2:03 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Apr 17, 2012 1:57 pm
Posts: 6
Ok for no reason my entire Admin panel is blank now when I log in to the site administrator. I don't know how to fix it. Anyone able to help? I'm running 2.5.4 with community builder and a few other small extensions installed.


Top
 Profile  
 
PostPosted: Mon Apr 23, 2012 3:56 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Apr 17, 2012 1:57 pm
Posts: 6
Ok so I saw another thread that the person had to add permissions for the user, but this is the only user that is an administrator, so how can I add permissions if I don't have administrator access?


Top
 Profile  
 
PostPosted: Mon Apr 23, 2012 5:15 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Nov 23, 2011 3:49 am
Posts: 10
Look for the prior thread. I too had the problem and fixed it by having my entire site recovered from a backup that I knew was good.

I believe I accidentally changed a critical permission. I was not changing the site admin permissions at all but apparently there is something that can be done to one of the groups that ends up getting a blank site admin. Unfortunately I do not know what I did to cause the problem either. Wish I did.

The other thread has some more elaborate steps you can take if you don't have a backup to recover from. I chose the easier route since it was available to me.


Top
 Profile  
 
PostPosted: Sat Apr 28, 2012 6:29 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Nov 10, 2009 2:24 pm
Posts: 8
Here is what I did to fix the same issue. I installed another clean site and compared database tables. The _assets table was my issue.

Open table xxx_assets in your joomla 2.5 database
Edit Row 1 (Root Asset) and change the rule to:

{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}

Save that and whala, admin panel now works. My issues was from testing the permissions in the global config and locking myself out. That value is the default admin value.

Hope this helps!


Top
 Profile  
 
PostPosted: Sat Apr 28, 2012 7:00 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Sat Apr 05, 2008 9:58 pm
Posts: 23361
Location: @Webdongle
The usergroup that you set to allow admin login .... put that user Group in the 'Special' view/access level.

The Admin menus are set at 'Special' view/access level

_________________
http://weblinksonline.co.uk/joomla-faq.html


Top
 Profile  
 
PostPosted: Wed May 09, 2012 4:27 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Apr 17, 2012 1:57 pm
Posts: 6
nkolet wrote:
Here is what I did to fix the same issue. I installed another clean site and compared database tables. The _assets table was my issue.

Open table xxx_assets in your joomla 2.5 database
Edit Row 1 (Root Asset) and change the rule to:

{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}

Save that and whala, admin panel now works. My issues was from testing the permissions in the global config and locking myself out. That value is the default admin value.

Hope this helps!


Tried it.. :( no go


Top
 Profile  
 
PostPosted: Wed May 09, 2012 12:37 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Jun 16, 2006 4:06 pm
Posts: 11
Nana_P wrote:
Look for the prior thread. I too had the problem and fixed it by having my entire site recovered from a backup that I knew was good.

I believe I accidentally changed a critical permission. I was not changing the site admin permissions at all but apparently there is something that can be done to one of the groups that ends up getting a blank site admin. Unfortunately I do not know what I did to cause the problem either. Wish I did.

The other thread has some more elaborate steps you can take if you don't have a backup to recover from. I chose the easier route since it was available to me.


It would be helpful if you mentioned WHICH thread provides the useful steps.
Thanks.


Top
 Profile  
 
PostPosted: Wed May 09, 2012 12:44 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Jun 16, 2006 4:06 pm
Posts: 11
nkolet wrote:
Here is what I did to fix the same issue. I installed another clean site and compared database tables. The _assets table was my issue.

Open table xxx_assets in your joomla 2.5 database
Edit Row 1 (Root Asset) and change the rule to:

{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}

Save that and whala, admin panel now works. My issues was from testing the permissions in the global config and locking myself out. That value is the default admin value.

Hope this helps!



Great nkolet and thanks a lot ! This was exactly what solved my issue !
THANKS !!!


Top
 Profile  
 
PostPosted: Wed May 09, 2012 6:10 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Apr 17, 2012 1:57 pm
Posts: 6
ok so I logged into the PHPMyAdmin and the user is set as a Super Administrator I'm setting a temporary password different from what I had and trying to log in again to see if it will be different so I can change the viewing access.


Top
 Profile  
 
PostPosted: Wed May 09, 2012 6:19 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Apr 17, 2012 1:57 pm
Posts: 6
ok so I followed the steps in this tutorial video that I got the link from the general help from joomla http://www.veoh.com/watch/v1818492yRNhWTdg and I did the password as
column:password type:varchar(100) function:MD5 value:admin and I tried logging in as user:admin pass:admin and it now says "Failed to authenticate: Access Denied" and I can't even log in. however after I save it, it changes the password that is listed in the value to random numbers and letters as you can see in the confirmation screenshot here:
Attachment:
screenshot_phpmyadmin.png

I'm at a loss, I even tried copying and pasting the random password it puts in there and same thing no login.


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
PostPosted: Wed May 09, 2012 7:49 pm 
User avatar
Joomla! Virtuoso
Joomla! Virtuoso

Joined: Fri May 15, 2009 2:01 pm
Posts: 3119
Location: Écosse - Scozia - Escocia - Škotija -स्कॉटलैंड
Can you confirm what version of Joomla you are running? The screen grab shows a table for jos_mambots which if memory serves was from Joomla 1.0 when the dinosaurs roamed the plains! That might explain why the fix didn't work for you.

_________________
A pretty business indeed for a man to be allowed eight hundred thousand sterling a year and worshipped into the bargain! Of more worth is one honest man to society...than all the crowned ruffians that ever lived. Paine 1776


Top
 Profile  
 
PostPosted: Wed May 09, 2012 8:18 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Dec 03, 2006 10:37 pm
Posts: 15
nkolet wrote:
Here is what I did to fix the same issue. I installed another clean site and compared database tables. The _assets table was my issue.

Open table xxx_assets in your joomla 2.5 database
Edit Row 1 (Root Asset) and change the rule to:

{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}

Save that and whala, admin panel now works. My issues was from testing the permissions in the global config and locking myself out. That value is the default admin value.

Hope this helps!


Thanks, this solved my snafu also. Next time I'll watch what I tick off in the permission fields.


Top
 Profile  
 
PostPosted: Wed May 09, 2012 8:48 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Aug 19, 2011 2:46 am
Posts: 6
How crazy, that did not work for me at http://universalautocare.net/administrator/

If anyone has advice please help : /

This is second time I install again.


You do not have the required permissions to view the files attached to this post.


Last edited by Jerrygo on Wed May 09, 2012 8:52 pm, edited 1 time in total.

Top
 Profile  
 
PostPosted: Wed May 09, 2012 8:49 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Aug 19, 2011 2:46 am
Posts: 6
Hope u did not give up Tru


Top
 Profile  
 
PostPosted: Thu May 10, 2012 6:49 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Dec 23, 2011 7:36 am
Posts: 2
This did NOT work for me either:

{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}

This is the first time I have this problem, when updating from a 1.7 to 2.5.4. I've done a number of them from 1.7 to 2.5.x (excluding 2.5.4) and there has never been an issue.

This needs reporting as a bug in 2.5.4.

Rich


Top
 Profile  
 
PostPosted: Sun May 13, 2012 5:55 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Apr 17, 2012 1:57 pm
Posts: 6
running joomla 2.5.4

problem showed up when joomla auto updated from 2.5.3 to 2.5.4 all my admin stuff stopped working. My menu option to post a new article or new weblink disappeared and whenever I logged into admin it was blank. I went into the phpMyAdmin and reset the password for the admin to admin hoping that if I reset everything it would reset the account and I could get into it, I no longer have access to anything. I stupidly didn't do a backup after I finally got everything set back up.


Top
 Profile  
 
PostPosted: Sun May 13, 2012 8:45 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Sat Apr 05, 2008 9:58 pm
Posts: 23361
Location: @Webdongle
viewtopic.php?f=625&t=691030&p=2793967#p2793191
and
viewtopic.php?f=620&t=717019&p=2804888&hilit=user+8+%23__assets#p2804845

_________________
http://weblinksonline.co.uk/joomla-faq.html


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ] 



Who is online

Users browsing this forum: No registered users and 12 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group