Output errors
-
I have been working on building custom post types and taxonomies. Worked fine. But then I added custom fields and tried to go to the front end and view page, but I get errors output:
Notice: Trying to get property 'term_id' of non-object in /home/.../wp-content/plugins/custom-post-types/custom-post-types.php on line 678Notice: Trying to get property 'name' of non-object in /home/.../wp-content/plugins/custom-post-types/custom-post-types.php on line 678Recoverable fatal error: Object of class WP_Error could not be converted to string in /home/.../wp-content/plugins/custom-post-types/custom-post-types.php on line 678Any ideas on what is causing this?
The page I need help with: [log in to see the link]
The topic ‘Output errors’ is closed to new replies.