TMonto
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontier Post] Editing post sets to draft and deletes contentGot the debug working, and it pointed out that there were out-of-date custom form files in my theme folder which caused the problem (eg. frontier_post_form_standard.php). I replaced those with original files and the issue went away.
Thanks!
Forum: Plugins
In reply to: [Frontier Post] Editing post sets to draft and deletes contentWP is 6.0.2 and PHP 7.4.30
For some reason I didn’t manage to get debug working (I’ll see more on that), but in error_log I got these:
[02-Oct-2022 05:23:34 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /wp-content/plugins/frontier-post/include/frontier_post_util.php on line 446
[02-Oct-2022 05:23:34 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /wp-content/plugins/frontier-post/include/frontier_post_util.php on line 452
Forum: Plugins
In reply to: [Frontier Post] Editing post sets to draft and deletes contentI updated the plugin to 6.0.0 but that had no effect on this problem, editing posts still turn them into drafts and clears the content.
This happens with authors and I’ve also tested it myself as an admin. Disabling the capability “Can Drafts” has no effect, it removes the draft option from the edit page but still the post ends up as a draft. I can’t find any other settings that might help with this.
Forum: Plugins
In reply to: [Theme My Login] Disable the email sent after confirmation?Found it eventually, thanks.
The problem with that solution is that it also disables the new user notification which admin receives. But definitely better this way.
Forum: Plugins
In reply to: [Theme My Login] Disable the email sent after confirmation?I did browse this support forum for a long time and couldn’t find an answer, I guess I’ll have to search more. A link would’ve been helpful, but thanks anyway.