When using Link with WishList Member logged in users will not be able to add or update their entries. This is because of this code found in the wpm.php file: // Do not allow access to Dashboard for non-admins if ($wpm_current_user->ID && basename(dirname($_SERVER[’PHP_SELF’])) . ‘/’ . basename($_SERVER[’PHP_SELF’]) == ‘wp-admin/index.php’ && !(current_user_can(’edit_post’) || current_user_can(’edit_posts’)) && !current_user_can(’level_8’)) …
This plugin will “wipe” or “reset” the custom role and capabilities of plugins such as Connections, Easy Digital Downloads and Events Manager add on each update that is released for it. So if you receive the this error “You do not have sufficient privileges to access this page.” and have s2Member installed, here’s how to fix it. Since …
https://wordpress.org/plugins/pie-register/ The Pie Register plugin is calling a core WordPress action, wp_login on login which Link hooks into but it is not passing both of the required parameters so when other plugin such as Link hook into it, it will fail with errors. This is a bug with Pie register. Here are the lines of code …
http://wordpress.org/plugins/calpress-event-calendar/ When this plugin is active Link fails to link a user to an entry. The reason is the plugin removes the wp_login action that is required to trigger the linking. There is a fix, but it requires editing the plugin. The instructions follow: Open this file and go to line 639: \calpress-pro\app\controller\class-calp-app-controller.php You’ll find …