Skip to content

Fatal Error  #92

@fakharimran77

Description

@fakharimran77

Hello,

While loading a CSV file in MySQL DB, I get following warnings and 1 fatal error. Error only occurs after loading the file as I can see all records loaded into the DB.

Deprecated: Return type of Goodby\CSV\Import\Standard\StreamFilter\ConvertMbstringEncoding::filter($in, $out, &$consumed, $closing) should either be compatible with php_user_filter::filter($in, $out, &$consumed, bool $closing): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /vendor/goodby/csv/src/Goodby/CSV/Import/Standard/StreamFilter/ConvertMbstringEncoding.php on line 100

Deprecated: Return type of Goodby\CSV\Import\Standard\StreamFilter\ConvertMbstringEncoding::onCreate() should either be compatible with php_user_filter::onCreate(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /vendor/goodby/csv/src/Goodby/CSV/Import/Standard/StreamFilter/ConvertMbstringEncoding.php on line 75

Deprecated: auto_detect_line_endings is deprecated in /vendor/goodby/csv/src/Goodby/CSV/Import/Standard/Lexer.php on line 36

Fatal error: Declaration of Goodby\CSV\Export\Standard\CsvFileObject::fputcsv($fields, $delimiter = null, $enclosure = null, $escape = null) must be compatible with SplFileObject::fputcsv(array $fields, string $separator = ",", string $enclosure = """, string $escape = "\", string $eol = "\n"): int|false in /vendor/goodby/csv/src/Goodby/CSV/Export/Standard/CsvFileObject.php on line 50

Process finished with exit code 255

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions