Can I test translation-manager free ? #1293
-
I have installed backpack/crud: ^6.7 and backpack/translation-manager ^1.0
url, I got error:
As I read at package description :
I expected that I would have possibility to work with free version of the package (at least with main functionality)... Is it so? Can I test it free? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Based on the information provided in the knowledge sources, I can answer your question about testing the translation-manager package for Backpack. The translation-manager package you're referring to (TranslationManager) is indeed a free add-on for Backpack. According to the Official Add-ons documentation, TranslationManager is listed as a free add-on. However, the error message you're encountering suggests that the package is trying to use a feature called "Details row," which is a Backpack PRO feature. This indicates that there might be a dependency or configuration issue. To use the basic functionality of the translation-manager package, you should be able to do so without Backpack PRO. The error you're seeing is likely due to one of the following reasons:
To resolve this and test the free version:
If you continue to face issues, you might want to reach out to the Backpack community or the package maintainers for specific guidance on using the free version of the translation-manager. It's worth noting that, as mentioned in the Features (Free vs Paid) documentation, Backpack CRUD (the free version) does not include features like filters, which are part of Backpack PRO. However, the basic functionality of the translation-manager should be accessible without PRO features. If you're unable to use the package without encountering PRO-related errors, consider checking the package's GitHub repository for any recent issues or discussions related to this problem. ℹ️ Please note our AI Bot does not reply to follow-ups, this will be the only AI answer in this thread. If the AI helped you find the answer, please mark it as answered or write details below so it can learn. Then close the conversation. If not, please give more information for when a human reads this. ℹ️ Relevant sources: Github Issue (closed): [Bug] License required |
Beta Was this translation helpful? Give feedback.
-
I will investigate this. Thanks for the report @sergeynilov You should be able to use the package without the "pro" features. |
Beta Was this translation helpful? Give feedback.
-
The backpack-ai-bot mentioned that I tried to use a feature called "Details row". In config/backpack/translation-manager.php I have :
and in config/translation-loader.php :
and in config/backpack/base.php :
I did not find any option like "Details row" or "Pro". All config files with default settings... |
Beta Was this translation helpful? Give feedback.
-
Not an option @sergeynilov I've just released 1.0.6 version, so you can run a Cheers |
Beta Was this translation helpful? Give feedback.
Not an option @sergeynilov
I've just released 1.0.6 version, so you can run a
composer update
and get the package without the PRO features.Cheers