Error log shows multiple errors right after update
Table 'drupalcat.date_formats' doesn't exist query: INSERT INTO date_formats (format, type, locked) VALUES ('l, j F Y - g:ia', 'long',
Table 'drupalcat.date_formats' doesn't exist query: SELECT df.dfid, df.format, df.type, df.locked, dfl.language FROM date_formats df LEFT JOIN date_format_types dft ON df.type = dft.type LEFT JOIN date_format_locale dfl ON df.format = dfl.format AND df.type = dfl.type ORDER BY df.type, df.format
Table 'drupalcat.date_formats' doesn't exist query: INSERT INTO date_formats (format, type, locked) VALUES ('l, j. F Y - G:i', 'long'
Table 'drupalcat.date_formats' doesn't exist query: INSERT INTO date_formats (format, type, locked) VALUES ('D, Y-m-d H:i', 'medium',
Table 'drupalcat.date_formats' doesn't exist query: SELECT df.dfid, df.format, df.type, df.locked, dfl.language FROM date_formats df LEFT JOIN date_format_types dft ON df.type = dft.type LEFT JOIN date_format_locale dfl ON df.format = dfl.format AND df.type = dfl.type ORDER BY df.type, df.format
and many others.
I have PHP 5.2.6 and MySQL 5.0.67
Comments
Comment #1
arlinsandbulte commentedping
Is this issue still valid?
Comment #2
karens commentedNo response, closing.