infoWordPress Corewebwordpressdatabasedatabaseerrorwp_errorwarningvalidationstar_halfUncommonwarningModerate

WP_Error: Invalid comment ID

The error occurs when WordPress receives a comment identifier that does not match any record in the wp_comments table. Core functions such as wp_update_comment() validate the ID and return a WP_Error object when the lookup fails. The check also verifies that the associated post exists and that the current user holds the edit_comment capability.

Typical triggers include a deleted post, corrupted comment rows, stale object‑cache entries, or code that passes an incorrect ID. When the validation fails, WordPress stops processing and returns the “Invalid comment ID” message.

Symptoms

[dashicons-warning]
Admin notice
A red notice appears in the dashboard with the text “WP_Error: Invalid comment ID.”
[dashicons-admin-comments]
Edit button unresponsive
Clicking the edit or save button on a comment does nothing and the comment remains unchanged.
[dashicons-rest-api]
API response error
REST or XML‑RPC calls return a payload containing code 404 and message “Invalid comment ID.”

Common Causes

Missing comment record
The comment ID does not exist in the wp_comments table.
Deleted parent post
The post linked to the comment has been removed, causing the comment to be invalid.
Corrupt database rows
Failed migrations or manual edits left incomplete rows in wp_comments.
Incorrect ID supplied by code
A theme or plugin passes a post ID or other wrong value as the comment ID.
Stale object cache
Cache stores a reference to a comment that no longer exists.
Need this fixed right now?

Don't waste your day debugging. Our experts can Fix your issues in under 2 hours.*

Success Rate

100% Guaranteed

Starting from

$35 /hour
99+

Trusted by Business Owners

“I spent 3 days trying to fix the Elementor loading loop. These guys fixed it in 20 minutes. Lifesavers!”

— Sarah J., Web Designer

Related Issues

contact_mail
Contact Form 7: REST API request failed: 503 Service Unavailable
A 503 Service Unavailable response stops Contact Form 7 from sending data...
apiREST APIerror503descriptioncontact-form-7
contact_mail
Contact Form 7: REST API request failed: 429 Too Many Requests

The form tries to send data through the WordPress REST API. The...

apiREST APIerrorerrorsecurityfirewalldescriptioncontact-form-7settingsserver_configuration
contact_mail
Contact Form 7: REST API request failed: 401 Unauthorized

The form tries to send data via the WordPress REST API. The...

apiREST APIadmin_panel_settingspermissionsdescriptioncontact-form-7lock401
contact_mail
Contact Form 7: File upload error: temporary directory missing

The error appears when Contact Form 7 cannot locate a writable temporary...

codePHPcloud_offupload erroradmin_panel_settingspermissionsdescriptiontemporary filedescriptioncontact-form-7
contact_mail
Contact Form 7: Mail (2) sending failed: PHP mail() function disabled

Contact Form 7 reports a failure for Mail (2) when the PHP...

codePHPerrorerrordescriptioncontact-form-7mailMailsettingsserver_configuration
contact_mail
Contact Form 7: Mail (2) sending failed: SSL certificate verification failed

Contact Form 7 reports a failure when trying to send the secondary...

errorerrorlocksslcodecURLdescriptioncontact-form-7