Magento Expert Forum - Improve your Magento experience

Results 1 to 3 of 3

Parent Role id 'G3' does not exist

  1. #1
    New member
    Join Date
    Nov 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Parent Role id 'G3' does not exist

    Hello guys,

    I am Mauro, this is my first post in forum. I need some help...

    After resetting user's password in phpmyadmin, I got the following error after login:

    a:5:{i:0;s:34:"Parent Role id 'G3' does not exist";i:1;s:2651:"#0 /var/www/vhosts/prodottibionline.it/httpdocs/magento/lib/Zend/Acl.php(160): Zend_Acl_Role_Registry->add(Object(Mage_Admin_Model_Acl_Role_User), 'G3')

    I tried everything....but nothing works.

    I set admin_role table as follows:

    1 | 0 | 1 | 1 | G | 0 | Administrators

    and my user has value '1' in parent_id field.

    Any ideas?...please help me!!!!!

    Thanks in advance guys!!

    View more threads in the same category:


  2. #2
    Junior Member arunthomas203's Avatar
    Join Date
    Oct 2014
    Posts
    16
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Please try by executing the following SQL Query. Make sure you have a DB backup.


    Code:
    UPDATE admin_role SET tree_level = 2 WHERE role_type = 'U';
    Cheers
    Arun

  3. #3
    New member
    Join Date
    Nov 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by arunthomas203 View Post
    Please try by executing the following SQL Query. Make sure you have a DB backup.


    Code:
    UPDATE admin_role SET tree_level = 2 WHERE role_type = 'U';
    Cheers
    Arun
    Hi Arun,

    this query was one of the first things I tried...All the "U" users have tree_level = 2.



    Please help mee

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •