• Hello,
    I’m using a separate plugin to ‘clone’ a website and want the permissions to transfer over to the ‘clones’ but it doesn’t work. This is because AAM stores the settings data in the _options table for that specific website under a row in the format ‘wp_INSTALLID_wpaccess_config_USER-ROLE’. Where INSTALLID is the ID of the mutlisite installation, and USER-ROLE is the ‘role’ that the permissions are for.

    This means when clone a website with the ID of 1 onto a new site with the id of 7, the wp_7_options table contains the row ‘wp_1_wpaccess_config_USER-ROLE’ not ‘wp_7_wpaccess_config_USER-ROLE’, and this means the AAM plugin for site ID ‘7’ doesn’t have any configuration settings.

    Is it possible for me to change this so the rows for the Role permissions in the wp_x_options table won’t contain the site ID?

    Thanks,
    Brad

    http://ww.wp.xz.cn/extend/plugins/advanced-access-manager/

The topic ‘[Plugin: Advanced Access Manager] Cloning multisite install doesn't transfer AAM settings’ is closed to new replies.