Your cart is currently empty!
Plugin Causes “you are not authorized” error code
—
by
I have the affiliate pro plugin that I have had installed for quite some time. I have an affiliate that I wanted to bring on board, and when I tried to activate the affiliate pro and the affiliate woocommerce integration got the “you are not authorized” error and had to disable both plugins via cpanel .
I purchased this in May of 2015 so the support has expired (ticket #14419) but I would like to use the plugin and any plugins that are required in order to use it on my WooCommerce WordPress site.
Posted in Search Live
Comments
One response to “Plugin Causes “you are not authorized” error code”
Hi David,
Maybe you have not the correct permissions, please try to install and activate the plugin with an administrator user, and check the permissions from Affiliates->Settings.
If the problem persists, you can enable the WordPress debug, and check the debug.log file.
to enable debug, edit your wp-config.php file and replace the following line:
define(‘WP_DEBUG’, false);
with these lines:
define('WP_DEBUG', true );
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', true );
Kind Regards,
Antonio B.