Welcome to our support forum and many thanks for using our affiliate management tools on your site.
What do you see when visiting Affiliates > Manage Affiliates and hitting the New Affiliate button? Is there anything logged on your browser console and your debug.log?
Especially for the latter, you also need to enable WP Debugging using this procedure:
Edit your wp-config.php file and replace this line:
define( ‘WP_DEBUG’, false );
with these lines:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
Comments
One response to “Not creating affiliates”
Hi Angelo,
Welcome to our support forum and many thanks for using our affiliate management tools on your site.
What do you see when visiting Affiliates > Manage Affiliates and hitting the New Affiliate button? Is there anything logged on your browser console and your debug.log?
Especially for the latter, you also need to enable WP Debugging using this procedure:
Edit your wp-config.php file and replace this line:
define( ‘WP_DEBUG’, false );
with these lines:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
Kind regards,
George
Only authorized members can comment on this topic.
Log in