F.A.Q.

Open Content Frequently Asked Questions

Errors after upgrade to DNN 8?

Make sure the following is available in the web.config

<dependentAssembly>
  <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>

The texts are very small and / or I don't see any Icons when I edit

You are most likely using Open Content in Combination with a Bootstrap 4 Theme.
If that's the case:

  1. Make sure you are using the latest version of Open Content.
  2. Go to "Edit Global Settings"
  3. Uncheck the "Load Bootstrap on Edit Form" setting
  4. Check the "Load Glyphicons on Edit Form" setting

I added a field to shema.json but it does not show in the Edit interface

If you used the Form Builder, Open Content generates a file view.json. This file contains a template for the rendered form and is used to create multi-column layouts. If a view.json exists and you add a field manually to schema.json it will not be rendered in the edit screen if it's not added to view.json.
The solution is to either delete view.json or use the builder to add the field.