Plugin Author
Brecht
(@brechtvds)
The links did not work?
Affiliate links are saved as custom post types in the normal wordpress database tables. You can just delete them like normal posts on the Affiliate Links page.
Brecht
So, why my links are not working? I checked twice one with slug “recommends” and second changed to “likes”. Both of time it’s open no page only error page “www.site.com is disable”. Is there any more settings?
I can not get it what I did wrong to place affiliate links.. It should not happen but I tried with www and without www, same message
“The website.com page isn’t working
website.com is currently unable to handle this request.
500″
Plugin Author
Brecht
(@brechtvds)
Could you try the following things:
1. Deactivate all other plugins for a second, see if it works then
2. Switch to a default theme (like Twenty Sixteen) and try again.
Kind regards,
Brecht
Thank you, I deactivated all other plugins and checked for affiliate link. It worked, then I installed one by one and found “WP Power Stats” plugin is one which creates problem.
I do not know why, if you could tell me why it happened ..would be great help.
“WP Power Stats” plugin is not so important I can delete it.
Plugin Author
Brecht
(@brechtvds)
Could you try editing the /easy-affiliate-links/helpers/clicks.php file? On line 26 you have this:
require_once( EasyAffiliateLinks::get()->coreDir . '/vendor/Browser/lib/Browser.php' );
Try changing this to:
if( !class_exists( 'Browser' ) ) {
require_once( EasyAffiliateLinks::get()->coreDir . '/vendor/Browser/lib/Browser.php' );
}