On Windows machine "Cron jobs" page does not load. The reason why is
$log_entry->start_time
in
src/CronJobListBuilder.php
returns scientific notation format, i.e. 1.46728e+09. Because of that, we get "The timestamp must be numeric." error while trying to open page.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

audriusb created an issue. See original summary.

audriusb’s picture

Status: Active » Needs review
FileSize
796 bytes
audriusb’s picture

New patch to fix "A non well formed numeric value encountered" introduced in previous patch.

audriusb’s picture

although it sort of works, time in logs shows 1970 ... microtime() usage needs to be reviewed

Berdir’s picture

Status: Needs review » Needs work

Should have a space after (float).

sounds like it needs more work if the date isn't right?

DamienMcKenna’s picture

Status: Needs work » Needs review
FileSize
800 bytes

A minuscule fix for the spacing issue.

Berdir’s picture

Priority: Critical » Minor
Status: Needs review » Closed (outdated)

No idea that's due to a mysql sql server or something, but as #4 said, you can't just convert that to a float if it's not.

apparently hasn't happened again in 7 years, so just closing that, feel free to reopen if it's still happening and can be properly fixed.