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

Class “Traffic\Plugin\Feature\Memory“ not found #3

Open
stevapple opened this issue Apr 9, 2023 · 0 comments
Open

Class “Traffic\Plugin\Feature\Memory“ not found #3

stevapple opened this issue Apr 9, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@stevapple
Copy link

Describe the bug
Thanks to Decalog, we've caught a bunch of Class “Traffic\Plugin\Feature\Memory“ not found from the event log.

Warning: Outbound API record: Class “Traffic\Plugin\Feature\Memory“ not found
Warning: Inbound API record: Class “Traffic\Plugin\Feature\Memory“ not found

Expected behavior
We didn't expect the plugin to throw errors.

Screenshots

# Site Backend
0  do_action(`admin_init`)
       ./wp-admin/admin.php:175
1  WP_Hook->do_action(Array)
       ./wp-includes/plugin.php:517
2  WP_Hook->apply_filters(``, Array)
       ./wp-includes/class-wp-hook.php:332
3  _maybe_update_themes(``)
       ./wp-includes/class-wp-hook.php:308
4  wp_update_themes()
       ./wp-includes/update.php:1041
5  wp_remote_post(`https://api.wordpress.org/themes/update-check/1.1/`, Array)
       ./wp-includes/update.php:719
6  WP_Http->post(`https://api.wordpress.org/themes/update-check/1.1/`, Array)
       ./wp-includes/http.php:179
7  WP_Http->request(`https://api.wordpress.org/themes/update-check/1.1/`, Array)
       ./wp-includes/class-wp-http.php:616
8  do_action(`http_api_debug`, Array, `response`, `WpOrg\Requests\Requests`, Array, `https://api.wordpress.org/themes/update-check/1.1/`)
       ./wp-includes/class-wp-http.php:421
9  WP_Hook->do_action(Array)
       ./wp-includes/plugin.php:517
10  WP_Hook->apply_filters(``, Array)
       ./wp-includes/class-wp-hook.php:332
# Rest API Request
0  require(`/var/www/blog/wp-blog-header.php`)
       ./index.php:17
1  wp()
       ./wp-blog-header.php:16
2  WP->main(``)
       ./wp-includes/functions.php:1334
3  WP->parse_request(``)
       ./wp-includes/class-wp.php:780
4  do_action_ref_array(`parse_request`, Array)
       ./wp-includes/class-wp.php:399
5  WP_Hook->do_action(Array)
       ./wp-includes/plugin.php:565
6  WP_Hook->apply_filters(``, Array)
       ./wp-includes/class-wp-hook.php:332
7  rest_api_loaded(WP)
       ./wp-includes/class-wp-hook.php:308
8  WP_REST_Server->serve_request(`/manage/v1/whoami`)
       ./wp-includes/rest-api.php:410
9  apply_filters(`rest_pre_echo_response`, Array, WP_REST_Server, WP_REST_Request)
       ./wp-includes/rest-api/class-wp-rest-server.php:517
10  WP_Hook->apply_filters(Array, Array)
       ./wp-includes/plugin.php:205

Environment (please complete the following information):

  • PHP version: 8.1.15
  • WordPress version: 6.2
  • Other info: Decalog event
@stevapple stevapple added the bug Something isn't working label Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants