• Resolved patlol

    (@patlol)


    Hello,

    My current configuration WP
    – WordPress Version: 4.1
    – PHP / MySQL Version: 5.5
    – Theme used: sweetdate
    – Extensions up: buddypress
    – Name of the hoster: online
    – Site address: loonao.com

    I’m multisite since the super admin account on the backend networks in User -> enrollment management
    I have a user lists if I click on activate or delete I have a message
    “You do not have permission to access this page.”

    https://img15.hostingpics.net/pics/590965Menu216.png

    How to access these two functions knowing that I am superadmin ???

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Just check if your site URL and WordPress URL are same in Settings->General.
    If not,you are running WordPress through its own folder.
    You need to do some additional settings in that case.Let me know.

    If you have the same URL and you did not install WordPress in its own directory,you next need to check permalinks.Did you change your permalink structure without updating htaccess.

    These are issues which I have seen to disallow Admin rights to Administrator roles even though the site will run fine.

    Thread Starter patlol

    (@patlol)

    Hello PrateekParekh,

    Thanks for reply!

    I have nothing about URL in settings->general … i have wordpress 4.1
    I run wordpress in root of domaine (mysite.com) repertory and the url is https://mysite.com

    My permalink is the name of article:
    https://mysite.com/blog/exemple-article/
    I don’t change some thing in my .htaccess for that, you can see my .htaccess here:

    # BEGIN WordPress multisite
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    # END WordPress multisite
    
    # protège le fichier config
    <FilesMatch ?wp-config.php$>
     order allow,deny
     deny from all
    </FilesMatch>
    
    # interdit l'accès aux répertoires
    Options All -Indexes
    
    # interdit l'accès au fichier .htaccess
    <Files .htaccess>
    order allow,deny
    deny from all
    </Files>

    what do I must change in htaccess?

    Thanks

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    There’s no settings->general for Multisite.

    Your .htaccess is fine.

    I’m multisite since the super admin account on the backend networks in User -> enrollment management

    What plugin is that? It’s not default to WP.

    Thread Starter patlol

    (@patlol)

    Hello Mika,

    Yes, it’s not default, it’s with buddypress

    Thanks

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Is it core BuddyPress or a BuddyPress sub plugin?

    You’ve got a plugin breaking WP, and you have to figure out which one. Or you can just turn off ALL plugins ??

    Thread Starter patlol

    (@patlol)

    Hello Mika,

    Yes i turn off all plugin except core buddypress, if core buddypress is deactivated, the Enrollment Management menu is not displayed.

    And with only core buddypress i have this issue

    core buddypress is form me:
    BuddyPress Version 2.1.1

    Thread Starter patlol

    (@patlol)

    Mika, i have good news

    I found the reason for the issue: buddypress is enabled on the main site and the functionality “enrollment manager” is on networks backed.

    By activating the network buddypress I could access it!

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘right of access to enrollment management’ is closed to new replies.