Implode PHP error
-
Cf7 is throwing up a PHP error meaning forms aren’t submitting:
PHP Fatal error: Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given
in /wp-content/plugins/contact-form-7-to-database-extension/CF7DBPlugin.php on line 849According to CoPilot:
It calls implode() incorrectly — passing a string instead of an array.
This throws a fatal error, which causes the 500 server error and makes your form submission hang.
Best
Andy
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.