Editing grid not possible anymore
-
On a WordPress site with “Grid” installed, which used to run perfectly fine, we have some new and rather serious issues.
Situation:
All existing pages with grid display well.When you try to edit a WordPress page with an existing grid, after saving the page will be empty in the frontend. In the backend however, it seems like the changes haven’t been saved.
If you create a new page and then try to edit the grid, the edit form doesn’t show – instead there’s the following error message:
Cannot add or update a child row: a foreign key constraint fails (
db16836_74
.wp_grid_container
, CONSTRAINTwp_fk_container_type
FOREIGN KEY (type
) REFERENCESwp_grid_container_type
(id
) ON DELETE CASCADE ON UPDATE CASCADE): insert into wp_grid_container (id,grid_id,grid_revision,type) values (0,48,0,2)So at the moment we’re completely stuck with the website – we can’t edit the existing pages, and we can’t re-create them from scratch either.
Any help would be greatly appreciated!
- The topic ‘Editing grid not possible anymore’ is closed to new replies.