• Hi there!

    I am experiencing an issue with a website where I am regenerating a lot of thumbnails and I get the Error 500 from regenerate thumbnails UI. In the server error log I found a lot of errors of this type:

    Mon Jul 28 14:42:04.723128 2025] [proxy_fcgi:error] [pid 1109212:tid 140299628160768] [client 47.128.44.190:0] AH01071: Got error 'PHP message: WordPress database error Got a packet bigger than 'max_allowed_packet' bytes for query UPDATE wp25268_options SET option_value = 'a:36270:{i:0;b:0;s:32:\"59923380ee17e459061a1901239d9b98\";a:50:{i:955;i:4;i:956;i:3;i:957;i:3;i:958;i:10;i:959;i:1;i:1024;i:1;i:1061;i:16;i:1062;i:4;i:1063;i:2;i:1064;i:1;i:1075;i:1;i:1086;i:1;i:1089;i:18;i:1108;i:2;i:1109;i:1;i:1114;i:1;i:1115;i:2;i:1116;i:1;i:1121;i:1;i:1122;i:1;i:1123;i:2;i:1143;i:1;i:1154;i:1;i:1166;i:1;i:1168;i:1;i:1204;i:6;i:1205;i:9;i:1207;i:5;i:1208;i:1;i:1244;i:12;i:1259;i:1;i:1260;i:1;i:1268;i:1;i:1269;i:1;i:1270;i:2;i:1289;i:1;i:1677;i:1;i:1682;i:1;i:1684;i:1;i:1685;i:1;i:1686;i:2;i:1687;i:1;i:1688;i:1;i:1689;i:1;i:1693;i:2;i:1694;i:2;i:1695;i:1;i:1699;i:1;i:1700;i:1;i:1701;i:1;}s:32:\"a5445e2e34a66396b2e88c2c06002780\";a:49:{i:955;i:4;i:956;i:3;i:957;i:3;i:958;i:10;i:959;i:1;i:1024;i:1;i:1061;i:16;i:1062;i:4;i:1063;i:2;i:1064;i:1;i:1075;i:1;i:1086;i:1;i:1089;i:18;i:1108;i:2;i:1109;i:1;i:1114;i:1;i:1115;i:2;i:1116;i:1;i:1121;i:1;i:1…'

    Have you ever seen something similar?

Viewing 1 replies (of 1 total)
  • Plugin Support Gerard Blanco

    (@sixaxis)

    Hi Francesco,

    Thanks for reaching out!

    The error message you’re seeing — “Got a packet bigger than ‘max_allowed_packet’ bytes” — is probably related to a MySQL server setting on your hosting environment. Specifically, it means that the data being sent to the database exceeds the current limit set by your server for a single query.

    This issue is not caused by our plugin, but rather by a server configuration that restricts how much data can be processed at once.

    We recommend contacting your hosting provider and asking them to increase the max_allowed_packet value in the MySQL configuration.

    Let us know if you need anything else — we’re happy to help!

    Best regards,

Viewing 1 replies (of 1 total)

The topic ‘WordPress database error Got a packet bigger than ‘max_allowed_packet’’ is closed to new replies.