Opened 13 years ago
Closed 13 years ago
#18063 closed defect (bug) (worksforme)
When viewing category view an error is thrown
Reported by: | garyjob | Owned by: | Gary Teh |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 3.1.4 |
Component: | Query | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
This is the error
[Mon Jul 11 00:04:56 2011] [error] [client 127.0.0.1] PHP Warning: reset() [<a href='function.reset'>function.reset</a>]: Passed variable is not an array or object in C:\\applications\\nubee\\htdocs\\wp-includes\\query.php on line 2891, referer: http://wordpress_site/?category_name=game-zh-hans&lang=zh-hans&lang=zh-hans
This is the proposed fix:
if(isset($query['terms'] )){ $term = get_term_by( $query['field'], reset( $query['terms'] ), $query['taxonomy'] ); } else{ $term = get_term_by( $query['field'], $query['terms'] , $query['taxonomy'] ); }
Change History (3)
Note: See
TracTickets for help on using
tickets.
How can we reproduce this warning? (I can't)
Can you reproduce it with all plugins disabled and the default theme active?