Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi erentzenco

    I went to test out your comment on the other post and am getting the same error as you above so am unable to test. I will try it out when Yannick gets this one fixed.

    Thanks
    AllanIT

    Thread Starter Darryl Erentzen

    (@erentzenco)

    I figured it out.

    It’s just a typo in the php code. He mistyped the name of the function.

    Edit “/wp-content/plugins/link-library/usersubmission.php” on line 201 and change add_query_var to add_query_arg.

    Fixed!

    Hi erentzenco

    It turned out to be a bit more complicated than the fix above for me there were two Comma ‘,’ in the code where there should have been two dots ‘.’ the entire corrected line is below.

    $emailmessage .= '<a href="' . add_query_arg.( 's'. 'LinkLibrary%3AAwaitingModeration%3ARemoveTextToApprove'. admin_url( 'link-manager.php' ) ) . '">Moderate new links</a>';

    AllanIT

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Link Library] Error on submission’ is closed to new replies.