Make WordPress Core

Opened 7 years ago

Closed 5 months ago

Last modified 5 months ago

#46582 closed defect (bug) (worksforme)

WordPress Core Updates: 'Last updated' date not showing correctly

Reported by: markustippner's profile markustippner Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.1
Component: Upgrade/Install Keywords: dev-feedback
Focuses: Cc:

Description

For the WordPress Core Updates the date for last search is constantly showing January 1st 1970.

My WordPress version is 5.1.1 in Development Mode.

Attachments (1)

Screenshot.PNG (15.5 KB) - added by markustippner 7 years ago.

Download all attachments as: .zip

Change History (7)

#1 @Otto42
7 years ago

What is this "date for last search" that you refer to?

#2 @Otto42
7 years ago

I'm sorry, I don't read that language. What screen is that on? What page in the admin?

#3 @markustippner
7 years ago

Dashboard => Updates

#4 @Otto42
7 years ago

Oh, the "Last Checked" message.

That is stored as a site transient. If you have any caching plugins or anything like that, then that can interfere with that.

Really, that isn't stored in the database necessarily, as transients could be stored in a memcache, for instance. Having the last_checked be zero will cause the 1970 display, but it's not considered a critical value, since it's just set to the time() when the check runs.

Basically, turn off all your plugins and see which of them is causing interference.

#5 @callumbw95
5 months ago

  • Resolution set to worksforme
  • Status changed from new to closed

Hi All,
I have taken a look at this on a clean install of the latest release and I cannot replicate this issue. As @Otto42 said I believe this could be caused by interference from plugins installed on the site, and as of such I don't believe this is an issue within core WordPress. Because of the reasons stated, and the fact there hasn't been any movement on this ticket in 6 years, I am going to close this ticket. However please feel free to reopen this ticket if you believe that this is not the case.

#6 @peterwilsoncc
5 months ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.