Viewing 2 replies - 1 through 2 (of 2 total)
  • I had the exact same issue, here is what you need to do

    go to the path “wp-content\plugins\w3-total-cache\lib\W3\Plugin\TotalCache.php”

    Open the file TotalCache.php, and look for the function called function ob_callback. The code will look like

    function ob_callback(&$buffer) {

    Remove the “&”, so your code now will look like –

    function ob_callback($buffer) {

    Thread Starter crazy_cat

    (@crazy_cat)

    Thanks 🙂 I have also tried this several times before, but it was not working. Today i tried it again, and now it works. Very strange. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warning: Parameter 1 to W3_Plugin_TotalCache::ob_callback() …’ is closed to new replies.