Hi, Everything was working fine before I replaced my theme dir with a new one. But then I don’t know how to detect the problem. When I run the development version, It says that
`2019-11-11 14:41:57,463 ERROR 118 [openedx.core.djangoapps.theming.helpers] helpers.py:225 - Theme not found in any of the themes dirs. [Theme 'my-theme' not found in any of the following themes dirs,
Theme dirs:
[Path(u'/openedx/themes')]]`
But my theme is in the right place, in “$(tutor config printroot)/env/build/openedx/themes”, with right name, so I don’t know what may causing this problem.
I tried reinstalling with quickstart, tried tutor config save
, but my theme just don’t take any effect.
Any suggestion on how to sovle this? For me there is only one solution left, reseting my mac , which I don’t want to do.
This is from my lms.envs.tutor.development
CERT_QUEUE 'test-pull' CHECKPOINT_PATTERN '(?P<checkpoint_name>[^/]+)' CMS_BASE u'studio.localhost' CODE_JAIL {'limits': {'CPU': 1}, 'python_bin': None, 'user': 'sandbox'} COMMENTS_SERVICE_KEY u'********************' COMMENTS_SERVICE_URL u'http://forum:4567' COMMON_ROOT Path(u'/openedx/edx-platform/common') COMPLETION_BY_VIEWING_DELAY_MS 5000 COMPLETION_VIDEO_COMPLETE_PERCENTAGE 0.95 COMPREHENSIVE_THEME_DIRS [u'/openedx/themes'] COMPREHENSIVE_THEME_LOCALE_PATHS [] CONFIG_PREFIX 'lms.' CONFIG_ROOT Path(u'/openedx/config') CONTACT_EMAIL u'contact@www.myopenedx.com' CONTACT_MAILING_ADDRESS '' CONTENTSTORE {u'DOC_STORE_CONFIG': {u'db': u'openedx', u'host': u'mongodb', u'port': 27017}, u'ENGINE': u'xmodule.contentstore.mongo.MongoContentStore'}
Is the value of COMPREHENSIVE_THEME_DIRS and COMPREHENSIVE_THEME_LOCALE_PATHS right?
Thanks!