> > Along with Catalog Visibility you should also set the end date as previous > date > This way the course will be present in DB but will not be visible to the > Learners >
On Tuesday, February 21, 2017 at 7:45:35 AM UTC+5:30, [email protected] wrote: > > Chris, > > I added the key to the json files you said and when I restart the services > I get an error 500 in the dashboard (some other pages work as usual). > > Then I removed the key from the lms.env.json file and the error > disappeared. But the courses I wanted to hide are still there, visible (and > I've changed to "none" the course visibility in catalog at advanced > settings). > > What's going on? Any idea? > > Thanks in advance. > > El miércoles, 16 de noviembre de 2016, 5:04:33 (UTC+1), Adms escribió: >> >> Hi, >> I am working on dogwood. Moreover, I cannot see any content on student's >> dashboard. >> I tried this "see_in_catalog," "see_above" as well, but I cannot solve >> the problem. >> -Adam >> >> On Thursday, August 6, 2015 at 1:43:07 PM UTC-7, Chris Dodge wrote: >>> >>> My guess is that your lms.env.json file is not well formatted JSON. >>> check the following: >>> >>> Are you using double quotes for your strings? >>> Are you properly using commas to separate key/value pairs? (I hit this >>> one from time to time myself) >>> >>> - Chris >>> >>> >>> On Thursday, August 6, 2015 at 2:48:00 PM UTC-4, dim kar wrote: >>>> >>>> I have inserted the command line: >>>> "COURSE_CATALOG_VISIBILITY_PERMISSION": "see_in_catalog" >>>> >>>> into edx/app/edxapp/lms.envs.json file but when I restart services >>>> using the command >>>> >>>> sudo /edx/bin/supervisorctl restart edxapp: & sudo >>>> /edx/bin/supervisorctl restart edxapp_worker: >>>> or >>>> sudo /edx/bin/supervisorctl restart all >>>> >>>> I have the below error: >>>> >>>> dimos@dimos-H61M-D2-B3:/edx/app/edxapp$ sudo /edx/bin/supervisorctl >>>> restart all >>>> >>>> xqueue_consumer: stopped >>>> forum: stopped >>>> notifier-celery-workers: stopped >>>> analytics_api: stopped >>>> certs: stopped >>>> edx_notes_api: stopped >>>> notifier-scheduler: stopped >>>> xqueue: stopped >>>> edxapp:lms: stopped >>>> edxapp:cms: stopped >>>> edxapp_worker:cms_low_3: stopped >>>> edxapp_worker:lms_high_mem_2: stopped >>>> edxapp_worker:lms_default_3: stopped >>>> edxapp_worker:cms_high_1: stopped >>>> edxapp_worker:lms_low_1: stopped >>>> edxapp_worker:cms_default_4: stopped >>>> edxapp_worker:lms_high_4: stopped >>>> insights: stopped >>>> xqueue_consumer: started >>>> forum: started >>>> analytics_api: started >>>> certs: started >>>> edx_notes_api: started >>>> xqueue: started >>>> edxapp:lms: ERROR (abnormal termination) >>>> edxapp:cms: started >>>> edxapp_worker:cms_low_3: started >>>> edxapp_worker:lms_high_mem_2: started >>>> edxapp_worker:lms_default_3: ERROR (abnormal termination) >>>> edxapp_worker:cms_high_1: started >>>> edxapp_worker:lms_low_1: ERROR (abnormal termination) >>>> >>>> How could I solve this issue? >>>> >>>> Thanks in advance again! >>>> >>>> Best Regards, >>>> Dimosthenis >>>> >>>> >>>> Τη Τρίτη, 4 Αυγούστου 2015 - 9:31:39 μ.μ. UTC+3, ο χρήστης dim kar >>>> έγραψε: >>>>> >>>>> I have installed the birch version of edX. >>>>> >>>>> I would like to ask you how to make a course offline from the list of >>>>> courses.. I mean not to be seen. It will exits to the database but it >>>>> won't >>>>> be shown in front of the site. >>>>> >>>>> Thanks in advace! >>>>> >>>>> Best Regards, >>>>> Dimosthenis >>>>> >>>>> On Tuesday, February 21, 2017 at 7:45:35 AM UTC+5:30, [email protected] wrote: > > Chris, > > I added the key to the json files you said and when I restart the services > I get an error 500 in the dashboard (some other pages work as usual). > > Then I removed the key from the lms.env.json file and the error > disappeared. But the courses I wanted to hide are still there, visible (and > I've changed to "none" the course visibility in catalog at advanced > settings). > > What's going on? Any idea? > > Thanks in advance. > > El miércoles, 16 de noviembre de 2016, 5:04:33 (UTC+1), Adms escribió: >> >> Hi, >> I am working on dogwood. Moreover, I cannot see any content on student's >> dashboard. >> I tried this "see_in_catalog," "see_above" as well, but I cannot solve >> the problem. >> -Adam >> >> On Thursday, August 6, 2015 at 1:43:07 PM UTC-7, Chris Dodge wrote: >>> >>> My guess is that your lms.env.json file is not well formatted JSON. >>> check the following: >>> >>> Are you using double quotes for your strings? >>> Are you properly using commas to separate key/value pairs? (I hit this >>> one from time to time myself) >>> >>> - Chris >>> >>> >>> On Thursday, August 6, 2015 at 2:48:00 PM UTC-4, dim kar wrote: >>>> >>>> I have inserted the command line: >>>> "COURSE_CATALOG_VISIBILITY_PERMISSION": "see_in_catalog" >>>> >>>> into edx/app/edxapp/lms.envs.json file but when I restart services >>>> using the command >>>> >>>> sudo /edx/bin/supervisorctl restart edxapp: & sudo >>>> /edx/bin/supervisorctl restart edxapp_worker: >>>> or >>>> sudo /edx/bin/supervisorctl restart all >>>> >>>> I have the below error: >>>> >>>> dimos@dimos-H61M-D2-B3:/edx/app/edxapp$ sudo /edx/bin/supervisorctl >>>> restart all >>>> >>>> xqueue_consumer: stopped >>>> forum: stopped >>>> notifier-celery-workers: stopped >>>> analytics_api: stopped >>>> certs: stopped >>>> edx_notes_api: stopped >>>> notifier-scheduler: stopped >>>> xqueue: stopped >>>> edxapp:lms: stopped >>>> edxapp:cms: stopped >>>> edxapp_worker:cms_low_3: stopped >>>> edxapp_worker:lms_high_mem_2: stopped >>>> edxapp_worker:lms_default_3: stopped >>>> edxapp_worker:cms_high_1: stopped >>>> edxapp_worker:lms_low_1: stopped >>>> edxapp_worker:cms_default_4: stopped >>>> edxapp_worker:lms_high_4: stopped >>>> insights: stopped >>>> xqueue_consumer: started >>>> forum: started >>>> analytics_api: started >>>> certs: started >>>> edx_notes_api: started >>>> xqueue: started >>>> edxapp:lms: ERROR (abnormal termination) >>>> edxapp:cms: started >>>> edxapp_worker:cms_low_3: started >>>> edxapp_worker:lms_high_mem_2: started >>>> edxapp_worker:lms_default_3: ERROR (abnormal termination) >>>> edxapp_worker:cms_high_1: started >>>> edxapp_worker:lms_low_1: ERROR (abnormal termination) >>>> >>>> How could I solve this issue? >>>> >>>> Thanks in advance again! >>>> >>>> Best Regards, >>>> Dimosthenis >>>> >>>> >>>> Τη Τρίτη, 4 Αυγούστου 2015 - 9:31:39 μ.μ. UTC+3, ο χρήστης dim kar >>>> έγραψε: >>>>> >>>>> I have installed the birch version of edX. >>>>> >>>>> I would like to ask you how to make a course offline from the list of >>>>> courses.. I mean not to be seen. It will exits to the database but it >>>>> won't >>>>> be shown in front of the site. >>>>> >>>>> Thanks in advace! >>>>> >>>>> Best Regards, >>>>> Dimosthenis >>>>> >>>>> -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/e174efe3-967e-449c-a897-fe740107f90d%40googlegroups.com.
