rpksc93019
Forum Replies Created
-
The mu-plugin did not work. I believe there are too many custom mu-plugins from Forminator, that there is conflict. What would be the best way to get further help from Forminator support in regards to combining their provided mu-plugins? I think last time we just signed up for WPMUDEV, is that what you recommend?
Thank you. I will try this out and let you know how it works soon.
It’s PHP version 8.0.
This is the whole thing from the beginning to the end of the Stack Trace:
[27-Dec-2023 19:50:26 UTC] PHP Warning: Undefined array key "file_path" in /home/[]/public_html/dev.domain.com/wp-content/mu-plugins/forminator-multiple-upload-workaround.php on line 80 [27-Dec-2023 19:50:26 UTC] PHP Warning: Undefined array key "file_path" in /home/[]/public_html/dev.domain.com/wp-content/mu-plugins/forminator-multiple-upload-workaround.php on line 81 [27-Dec-2023 19:50:26 UTC] PHP Fatal error: Uncaught TypeError: preg_match(): Argument #2 ($subject) must be of type string, array given in /home/[]/public_html/dev.domain.com/wp-includes/PHPMailer/PHPMailer.php:1869 Stack trace: #0 /home/[]/public_html/dev.domain.com/wp-includes/PHPMailer/PHPMailer.php(1869): preg_match() #1 /home/[]/public_html/dev.domain.com/wp-includes/PHPMailer/PHPMailer.php(1881): PHPMailer\PHPMailer\PHPMailer::isPermittedPath() #2 /home/[]/public_html/dev.domain.com/wp-includes/PHPMailer/PHPMailer.php(3218): PHPMailer\PHPMailer\PHPMailer::fileIsAccessible() #3 /home/[]/public_html/dev.domain.com/wp-includes/pluggable.php(526): PHPMailer\PHPMailer\PHPMailer->addAttachment() #4 /home/[]/public_html/dev.domain.com/wp-content/plugins/forminator/library/abstracts/abstract-class-mail.php(418): wp_mail() #5 /home/[]/public_html/dev.domain.com/wp-content/plugins/forminator/library/modules/custom-forms/front/front-mail.php(225): Forminator_Mail->send_multiple() #6 /home/[]/public_html/dev.domain.com/wp-content/plugins/forminator/library/modules/custom-forms/front/front-action.php(978): Forminator_CForm_Front_Mail->process_mail() #7 /home/[]/public_html/dev.domain.com/wp-content/plugins/forminator/library/modules/custom-forms/front/front-action.php(960): Forminator_CForm_Front_Action::send_email() #8 /home/[]/public_html/dev.domain.com/wp-content/plugins/forminator/library/abstracts/abstract-class-front-action.php(450): Forminator_CForm_Front_Action->handle_form() #9 /home/[]/public_html/dev.domain.com/wp-includes/class-wp-hook.php(310): Forminator_Front_Action->save_entry() #10 /home/[]/public_html/dev.domain.com/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters() #11 /home/[]/public_html/dev.domain.com/wp-includes/plugin.php(517): WP_Hook->do_action() #12 /home/[]/public_html/dev.domain.com/wp-admin/admin-ajax.php(203): do_action() #13 {main} thrown in /home/[]/public_html/dev.domain.com/wp-includes/PHPMailer/PHPMailer.php on line 1869
Sorry, I was on vacation and unable to answer my email.
/custom-quote/
This is my staging site and the page where I have a test form. I enabled Multiple Uploads on the form. I then added the work around code .php as a mu-plugin. I’m still getting a https://domain.com/wp-admin/admin-ajax.php POST 500 internal server error when I try to submit the form. I enabled debug log and it throws an error:
[27-Dec-2023 19:50:26 UTC] PHP Warning: Undefined array key “file_path” in /home/[]/public_html/domain.com/wp-content/mu-plugins/forminator-multiple-upload-workaround.php on line 80
[27-Dec-2023 19:50:26 UTC] PHP Warning: Undefined array key “file_path” in /home/[]/public_html/domain.com/wp-content/mu-plugins/forminator-multiple-upload-workaround.php on line 81
[27-Dec-2023 19:50:26 UTC] PHP Fatal error: Uncaught TypeError: preg_match(): Argument #2 ($subject) must be of type string, array given in /home/[]/public_html/domain.com/wp-includes/PHPMailer/PHPMailer.php:1869 Stack trace:
I do not know how to reply privately. Can you provide an email I can use?
Thank you for the update, I did not expect such good support for a free plugin. It mostly works. However, for three of our columns, it did not work. Specifically, wp_capabilities. Also, is there a way to use shortcode and get the same output as “This data cannot then be imported back into the database as an array if the exported file is imported.”?
Thank you. I will check here regularly for updates.
We never use the import function, only the export function. If you do add a way to clean up string to array data, let me know! Thank you.
Forum: Plugins
In reply to: [Limit Login Attempts Reloaded] How to delete domain or account on website?Thank you. An email will be sent shortly.
This has been resolved by working with WPMUDEV support directly. Thank you.
I saw the new update for the Forminator plugin that randomizes form file uploads names in the Forminator directory. Thank you for continuing to improve Forminator’s security.
We decided to abandon this idea and just stick with single uploads due to time constraints. Thank you for responding.
This works PERFECTLY! Thank you so much.
Question. Will this auto-deletion of attached media images occur for all forms, or is there a way to only set it for certain forms, either by page (where form is embedded), form title, or form ID?
Thanks. I will test it soon, and report back to you about if it worked.