Forum Replies Created

Viewing 1 replies (of 1 total)
  • Yuri Vorontsov

    (@yvorontsov)

    Had the same problem. Check your wordpress database prefix. If it is not default ‘wp_’ you should change (or duplicate):
    – ‘wp_user_roles’ entry to ‘wp_PREFIX_user_roles’ in table ‘wp_PREFIX_options’;
    – ‘wp_capabilities’ entry to ‘wp_PREFIX_capabilities’ in table ‘wp_PREFIX_usermeta’.

Viewing 1 replies (of 1 total)