Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on create:configuration-file #242

Closed
fheider opened this issue Apr 9, 2020 · 2 comments
Closed

Error on create:configuration-file #242

fheider opened this issue Apr 9, 2020 · 2 comments

Comments

@fheider
Copy link

fheider commented Apr 9, 2020

Describe the bug
bin/import-simple import:create:configuration-file
PHP Fatal error: Uncaught Error: Call to undefined method TechDivision\Import\Configuration\Jms\Configuration::getCustom() in import-cli-simple/vendor/techdivision/import-cli/src/Command/ImportCreateConfigurationFileCommand.php:84

To Reproduce
Steps to reproduce the behavior:

  1. composer create-project techdivision/import-cli-simple --no-dev
  2. bin/import-simple import:create:configuration-file
  3. error

**Context **

  • PHP 7.3
  • techdivision/import 15.2.1
  • techdivision/import-cli 9.0.4
@wagnert wagnert self-assigned this Apr 14, 2020
@wagnert wagnert added the bug label Apr 14, 2020
@wagnert wagnert removed their assignment Apr 14, 2020
@wagnert
Copy link
Member

wagnert commented Apr 14, 2020

@fheider I've added it to the backlog and we'll fix the issue with the next release. Thanks for reporting!

@wagnert wagnert added this to Selected in Pacemaker Community Apr 14, 2020
wagnert added a commit that referenced this issue Apr 28, 2020
@wagnert
Copy link
Member

wagnert commented Apr 28, 2020

Hi @fheider I've added a bugfix to the 3.8.x branch. So if you checkout and install the latest 3.8.x branch with

git clone https://github.com/techdivision/import-cli-simple.git
&& cd import-cli-simple
&& git checkout 3.8.x
&& composer install
you'll be able to test it.

The bugfix will be part of the upcoming 3.8.12 release.

@wagnert wagnert moved this from Selected to Done in Pacemaker Community Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants