Notice: Trying to get property of non-object
-
Hi there ??
In the current version of the plugin I noticed some php warnings:
In Posts->Categories:
Notice: Undefined property: stdClass::$term_id in /var/www/wordpress/wp-content/plugins/custom-permalinks/custom-permalinks.php on line 391
Notice: Undefined property: stdClass::$term_id in /var/www/wordpress/wp-content/plugins/custom-permalinks/custom-permalinks.php on line 393
Notice: Undefined variable: originalPermalink in /var/www/wordpress/wp-content/plugins/custom-permalinks/custom-permalinks.php on line 399
In Post->Tags:
Notice: Trying to get property of non-object in /var/www/wordpress/wp-content/plugins/custom-permalinks/custom-permalinks.php on line 391Notice: Trying to get property of non-object in /var/www/wordpress/wp-content/plugins/custom-permalinks/custom-permalinks.php on line 393
Notice: Undefined variable: originalPermalink in /var/www/wordpress/wp-content/plugins/custom-permalinks/custom-permalinks.php on line 399
Note : This thread is the follow-up of a previous topic https://www.ads-software.com/support/topic/notice-undefined-index-37?replies=10#post-8724885
Another one in a custom post type I created :
Strict Standards: Only variables should be assigned by reference in /var/www/wordpress/wp-content/plugins/custom-permalinks/custom-permalinks.php on line 305
- The topic ‘Notice: Trying to get property of non-object’ is closed to new replies.