Problem/Motivation

When I run the import routine I get the following error that prevents the progress bar from completing.

Deprecated function: Creation of dynamic property Drupal\contentimport\Form\ContentImport::$file is deprecated in Drupal\Component\Serialization\PhpSerialize::decode() (line 21 of core/lib/Drupal/Component/Serialization/PhpSerialize.php).

This prevents the import process from completing.

Steps to reproduce

  1. Install the module in Drupal 10.
  2. Run an import
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ekapus created an issue. See original summary.

aaron.ferris made their first commit to this issue’s fork.

aaron.ferris’s picture

Status: Active » Needs review
abhishek_gupta1’s picture

Status: Needs review » Reviewed & tested by the community

@ekapus, I have tested locally above MR it has fixed the issue, moving RTBC++

  • c5aeffa9 committed on 10.0.x
    Issue #3458533: add  as a property
    
dhayanandan_k’s picture

Status: Reviewed & tested by the community » Fixed

Changes LGTM!

dhayanandan_k’s picture

Status: Fixed » Closed (fixed)