Hi guys, its been a while.
Just trying to sort out a few issues I have been having of recent.
I noticed that non-logged on users were not able to submit a form anymore.
I have a metabox with 4 fields including email.
The form is sent to a CPT non of the standard PT fields are used, but Title is checked in the post type settings as I have a action (rwmb_frontend_after_process) modifying the post using wp_update_post.
This was working fine in the past but recently it seems to fail, if I use the AJAX method I get a return error TypeError: Cannot read property 'message' of undefined
probably due to the return variable.
The wp logs are not showing anything apart form PHP Warning: chmod(): Operation not permitted in /....../class-wp-filesystem-direct.php on line 173
Not to sure where the problem is, as it works fine for logged on users.