wp_podsrel table does not exist, trows error on deletion of pod content item
-
Hi, I am using pods and have been for a while. In this new website I created a new content type ‘Museum’. I can create a new ‘museum’ page, edit it, save it without any problem.
But when I try to delete a museum page (from the trash) I get this error:
Database Error; SQL: DELETE FROM
wp_podsrel
WHERE (pod_id
= 308 ANDitem_id
= 436 ) OR (related_pod_id
= 308 ANDrelated_item_id
= 436 ); Response: Table 'mydatabase.wp_podsrel' doesn't existI checked the database and, indeed, there is no table named
wp_podsrel
.In older websites this table is present. How did this happen? The plugin was installed without any issues. I did not manually edit the database or deleted tables.
Installation date of the plugin: 16-01-2025. Version Pods plugin 3.2.8.1 – Version of wordpress: 6.7.1
- You must be logged in to reply to this topic.