• Resolved webfuelcode

    (@webfuelcode)


    I installed it and created 15 links at a time and checked one to see how it works.

    No one, what could be the reason?

    I un-installed and installed it again to do it from the beginning, what I see the old links are there.

    What should I do to remove it completely from database its using?

    https://wordpress.org/plugins/easy-affiliate-links/

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    Thread Starter webfuelcode

    (@webfuelcode)

    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?

    Thread Starter webfuelcode

    (@webfuelcode)

    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

    Thread Starter webfuelcode

    (@webfuelcode)

    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' );
    }
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Doesn't work for me’ is closed to new replies.