Ticket #435 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Error 1292: Incorrect datetime value: '1' for column 'daterefreshed' at row 1

Reported by: reporter Owned by: mbonetti
Priority: high Milestone:
Component: BUGS Version:
Severity: critical Keywords:
Cc:

Description

I'm running:

Windows XP apache_2.0.59 php-4.4.3 mysql 5.0

I am successfully running Gregarius 5.2.

After installing 5.4, I get the following message when trying to add a feed:


Failed to execute the SQL query

insert into channels (title, url, siteurl, parent, descr, dateadded, icon, position, mode, daterefreshed) values ('LED Throwies discussion', 'http://www.instructables.com/id/E9D2ZJ3FG0EP286JEJ/comments.rss', 'http://www.instructables.com/', 0, , now(), , 0, 1, 1)

Error 1292: Incorrect datetime value: '1' for column 'daterefreshed' at row 1


Change History

Changed 2 years ago by reporter

submitted by: cloudep@…

Changed 2 years ago by mbonetti

  • status changed from new to closed
  • resolution set to fixed

Fixed in [1538]

Changed 2 years ago by cfriesen

Why not fill this in with NOW() also?

When the feed is added, it is technically the first refresh..

Note: See TracTickets for help on using tickets.