Questions tagged [openedx]

Open edX is an open source CMS and LMS system to create MOOC courses and display them online. As such, it does not refer to the courses content, nor to edX website (edx.org) run by MIT & Hardvard.

252 questions
0
votes
1 answer

OpenEdX's Email tab missing from Instructor Dashboard?

In the Instructor Dashboard of our OpenEdX, the Mail tab is missing. This allows bulk mailing to OpenEdx participants. How to enable the Instructor Dashboard > Mail functionality ? Edit: I though is would be a parameter in /lms/envs/common.py but…
Hugo LOPEZ
  • 605
  • 8
  • 21
0
votes
1 answer

How to edit my openedx home page?

The Home page presents a default text : Welcome to the Open edX® platform! It works! This is the default homepage for this Open edX instance. Where to go to edit this content ?
Hugo LOPEZ
  • 605
  • 8
  • 21
0
votes
2 answers

How to add registration form validation condition on Openedx?

I'm working on a project based on open edx. I added a phone_number field to the Userprofile model, so that phone number will be required when users register. The phone number need to be 11 digit. How do I add constrain on the phone number field of…
Aaron.Z
  • 41
  • 3
0
votes
1 answer

Single sign on between different domain and platfomm

How to achieve single-sign-on between two different domain and platform. I have created a site in open-edx and use my other wordpress site as user sign in. My issue is if I am login to wordpress site and open my edx site it should be logged in and…
khush
  • 31
  • 7
0
votes
1 answer

How can I configure HTTP tunnel to configure my edx localhost to be accessible from the internet using ngrok?

I have the following question to use the linux package from openedx, where I want to configure an access tunnel using the ngrok tool (see documentation https://ngrok.com/docs#subdomain) so that through a subdomain based on ngrok it can be accessed…
Faiberts
  • 57
  • 6
0
votes
1 answer

Openedx Native installation : theme change not working

I have installed openedx using Native installation method. Now I want to change the default logo. As a test, i removed the logo from the folder /edx/app/edxapp/edx-platform/lms/static/images. But when i open the localhost, its still there. (lms…
Shahzeb Khan
  • 3,582
  • 8
  • 45
  • 79
0
votes
1 answer

PyMongo AutoReconnect: timed out

I work in an Azure environment. I have a VM that runs a Django application (Open edX) and a Mongo server on another VM instance (Ubuntu 16.04). Whenever I try to load anything in the application (where the data is fetched from the Mongo server), I…
Vedran
  • 1,113
  • 1
  • 17
  • 36
0
votes
3 answers

How to change the theme for LMS ans CMS in open edX?

I am New to Open edX installed openedx version edx-ginko.2-1 using bitnami .I tried to install and customise theme for open edX platform. But it is not showing me any changes. I followed the instructions from bitnami documentation sudo…
Midhun Mohan
  • 552
  • 5
  • 18
0
votes
1 answer

Enabling Theme in Open edx

I have installed Open Edx and its working fine, but now I am trying to enable theme through Comprehensive theme option in lms.env.json. As I turn ENABLE_COMPREHENSIVE_THEME: -> true the 500 INTERNAL SERVER ERROR is triggered. Any idea…
0
votes
1 answer

Openedx import fails with "'NoneType' object has no attribute 'data_dir'" message

I created a course on my personal openedx instance. Then exported it, and tried to import it into an institutional platform but got the error : There was an error while importing the new course to our database. 'NoneType' object has no attribute…
Hugo LOPEZ
  • 605
  • 8
  • 21
0
votes
1 answer

How to update database courses in openedx

I am trying to update my database entries. after restoring sql file, it is showing in database. but not updated in openedx site (lms /cms). also in home page it shows old entries. How can i update gui entries??
Somil
  • 1,921
  • 1
  • 21
  • 35
0
votes
1 answer

How to properly install Nfsd for Openedx in Ubuntu 16

Openedx is expecting nfsd as per the image attached. So, I tried installing it using this link: https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-16-04 But below command is not working: > sudo nfsd status sudo:…
user2349115
  • 1,288
  • 2
  • 17
  • 34
0
votes
1 answer

CSRF verification failed. Request aborted - Shopping cart configuration

I'm trying to enable Payment module for courses and when I'm clicking checkout, I'm getting "CSRF verification failed. Request aborted." . I've tried adding my domain to "Home › Cors_Csrf › X domain proxy configurations ›…
0
votes
1 answer

OpenEdx 500 Server error after installing Custom them

Already posted in Bitnami community. www.community.bitnami.com/t/500-server-error-after-installing-custom-theme/52736 I'm trying to install a open edx theme from Links: www.github(dot)com/dadasoz/edx-bootstrap-theme. and following steps at …
0
votes
1 answer

I want to authenticate users on my OpenEDX using auth0

I want to authenticate users on my OpenEDX using auth0. This documentation shows how to configure openEDX 0Auth2 with google, facebook, LinkedIn and Microsoft,but i would like to use auth0.