Andy Fragen

Results 202 comments of Andy Fragen

I'm seeing this and many more similar errors. It seems to be related to `$data = $this->collector->get_data();` and `foreach ( $data['http'] as $key => $row )` On my end it...

I just figured out how to trigger this. Purge the object cache. My site has a redis cache and purging it consistently causes these errors.

In my case an early exit from the `foreach` loop works best. ```php foreach ( $data['http'] as $key => $row ) { if ( ! isset( $row['ltime'], $row['component'] ) )...

Thanks John. BTW, brilliant plugin!

This only seems to be an issue with multisite.

What about changing `isset( $parsed )` to `! empty( $parsed )`?

GitHub also has some `score` field but I really don't understand what it is. Just for fun I've added ratings (to afragen/github-updater) very arbitrarily based on adding `score` and `stargazers`....

GitHub Updater manages inactive theme updates. I also have a setting to allow for using remote management services which basically also runs the code on `index.php` in addition to admin...

@bradyvercher GitHub Updater runs through the list of installed plugins and themes looking for the appropriate headers (eg. `GitHub Plugin URI`, `GitHub Theme URI`, etc.). Because the GitHub Updater plugin...