Viewing 1 replies (of 1 total)
  • Oh this is an easy fix. To get php7 working with w3tc do this:

    1. Open: /wp-content/plugins/w3-total-cache/lib/W3/Plugin/TotalCache.php
    2. Go to line 512
    3. Change &$buffer to be $buffer. So you are removing the ampersand (&).
    4. Save (and upload change to website)

    Regards,
    Kimberly

Viewing 1 replies (of 1 total)

The topic ‘Did not work with php 7.0’ is closed to new replies.