PHP Fatal error: Uncaught Error:Object of class could not be converted to string
-
I am getting this error when I search for shortcodes:
PHP Fatal error: Uncaught Error: Object of class FontAwesomeFour could not be converted to string in …/wp-content/plugins/shortcodes-finder/includes/shortcodes-finder-utils.php:350
When I disable the plugin FontAwesomeFour, the error message becomes:
PHP Fatal error: Uncaught Error: Object of class TOC_Plus could not be converted to string in …/wp-content/plugins/shortcodes-finder/includes/shortcodes-finder-utils.php:350
So the error is the same but the class changed to a class from another plugin. Disabling this plugin leads to a similar error about another class from another plugin. So these plugins probably don’t cause the error.
I used Shortcodes Finder on other sites without any problems. Any idea how to solve this?
- The topic ‘PHP Fatal error: Uncaught Error:Object of class could not be converted to string’ is closed to new replies.