This topic has 9 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Rose Tyler
Since 2 weeks, the table wp_814147_options is filling up and /home/nfs_clients is full to 100% after a while.
This is what our hosting company sent us:
It is a query that starts with:
UPDATE wp_814147_options
SET
And which contains as value for example :
158953:{i:0;a:2:{s:6:\”family\”;s:21:\”Mulish:300|Mulish:300\”;s:4:\”name\”;s:6:\”Mulish\”;}i:1;a:2:{s:6:
\”family\”;s:27:\”Open Sans:700|Open Sans:700\”;s:4:\”name\”;s:8:\”OpenSans\”;}i:2;a:2:{s:6:\”family\”;s:21:\”Mulish:300|Mulish:300\”;s:4:\”name\”;s:6:\”Mul
ish\”;}i:3;a:2:{s:6:\”family\”;s:27:\”Open Sans:700|Open Sans:700\”;s:4:\”name\”;s:8:\”OpenSans\”;}i:4;a:2:{s:6:\”family\”;s:21:\”Mulish:300|Mulish:300\”;s:
4:\”name\”;s:6:\”Mulish\”;}i:5;a:2:{
This query is repeated a lot.
This table is updated often, it seems that only it is concerned.
Here are some (beginning of) log requests, knowing that UPDATE are the biggest, and the ones that fill the log server the fastest:
INSERT INTO wp_814147_options
(option_name
, option_value
, autoload
) VALUES (‘_transient_global_styles_svg_filters_xstore-child’, ‘
As for their frequency, it is almost every second.
We just received an email from our hosting saying:
-> Your disk is filled with binlogs because of the following request :
UPDATE wp_814147_options
SET option_value
= … WHERE option_name
= ‘et_header_builder_fonts’\G
Hello,
Please provide temporary wp-admin and FTP access.
Where should we go on your site to be able to see the problem?
Regards
The problem is with the /home/users space. binlogs are filling it and it seems that the following query is the cause:
UPDATE wp_814147_options
SET option_value
= … WHERE option_name
= ‘et_header_builder_fonts’\G
Hello,
Fixed. The fix will be added in the next update also.
Regards
That is in the 8.3.4/4.3.4?
No, it will be added in the next one.
Regards
OK, thanks!
You’re welcome!
Regards
Tagged: filling, persuasive, templates, woocommerce, wordpress, wp_814147_options
You must be logged in to reply to this topic.Log in/Sign up