sherwin_flight
Forum Replies Created
-
That solves my problem! Thanks for your help.
Actually, upon further inspection the issue seems to happen before saving.
Steps to repeat:
– Create a form with 50 conditional rules
– Switch to form editor, edit something
– Switch back to conditional rules, all rules are emptySo something is happening to my rules when I edit the form itself, without even needing to click the save button.
I know there is some JavaScript event attached to the form editor, because if I change the name of a conditional group in the form and switch back to the rule editor, that rule has been reset. Whatever code is doing that also seems to reset the rules if there are 50 conditional rules and you edit the form.
I’m having the exact same issue, and am using the latest version of Fluent SMTP. The following error shows up when retrying a failed email from the logs screen.
Object { key: “62c21483ac3a7be52ea2780fda429ec6”, type: “warning”, message: “trim() expects parameter 1 to be string, array given”, file: “wp-includes/class-wp-user.php”, line: 211, stack: (15) […], component: “Plugin: fluent-smtp” }
Object { key: “daee7c553ec60d7bda46fa902b536e6b”, type: “warning”, message: “preg_match() expects parameter 2 to be string, array given”, file: “wp-includes/PHPMailer/PHPMailer.php”, line: 1869, stack: (14) […], component: “Plugin: fluent-smtp” }
Object { key: “2b86b8720b8e709eebc700a9ffcb16ee”, type: “warning”, message: “is_file() expects parameter 1 to be a valid path, array given”, file: “wp-includes/PHPMailer/PHPMailer.php”, line: 1884, stack: (13) […], component: “Plugin: fluent-smtp” }
Object { key: “c5d220e5b2e607ef899d6d35a082cc6d”, type: “warning”, message: “strpos() expects parameter 1 to be string, array given”, file: “wp-includes/PHPMailer/PHPMailer.php”, line: 1886, stack: (13) […], component: “Plugin: fluent-smtp” }
I’ve made some modifications to my code and will see if this resolves the problem. Originally I was setting the post status to publish when I inserted it. I’ve used the suggestion from one of the links you provided above that suggested adding the post as a draft first, then transitioning it to published status.
I’ll update here with the results.
Sorry for the delay getting back to you.
The new posts are created using wp_insert_post from a custom function.
Forum: Plugins
In reply to: [Snazzy Maps] Is plugin abandoned?Yes, this plugin appears to be abandoned. It hasn’t been updated in over two years, and none of the questions posted in the support forum have been answered in almost as long.
Same problem here. Hoping for a quick fix.
Forum: Plugins
In reply to: [HTTP Headers] VulnerabilitySame issue for me
Forum: Plugins
In reply to: [Contact Form 7] wpcf7_is_file_path_in_content_dir bugI’ve had to use a workaround to get this to work properly.
In my CF7 email I just have a special “text tag”, for example “(Application Id: 123456)”.
Then I use a wp_mail filter to intercept any outgoing emails with those tags in it, attach the files I want, strip the tag from the message body and sent it off.
It’s such a clunky way to do something that should be easy to do with this plugin. This conditional check in CF7 is the only thing that prevents this from working:
if ( ! wpcf7_is_file_path_in_content_dir( $path ) ) {Forum: Plugins
In reply to: [Contact Form 7] wpcf7_is_file_path_in_content_dir bugI’d like to see this feature as well.
The reason given of “to avoid risks of attaching sensitive files outside the content directories” makes it seem like the people using the plugin have no idea what they’re doing.
I’m trying to attach a file that outside of the content directory, but it’s in a folder that was created for this specific purpose. There are no sensitive files there, but I still cannot attach the files because the plugin seems to think this shouldn’t be an option.
Has there been any update on when the new version will be available through the WP repository?
Forum: Plugins
In reply to: [Enable jQuery Migrate Helper] Enable jQuery Migrate Helper won’t go awayHow would it even be possible for a plug-in to continue to send email after being removed?
Forum: Plugins
In reply to: [Download Monitor] Insecure cookieThank you, that’s great to hear. I appreciate that you took the time to check into this.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF Forms Filler for CF7 plugin error@maximumsoftware Awesome. Thank you!
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF Forms Filler for CF7 plugin error@maximumsoftware just the error message. The form seems to submit fine.