Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author clionpid

    (@clionpid)

    Hi, quatrel
    I replied it yesterday, but it disappeared.
    It’s php warning. If you can edit the code, please open “affiliatelinkcloaking.php”, add a line

    if ( !isset($_POST['affiliatelinkcloaking_noncename']) ) return;

    before

    if ( !wp_verify_nonce( $_POST[‘affiliatelinkcloaking_noncename’], plugin_basename( __FILE__ ) ) ) return;

    If you can’t, feel free to mail me clionpid#yahoo.com(replace # to @),I’ll send it to you.

    Thread Starter quatrel

    (@quatrel)

    Thanks!
    It solved the issue completely and will be good for an update to the plugin.
    You were very helpful and fast. (Applause)!

    The fix provided above is included in the latest development version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Affiliate Link Cloaking] PHP Error Log fills with entries’ is closed to new replies.