Ulrich Pogson

Results 91 comments of Ulrich Pogson

This PR should fix it https://github.com/markjaquith/cache-buddy/pull/12

When uploaded a image to the media library a plugin was causing PHP notices which I only saw when Query Monitor was disabled. It would be nice to be able...

The way of overwriting the wrapper till this is fixed for Capistrano 3.7+ is to place the following code in `lib/capistrano/tasks/git.rake` ``` # Override the git:wrapper task. # # See...

Is there documentation on how the polyfill should be setup? I looked at `WP_TESTS_PHPUNIT_POLYFILLS_PATH` and expected to see it defined in [install-wp-tests.sh](https://github.com/wp-cli/scaffold-command/blob/master/templates/install-wp-tests.sh), but it was not. I ended up running...

Thanks @jrfnl! It is clearer now. I knew about the write-up, but missed the section regarding the plugins.

@vmunich If you can, you could run the script directly. https://github.com/wimg/PHPCompatibility This plugin just integrates PHPCompatibility in a WordPress plugin to make it easier for the non-developer.

@TonyFeestneus Is this the plugin https://wordpress.org/plugins/google-tag-manager/?

I was able to run it on my site and it is 100% compatible with PHP7.

@picasso Have tried testing the code in reverse? ```php if ( isset( $HTTP_RAW_POST_DATA ) ) { return $HTTP_RAW_POST_DATA; } else { return fopen( 'php://input', 'rb' ); } ``` As the...

@Netzie The best way is to test the site on a staging or development site. If you can't do that check with iThemes if PHP 7 is supported in their...