Just upgraded from 1.5 to 2.0 yesterday.
With quite a few changes in the admin, such as changing the Date format for a language, this is what happens:
This happens many, many times: TRUNCATE TABLE
And these get all backed up: INSERT INTO
Leading to hundreds of these error messages:
I could live with the first problems, but serving pages to visitors without CSS embarrasses me.
I've searched and see the recommendation to not worry about it, but this seem to be too frequent. Am I doing something wrong?
With quite a few changes in the admin, such as changing the Date format for a language, this is what happens:
This happens many, many times: TRUNCATE TABLE
xf_css_cache
> "system lock"And these get all backed up: INSERT INTO
xf_css_cache
(style_id
, language_id
, title
, ... "Waiting for table metadata lock"Leading to hundreds of these error messages:
XF\Db\DeadlockException: MySQL query error [1213]: Deadlock found when trying to get lock; try restarting transaction src/XF/Db/AbstractStatement.php:212
And pages served without CSS!!! (For a few seconds.)I could live with the first problems, but serving pages to visitors without CSS embarrasses me.
I've searched and see the recommendation to not worry about it, but this seem to be too frequent. Am I doing something wrong?