Changes between Initial Version and Version 1 of Ticket #59956
- Timestamp:
- 11/25/2023 10:14:29 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59956
-
Property
Component
changed from
WordPress.org Site
toFeeds
-
Property
Component
changed from
-
Ticket #59956 – Description
initial v1 8 8 9 9 Below is the error we are getting 10 Uncaught ValueError: max(): Argument #1 ($value) must contain at least one element 10 `Uncaught ValueError: max(): Argument #1 ($value) must contain at least one element` 11 11 12 as per little debug it seems in feed.php on line number 720 max()command having issue , its expecting array but date string is passing.12 as per little debug it seems in `feed.php` on line number 720 `max()` command having issue , its expecting array but date string is passing. 13 13 14 14 please go through this link for more details https://wordpress.org/support/topic/having-an-issue-on-author-feed-on-wp-6-4/