• Resolved fanta8897

    (@fanta8897)


    Updated plugin "Wordfence Security" to version 7.1.14 from 7.1.12

    Once this event occurred, we began to experience this error on EVERY page load:

    Fatal error: Cannot redeclare Composer\Autoload\includeFile() (previously declared in /home/username/public_html/wp-content/plugins/cloudflare/vendor/composer/ClassLoader.php:442) in /home/username/public_html/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php on line 445

    Please advise. We had to disable one of the plugins causing the conflict in this case.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter fanta8897

    (@fanta8897)

    I also put a workaround in that post that does not impede on the functionality of either:

    Change line 323
    includeFile($file);
    to
    includeFiles($file);

    and line 445
    function includeFile($file)
    to
    function includeFiles($file)

    Or if you do not want to modify the wordfence plugin, do the same thing on the other plugin, so long as you ensure to update any mention of includeFile to the new function name

    • This reply was modified 6 years, 1 month ago by fanta8897.

    Hi!
    We’ve reverted some changes in 7.1.14 and released 7.1.15. Please update to 7.1.15 to fix any issues like the one described above.

    We’re interested in getting diagnostics from affected sites as we have some theories about what may be happening but haven’t been able to properly verify it yet.

    To send diagnostics you to to Wordfence Tools > Diagnostics and at the top of the page click the button to send diagnostics, fill out [email protected] and your forum username and send.

    Thanks!

    I’m experiencing issues as well even with 7.1.15. The front end looks fine but the admin panel looks weird and is very slow to respond. I know it’s definitely being caused by the recent update because deactivating WordFence fixes the problem.

    I did as you advised here and sent diagnostics. I have premium support so I created a ticket there as well. Please advise. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflict with Cloudflare Plugin upon Wordfence Update’ is closed to new replies.