PHP errors
-
Hi,
I keep getting lots of php errors in our server log. Everything seems to work fine but it makes debugging other issues a hastle. MAybe you can fix it. For reference, we are using php 8.1 with the latest version of wordpress
This is the error:
Got error ‘PHP message: PHP Warning: Attempt to read property “url” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 677PHP message: PHP Warning: Attempt to read property “user_email” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 678PHP message: PHP Warning: Attempt to read property “user_description” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 679PHP message: PHP Warning: Attempt to read property “display_name” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 680PHP message: PHP Warning: Attempt to read property “ID” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 682PHP message: PHP Warning: Attempt to read property “url” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 677PHP message: PHP Warning: Attempt to read property “user_email” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 678PHP message: PHP Warning: Attempt to read property “user_description” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 679PHP message: PHP Warning: Attempt to read property “display_name” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 680PHP message: PHP Warning: Attempt to read property “ID” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 682PHP message: PHP Warning: Attempt to read property “url” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 677PHP message: PHP Warning: Attempt to read property “user_email” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 678PHP message: PHP Warning: Attempt to read property “user_description” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 679PHP message: PHP Warning: Attempt to read property “display_name” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 680PHP message: PHP Warning: Attempt to read property “ID” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 682PHP message: PHP Warning: Attempt to read property “url” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 677PHP message: PHP Warning: Attempt to read property “user_email” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 678PHP message: PHP Warning: Attempt to read property “user_description” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 679PHP message: PHP Warning: Attempt to read property “display_name” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 680PHP message: PHP Warning: Attempt to read property “ID” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 682PHP message: PHP Warning: Attempt to read property “url” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 677PHP message: PHP Warning: Attempt to read property “user_email” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 678PHP message: PHP Warning: Attempt to read property “user_description” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 679PHP message: PHP Warning: Attempt to read property “display_name” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 680PHP message: PHP Warning: Attempt to read property “ID” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 682PHP message: PHP Warning: Attempt to read property “url” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 677PHP message: PHP Warning: Attempt to read property “user_email” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 678PHP message: PHP Warning: Attempt to read property “user_description” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 679PHP message: PHP Warning: Attempt to read property “display_name” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 680PHP message: PHP Warning: Attempt to read property “ID” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 682PHP message: PHP Warning: Attempt to read property “url” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 677PHP message: PHP Warning: Attempt to read property “user_email” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 678PHP message: PHP Warning: Attempt to read property “user_description” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 679PHP message: PHP Warning: Attempt to read property “display_name” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 680PHP message: PHP Warning: Attempt to read property “ID” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 682PHP message: PHP Warning: Attempt to read property “url” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 677PHP message: PHP Warning: Attempt to read property “user_email” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 678PHP message: PHP Warning: Attempt to read property “user_description” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 679PHP message: PHP Warning: Attempt to read property “display_name” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 680PHP message: PHP Warning: Attempt to read property “ID” on bool in …httpdocs/wp-content/plugins/guest-author-name-premium/guest-authors.php on line 682’`
The topic ‘PHP errors’ is closed to new replies.