Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Warning on HHVM #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gadelkareem
Copy link

\nWarning: Parameter 1 to W3_Plugin_TotalCache::ob_callback() expected to be a reference, value given in /wp-includes/functions.php on line 3269

\nWarning: Parameter 1 to W3_Plugin_TotalCache::ob_callback() expected to be a reference, value given in /wp-includes/functions.php on line 3269
@alex-wsul
Copy link

Thank you, solved to me too!

@Danw33
Copy link

Danw33 commented Dec 14, 2015

@gadelkareem Thanks for this! Seems to have sorted our issue with HHVM and W3 Total Cache.

Hopefully someone can get the developers to finally add this to the "next release" as they have promised since 2014.

@mef
Copy link

mef commented Dec 16, 2015

l also would like this bug to be fixed. This pull request is not likely to help much though, cf. repository description:

Unofficial mirror repository; no pull requests, please.

@josflachs
Copy link

I got this problem on Saturday (29-04-2016) after installing the plugin. This fix did make the waring disappear, but also most of the web content...

@LucianoBellacci
Copy link

I still have the problem on my site luciano-bellacci.dk and company site Waimea.dk. It seems that the plugin is updated to the newest version..

@v2v-technologies
Copy link

v2v-technologies commented Aug 24, 2016

Replacing function ob_callback(&$buffer) with function ob_callback($buffer) gives me a white page of death on php7 any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet