I'm now getting the following errors since updating (also, filtering in views by dates < or = today's date doesn't work right anymore):
user warning: Duplicate entry 'm/d/Y - H:i' for key 2 query: INSERT INTO date_format (format, type, locked) VALUES ('m/d/Y - H:i', 'short', 1) in /home/stlyouth/domains/cycstl.net/includes/common.inc on line 3425.
user warning: Duplicate entry 'M j Y - g:ia' for key 2 query: INSERT INTO date_format (format, type, locked) VALUES ('M j Y - g:ia', 'short', 1) in /home/stlyouth/domains/cycstl.net/includes/common.inc on line 3425.
user warning: Duplicate entry 'D, m/d/Y - H:i' for key 2 query: INSERT INTO date_format (format, type, locked) VALUES ('D, m/d/Y - H:i', 'medium', 1) in /home/stlyouth/domains/cycstl.net/includes/common.inc on line 3425.
user warning: Duplicate entry 'F j, Y - g:ia' for key 2 query: INSERT INTO date_format (format, type, locked) VALUES ('F j, Y - g:ia', 'medium', 1) in /home/stlyouth/domains/cycstl.net/includes/common.inc on line 3425.
user warning: Duplicate entry 'l, F j, Y - H:i' for key 2 query: INSERT INTO date_format (format, type, locked) VALUES ('l, F j, Y - H:i', 'long', 1) in /home/stlyouth/domains/cycstl.net/includes/common.inc on line 3425.Every time I run cron, these warnings pop up again.
Comments
Comment #1
karens commentedThis is a duplicate of at least two other reports.
Comment #2
geerlingguy commentedI looked through the issue queue, and I couldn't quite tell what was going on with the other reports that seemed similar to mine. Could you possibly link to a comment you think would help me get further with this issue? I'm not very adept at editing SQL tables and such, but could do it if someone's explained very explicitly how to do it.
Comment #3
karens commentedJust try the latest -dev version and run the update. If you still see problems there, you can reopen with details about what is happening.
Comment #4
geerlingguy commentedOkay - thanks!