Viewing 2 replies - 1 through 2 (of 2 total)
  • You’re using PHP 7. At present your site’s w3tc cache wont be working.

    It’s an easy fix. When fixed please come back to set this post as “Resolved” (located on the right column of this page). 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

    Thread Starter jookkoo

    (@jookkoo)

    Hello Kimberly,

    The issue is fix. Thank you so much.

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Warning’ is closed to new replies.