textmaster / akeneo-extension

Akeneo extension to translate via TextMaster.com
Other
2 stars 4 forks source link

Unfortunately the current version (4.0.*) cannot be installed! #61

Closed tdoedtmann closed 4 years ago

tdoedtmann commented 4 years ago

When running composer require textmaster/akeneo-extension the tag v3.2.5 is checked out. Also an adjustment of composer.json to "textmaster/akeneo-extension": "~4.0" does not work, because "minimum-stability": "stable" is defined at the same time.

Attempt to install with composer require ...: Screensho_textmaster_require_command

Attempt to install with composer update ...: Screensho_textmaster_update_command

huynguyen93 commented 4 years ago

@tdoedtmann , Thanks for reporting this. I'm trying to reproduce this issue on a fresh Akeneo 4.0 installation.

huynguyen93 commented 4 years ago

@tdoedtmann Unforunately textmaster/akeneo-extension 4.0 is not officially released.

We're still working on testing this new version. Maybe you can install it in a few days. You can check it here: https://packagist.org/packages/textmaster/akeneo-extension, to know when the version 4.0 is released.

Thank you!

huynguyen93 commented 4 years ago

@tdoedtmann textmaster/akeneo-extension 4.0 is now released. Can you try again with: php -d memory_limit=-1 /usr/local/bin/composer require textmaster/akeneo-extension ~4.0

Thank you !

tdoedtmann commented 4 years ago

@huynguyen93

Unfortunately the description/installation instructions in your README are not correct.

Maybe you write, like when registering the bundle, that it belongs in the config/routes/routes.yml. In addition, the block with updating the database and regenerating the cache is also incorrect. This is how it worked for me:

rm -rf var/cache/* public/js/* public/css/* public/bundles/*
bin/console --env=prod doctrine:schema:update --force
bin/console --env=prod p:i:a --symlink
node yarn run webpack

Thank you!

huynguyen93 commented 4 years ago

@tdoedtmann you're right, I'm sorry about the wrong instructions ! I will update it.

I close this issue now, if you still have issue installing our package, feel free to reopen this. Thank you !