WPIntell

Source evidence

The changes made are not saved

Insert Html Snippet · review · 2025-02-22T08:10:00+00:00

praisesentiment
mediumseverity
0.67relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 15 rows with source links

13.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

13 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 5 stars
agles unresolved
The changes made are not saved Hi, To resolve this, please follow these steps: Deactivate the Insert PHP Code Snippet plugin. Reactivate the plugin—this should trigger the necessary database updates. Clear any caching plugins (if applicable) and check if the issue persists. I had the same problem after updating the plugin. I did not want to lose my data stored in DB, so I addded the missing columns to DB. Missing columns to table “wp_xyz_ihs_short_code” are “insertionMethod, insertionLocation, insertionLocationType” all 3 of type int. This fixed my save issue.

Comments

2 shown
anjalixyzscripts 2025-02-24T09:31:00+00:00

Hi, To resolve this, please follow these steps: Deactivate the Insert PHP Code Snippet plugin. Reactivate the plugin—this should trigger the necessary database updates. Clear any caching plugins (if applicable) and check if the issue persists.

swicago 2025-03-21T15:50:00+00:00

I had the same problem after updating the plugin. I did not want to lose my data stored in DB, so I addded the missing columns to DB. Missing columns to table “wp_xyz_ihs_short_code” are “insertionMethod, insertionLocation, insertionLocationType” all 3 of type int. This fixed my save issue.