Database syntax issues
-
I’ve noticed on my error log on my WordPress 6.0 install with WooCommerce 6.5.1, PHP 7.4.29 and MariaDB 5.5.5-10.6.8 as the database – I’m getting a lot of SQL syntax checks from this version 2.1 of the miniOrange Broken Link Checker/Finder:
WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 's Cloth size chart','404','0s'), ('d92860bc9a2845a22d68e0e7e6038274','https:/...' at line 1 for query INSERT INTO XXXX_moblc_link_details_table (
link_hash,
link,
page_title,
status_code,
loading_time) VALUES ('81beabf2527fbd2ad963ce1a0357c91d','https://example.com/wp-content/plugins/woo-advanced-product-size-chart/admin/images/default-chart/cloth_size_chart.png','Women's Cloth size chart','404','0s'), ('d92860bc9a2845a22d68e0e7e6038274','https://example.com/wp-content/plugins/woo-advanced-product-size-chart/admin/images/default-chart/mens-shoes-size-chart.png','Men's Shoes Size Chart','404','1s'), ('7e409ab4a7f0599289e10a694d02fe17','https://example.com/wp-content/plugins/woo-advanced-product-size-chart/admin/images/default-chart/women-shoes-size-image.jpg','Women's Shoes Size Chart','404','0s') ON DUPLICATE KEY UPDATE
status_code= VALUES(status_code); made by do_action_ref_array('moblc_scan_cron_hook'), WP_Hook->do_action, WP_Hook->apply_filters, MOBLC_Cron->moblc_scan_cron_hook_exec, MOBLC_Cron->check_links_from_pages
Any ideas of the fix?
[gist with the un-mangled-by-support-forum text at https://gist.github.com/rbairwell/8742ea0f515acfbc2556ef985d0ba222 ]
- The topic ‘Database syntax issues’ is closed to new replies.