I couldn’t access the admin/editor for a specific page (and a CPT) when logged in—got a “critical error”—while the page loaded fine for logged-out users; deactivating Toolset/Toolset Maps restored access, and the error email showed a memory exhaustion in toolset-maps.
Solution:
After testing (theme/plugin isolation), the issue was not Astra Pro but resource usage from many Google Map markers; disabling the Query Monitor plugin allowed the backend page to load again, so I’ll keep Query Monitor off for now.
I have a many-to-many Student–Donor relationship. On the Donor template, I can list linked Students, but I need to add an existing Student to the Donor and also remove a linked Student on the front end. The disconnect option didn’t appear in my Toolset Forms, so I wasn’t sure how to add a Remove link.
Solution:
Created a Relationship Form to connect existing Students to the current Donor. For disconnecting, used the shortcode [cred-delete-relationship] inside the View loop of Students. The issue was finally resolved after removing a duplicate many-to-many relationship, and the following shortcode worked:
[cred-delete-relationship role_items='$fromViews' relationship='student-donor' redirect='self']Remove[/cred-delete-relationship]