Replies: 0
Hi, not sure if i’m missing something but i’m getting these errors on my Post->Categories list but not on the other custom post types categories list I have.
Warning: array_unique() expects parameter 1 to be array, boolean given in C:\xampp\htdocs\test-site\wp-includes\post-template.php on line 772
Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdocs\test-site\wp-content\plugins\enhanced-category-pages\classes\ecp\WP_Integration.php on line 103
and the following notices appear inside the description column of the categories list…
Notice: Undefined offset: 0 in C:\xampp\htdocs\test-site\wp-content\plugins\enhanced-category-pages\classes\ecp\Enhanced_Category.php on line 233
Notice: Trying to get property of non-object in C:\xampp\htdocs\test-site\wp-includes\post-template.php on line 298
Notice: Trying to get property of non-object in C:\xampp\htdocs\test-site\wp-includes\comment-template.php on line 1194
Hope you can help me with this. Thanks!