Viewing 4 replies - 1 through 4 (of 4 total)
  • babca

    (@babca)

    You have upgraded to php7, right?

    Line: 512 — This resolves the php7 compatibility issue. Without it caching doesnt occur in php7+.

    Replace:
    function ob_callback(&$buffer)
    With:
    function ob_callback($buffer)

    you can apply even more fixes, mentioned here
    https://wordpress.org/support/topic/not-so-compatible-with-45?replies=3

    Thread Starter puccaso

    (@puccaso)

    Hello Babca,
    yes i have upgraded to php7 and i already have the 512 commit patched on my system..

    i am also using hhvm
    what is the current status of hhvm and the plugin\?

    babca

    (@babca)

    That fix did the trick for me. Have you flushed the cache too?
    HHVM – Sorry, can’t help you there, I don’t use it ATM.

    Thread Starter puccaso

    (@puccaso)

    ok i think that worked..

    thank you guys
    🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Parameter 1 to W3_Plugin_TotalCache::ob_callback() expected to be a reference,’ is closed to new replies.