SOLVED: Form submission fail: error 500 for admin.ajax

Browser: FireFox & Edge
OS: Windows 11
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

Forms worked on much older Bricks ( 1.9.2), updated to 1.10.3 and now forms give a error 500 for admin.ajax. When I downgrade to 1.9.9, the forms work again

form error

Hi @Nick100 ,

Kindly turn on WP_DEBUG and check the error log so we can get a clue as to what causing the issue.

Please check as well if you have a custom action + custom PHP function for form submission.

Regards,
Jenn

Hi Jenn,

forgot about the WP log, was only looking at server log.

Log from after Bricks update

Blockquote
[09-Oct-2024 18:58:55 UTC] PHP Warning: Undefined property: stdClass::$user_login in /data/sites/web/3rdrc/www/wp-content/plugins/wpextended/includes/modules/core_extensions/wpext_tidy_nav/wpext_tidy_nav.php on line 768
[09-Oct-2024 18:58:55 UTC] PHP Warning: Undefined variable $sanitized_emails in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php on line 255
[09-Oct-2024 18:58:55 UTC] PHP Fatal error: Uncaught TypeError: array_map(): Argument #2 ($array) must be of type array, null given in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php:254
Stack trace:
#0 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php(254): array_map(Object(Closure), NULL)
#1 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php(100): Bricks\Integrations\Form\Actions\Email->parse_emails(β€˜β€™)
#2 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/init.php(318): Bricks\Integrations\Form\Actions\Email->run(Object(Bricks\Integrations\Form\Init))
#3 /data/sites/web/3rdrc/www/wp-includes/class-wp-hook.php(324): Bricks\Integrations\Form\Init->form_submit(β€˜β€™)
#4 /data/sites/web/3rdrc/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(β€˜β€™, Array)
#5 /data/sites/web/3rdrc/www/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#6 /data/sites/web/3rdrc/www/wp-admin/admin-ajax.php(207): do_action(β€˜β€¦β€™)
#7 {main}
thrown in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php on line 254
[09-Oct-2024 19:00:37 UTC] PHP Warning: Undefined property: stdClass::$user_login in /data/sites/web/3rdrc/www/wp-content/plugins/wpextended/includes/modules/core_extensions/wpext_tidy_nav/wpext_tidy_nav.php on line 768
[09-Oct-2024 19:00:37 UTC] PHP Warning: Undefined variable $sanitized_emails in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php on line 255
[09-Oct-2024 19:00:37 UTC] PHP Fatal error: Uncaught TypeError: array_map(): Argument #2 ($array) must be of type array, null given in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php:254
Stack trace:
#0 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php(254): array_map(Object(Closure), NULL)
#1 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php(100): Bricks\Integrations\Form\Actions\Email->parse_emails(β€˜β€¦β€™)
#2 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/init.php(318): Bricks\Integrations\Form\Actions\Email->run(Object(Bricks\Integrations\Form\Init))
#3 /data/sites/web/3rdrc/www/wp-includes/class-wp-hook.php(324): Bricks\Integrations\Form\Init->form_submit(β€˜β€™)
#4 /data/sites/web/3rdrc/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(β€˜β€™, Array)
#5 /data/sites/web/3rdrc/www/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#6 /data/sites/web/3rdrc/www/wp-admin/admin-ajax.php(207): do_action(β€˜β€¦β€™)
#7 {main}
thrown in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php on line 254
[09-Oct-2024 21:12:01 UTC] Automatic updates starting…
[09-Oct-2024 21:12:09 UTC] Automatic plugin updates starting…
[09-Oct-2024 21:12:09 UTC] Automatic plugin updates complete.
[09-Oct-2024 21:12:11 UTC] Automatic updates complete.
[10-Oct-2024 06:22:40 UTC] PHP Warning: Undefined property: stdClass::$user_login in /data/sites/web/3rdrc/www/wp-content/plugins/wpextended/includes/modules/core_extensions/wpext_tidy_nav/wpext_tidy_nav.php on line 768
[10-Oct-2024 06:22:40 UTC] PHP Warning: Undefined variable $sanitized_emails in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php on line 255
[10-Oct-2024 06:22:40 UTC] PHP Fatal error: Uncaught TypeError: array_map(): Argument #2 ($array) must be of type array, null given in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php:254
Stack trace:
#0 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php(254): array_map(Object(Closure), NULL)
#1 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php(100): Bricks\Integrations\Form\Actions\Email->parse_emails(β€˜β€™)
#2 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/init.php(318): Bricks\Integrations\Form\Actions\Email->run(Object(Bricks\Integrations\Form\Init))
#3 /data/sites/web/3rdrc/www/wp-includes/class-wp-hook.php(324): Bricks\Integrations\Form\Init->form_submit(β€˜β€™)
#4 /data/sites/web/3rdrc/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(β€˜β€™, Array)
#5 /data/sites/web/3rdrc/www/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#6 /data/sites/web/3rdrc/www/wp-admin/admin-ajax.php(207): do_action(β€˜β€¦β€™)
#7 {main}
thrown in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php on line 254
[10-Oct-2024 06:23:37 UTC] PHP Warning: Undefined property: stdClass::$user_login in /data/sites/web/3rdrc/www/wp-content/plugins/wpextended/includes/modules/core_extensions/wpext_tidy_nav/wpext_tidy_nav.php on line 768
[10-Oct-2024 06:23:38 UTC] PHP Warning: Undefined variable $sanitized_emails in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php on line 255
[10-Oct-2024 06:23:38 UTC] PHP Fatal error: Uncaught TypeError: array_map(): Argument #2 ($array) must be of type array, null given in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php:254
Stack trace:
#0 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php(254): array_map(Object(Closure), NULL)
#1 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php(100): Bricks\Integrations\Form\Actions\Email->parse_emails(β€˜β€™)
#2 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/init.php(318): Bricks\Integrations\Form\Actions\Email->run(Object(Bricks\Integrations\Form\Init))
#3 /data/sites/web/3rdrc/www/wp-includes/class-wp-hook.php(324): Bricks\Integrations\Form\Init->form_submit(β€˜β€™)
#4 /data/sites/web/3rdrc/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(β€˜β€™, Array)
#5 /data/sites/web/3rdrc/www/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#6 /data/sites/web/3rdrc/www/wp-admin/admin-ajax.php(207): do_action(β€˜β€¦β€™)
#7 {main}
thrown in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php on line 254
[10-Oct-2024 06:26:09 UTC] PHP Warning: Undefined property: stdClass::$user_login in /data/sites/web/3rdrc/www/wp-content/plugins/wpextended/includes/modules/core_extensions/wpext_tidy_nav/wpext_tidy_nav.php on line 768
[10-Oct-2024 06:26:09 UTC] PHP Warning: Undefined variable $sanitized_emails in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php on line 255
[10-Oct-2024 06:26:09 UTC] PHP Fatal error: Uncaught TypeError: array_map(): Argument #2 ($array) must be of type array, null given in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php:254
Stack trace:
#0 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php(254): array_map(Object(Closure), NULL)
#1 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php(100): Bricks\Integrations\Form\Actions\Email->parse_emails(β€˜β€™)
#2 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/init.php(318): Bricks\Integrations\Form\Actions\Email->run(Object(Bricks\Integrations\Form\Init))
#3 /data/sites/web/3rdrc/www/wp-includes/class-wp-hook.php(324): Bricks\Integrations\Form\Init->form_submit(β€˜β€™)
#4 /data/sites/web/3rdrc/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(β€˜β€™, Array)
#5 /data/sites/web/3rdrc/www/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#6 /data/sites/web/3rdrc/www/wp-admin/admin-ajax.php(207): do_action(β€˜β€¦β€™)
#7 {main}
thrown in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php on line 254
[10-Oct-2024 06:26:32 UTC] PHP Warning: Undefined property: stdClass::$user_login in /data/sites/web/3rdrc/www/wp-content/plugins/wpextended/includes/modules/core_extensions/wpext_tidy_nav/wpext_tidy_nav.php on line 768
[10-Oct-2024 06:26:32 UTC] PHP Warning: Undefined variable $sanitized_emails in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php on line 255
[10-Oct-2024 06:26:32 UTC] PHP Fatal error: Uncaught TypeError: array_map(): Argument #2 ($array) must be of type array, null given in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php:254
Stack trace:
#0 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php(254): array_map(Object(Closure), NULL)
#1 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php(100): Bricks\Integrations\Form\Actions\Email->parse_emails(β€˜β€™)
#2 /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/init.php(318): Bricks\Integrations\Form\Actions\Email->run(Object(Bricks\Integrations\Form\Init))
#3 /data/sites/web/3rdrc/www/wp-includes/class-wp-hook.php(324): Bricks\Integrations\Form\Init->form_submit(β€˜β€™)
#4 /data/sites/web/3rdrc/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(β€˜β€™, Array)
#5 /data/sites/web/3rdrc/www/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#6 /data/sites/web/3rdrc/www/wp-admin/admin-ajax.php(207): do_action(β€˜β€¦β€™)
#7 {main}
thrown in /data/sites/web/3rdrc/www/wp-content/themes/bricks/includes/integrations/form/actions/email.php on line 254

Hi @Nick100 ,

Thank you so much for the log.

We can see the issue in Bricks code now.

Recorded this in the bug tracker.

Regards,
Jenn

1 Like

Hello @Nick100,

I was able to reproduce the issue, but the only way I could is that I passed the invalid email into the configuration of the form, like this.

I would like to make sure that this solves the problem for you.

Can you check if you have any invalid email addresses entered? If not, would it be possible to send copy-paste of your form to me, so I can check it? You can send it via DM here, or to help@bricksbuilder.io.

Thank you,
Matej

1 Like

Hi Matej, I mailed it with title (Bricks Forum 26947: Form submission fail: error 500 for admin.ajax), because I can’t DM yet
Thanks

Hi,

as per the email reply, the issue was solved by replacing {{fieldId}} with real email. We will still fix the issue that was causing this problem and update this topic once it’s released.

Best regards,
Matej

1 Like

Hi guys,

We’ve fixed this in Bricks 1.11, now available as a one-click download from your dashboard.

Please let us know if you are still experiencing issues.

You can see the full changelog here: Bricks 1.11 Changelog – Bricks

Best regards,
Matej