Unknown User in jetpack/sal/class.json-api-post-base.php
-
What triggered this warning message in my php_errorlog file and How do I fix this problem (or do I need to):
[01-Nov-2022 13:52:27 UTC] PHP Warning: Unknown user in ./public_html/wp-content/plugins/jetpack/sal/class.json-api-post-base.php on line 782
I looked in the file around line 782 and found this:
$user = get_user_by( 'id', $this->post->post_author ); if ( ! $user || is_wp_error( $user ) ) { trigger_error( 'Unknown user', E_USER_WARNING ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_trigger_error
What was the Unknown User doing?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unknown User in jetpack/sal/class.json-api-post-base.php’ is closed to new replies.