TQ Website
latest

Contents:

  • 1. Howtos for Non-Programmers
  • 2. Server setup, configuration and maintenance
  • 3. Contributing & Apply code changes
  • 4. Tips when working on the production server [Admin only]:
  • 5. Infrastructure & Architecture
  • 6. Common Problems
    • 6.1. One of the migrations fails
    • 6.2. Solving migration errors
    • 6.3. CKEditor does not display an option to add links and/or images:
    • 6.4. Error during docker-compose build:
    • 6.5. I get “INTERNAL SERVER ERROR”, but neither Sentry nor the log files notice it!
    • 6.6. Certificate renewal
    • 6.7. Enrollment error: No account for email (though the account exists)
  • 7. Courses
TQ Website
  • Docs »
  • 6. Common Problems »
  • 6.3. CKEditor does not display an option to add links and/or images:
  • Edit on GitHub

6.3. CKEditor does not display an option to add links and/or images:¶

Run the following lines on the server:

docker-compose run --rm django python3 manage.py cms check
docker-compose run --rm django python3 manage.py cms delete-orphaned-plugins

You have to confirm the last command manually.

Next Previous

© Copyright 2018, Renato Bellotti, Kadir Akin Revision ad824b9c.

Built with Sphinx using a theme provided by Read the Docs.