Hi Gonzalo,
Thank you for your quick replied. I tried removed the cache with no luck: same problem.
So I started from the beginning and reproduced the same error. I started with a new image. I checked the discussion forum worked, enabled debugging and went to Modify the interface language (that's where the problem lies).
I follow all the instructions for modifying the interface language modifying the language code and making sure the language code in /opt/bitnami/apps/edx/edx-platform/lms/envs/common.py is "es-419" while in the jsons files is "es_419".
When I download the translation by sudo /opt/bitnami/apps/edx/bin/paver.edxapp i18n_robot_pull
apparently it asks me for an token, unaware that I haved already created the transifex file before. I trype tx init, re open the file ~/.transifexrc and resaved it with sudo.
I tried again sudo /opt/bitnami/apps/edx/bin/paver.edxapp i18n_robot_pull and I get the following error
The text output is:
Traceback (most recent call last):
File "manage.py", line 118, in
startup.run()
File "/opt/bitnami/apps/edx/edx-platform/lms/startup.py", line 19, in run
django.setup()
File "/opt/bitnami/apps/edx/venvs/edxapp/lib/python2.7/site-packages/django/__init__.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
File "/opt/bitnami/apps/edx/venvs/edxapp/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate
app_config = AppConfig.create(entry)
File "/opt/bitnami/apps/edx/venvs/edxapp/lib/python2.7/site-packages/django/apps/config.py", line 94, in create
module = import_module(entry)
File "/opt/bitnami/python/lib/python2.7/importlib/__init__.py", line 37, in import_module
import(name)
ImportError: No module named debug_toolbar
Captured Task Output:
---> pavelib.i18n.i18n_robot_pull
---> pavelib.i18n.i18n_clean
git clean -fdX conf/locale
---> pavelib.i18n.i18n_transifex_pull
---> pavelib.i18n.i18n_validate_transifex_config
i18n_tool transifex pull
---> pavelib.i18n.i18n_extract
---> pavelib.prereqs.install_prereqs
---> pavelib.i18n.i18n_validate_gettext
i18n_tool extract
---> pavelib.i18n.i18n_dummy
i18n_tool dummy
i18n_tool generate
python manage.py lms --settings=devstack compilejsi18n
After I restarted apache I checked the Discussion forum and it still worked.
Finally, I tried to do
cd /opt/bitnami/apps/forum/cs_comments_service
bundle install --with test
failing with the same error as the first post. I restarted apache and checked the Discussion forums and now it's not appearing due to technical problems.
I ran the support tool. The number is e818e9aa-d3ca-ccf1-7f9b-08db0a40abb2