Viewing 3 replies - 1 through 3 (of 3 total)
  • After migrating to php 7.0 I have had the same error…

    I fixed it for me the following way:

    1) Go to /wp-content/plugins/wp-rss-multi-importer
    2) Open editor on excerpt_functions.php
    3) Go to line 570
    4) Change first occurance of $thisLink to $thisLink1

    After the change was done and saved, you should be able to activate the plugin and it seems to run…

    Cheers
    Joerg

    @saarfuchs

    Thanks so much for this fix. I tried it and it worked. I was about to replace this plugin because I just upgraded one of my websites to php 7 and that’s when it broke. I just happened to stumble upon your fix and decided to try it. What did I have to lose? Maybe I’ll get a little more life out of it now. I hope the plugin author sees this and will maybe come back.

    Thanks so much!

    “Change first occurance of $thisLink to $thisLink1” – OK!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal error: Redefinition of parameter $thisLink’ is closed to new replies.