Archived topic
Author page error
3 replies · Started by An Nguyen on September 25, 2019
Hi all,
I got an error display on author page. I need your help! you can view the link updated
Recoverable fatal error: Object of class WP_Error could not be converted to string in ......./formatting.php on line 4193
Thanks
Hi there,
the error is related to a core WP function and generally means something is making bad use of a converting a URL to a string.
Debug by first flushing and disabling any server caches. Then disabling plugins and functions to see which one is causing the problem.
You're right David. I found the code display sub-categories written by Tom that cause this error on author page. I turn it off via using display rule and the page displays perfectly.
You're welcome