bobdenotter / conimex

🍛 Content Importer and Exporter (as YAML) for Bolt 4
MIT License
6 stars 14 forks source link

Error Call to private method Bolt\Controller\Backend\ContentEditController::getFieldToUpdate() #30

Closed evertalbers closed 3 years ago

evertalbers commented 3 years ago

institutions.json.zip contenttypes_institutionsonly.yaml.zip

This is what happens at import:

evertalbers@MacBook-Pro-2 PCAF-Multilan % bin/console conimex:import importfiles/institutions.json 

 ! [NOTE] Importing Bolt database contents from: importfiles/institutions.json                                          

^ array:3 [
  "date" => "2021-08-20T14:48:36+00:00"
  "version" => "3.7.4"
  "platform" => "sqlite"
]
 // Importing ContentType institutions                                                                                  

   0/146 [>-------------------------------------------------]   0%
In Import.php line 223:

  Call to private method Bolt\Controller\Backend\ContentEditController::getFieldToUpdate() from context 'BobdenOtter\Conimex\Import'  

Any help will be apreciated. If it helps to e.g. drop one or two fields, no problem.

evertalbers commented 3 years ago

Seems to be solved after updating to Bolt 5. :-)