• Resolved sumanmjn

    (@sumanmjn)


    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:848

    arguments issue with implode
    $value = is_array($value) ? implode($value, ‘, ‘) : $value;
    need to swap position of $value and glue.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Syntax error while saving CF7 submission’ is closed to new replies.