Skip to main content
Participant
February 15, 2017
Question

The content manifest file is invalid.

  • February 15, 2017
  • 1 reply
  • 1558 views

Trying to publish and upload a course to our LMS.  It won't upload.  I get this error: The content manifest file is invalid.

This topic has been closed for replies.

1 reply

TLCMediaDesign
Inspiring
February 15, 2017

Can you post the contents of the manifest NOT including all of the resources?

eric_1Author
Participant
February 15, 2017

Does this help?

<?xml version="1.0" encoding="utf-8" ?>

<manifest identifier="Course_ID1" version="1.0"

  xmlns="http://www.imsproject.org/xsd/imscp_rootv1p1p2"

  xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_rootv1p2"

  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

  xsi:schemaLocation="http://www.imsproject.org/xsd/imscp_rootv1p1p2 imscp_rootv1p1p2.xsd

  http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd

  http://www.adlnet.org/xsd/adlcp_rootv1p2 adlcp_rootv1p2.xsd">

  <metadata>

  <schema>ADL SCORM</schema>

  <schemaversion>1.2</schemaversion>

  <adlcp:location>metadata.xml</adlcp:location>

  </metadata>

  <organizations default="Course_ID1_ORG">

  <organization identifier="Course_ID1_ORG">

  <title>Captivate E-Learning Course</title>

  <item identifier="SCO_ID1" isvisible="true" identifierref="SCO_ID1_RES">

  <title>Course Object title</title>

  </item>

  <metadata>

  <schema>ADL SCORM</schema>

  <schemaversion>1.2</schemaversion>

  <adlcp:location>metadata.xml</adlcp:location>

  </metadata>

  </organization>

  </organizations>

  <resources>

  <resource identifier="SCO_ID1_RES" type="webcontent" href="Shared Media Manager Images Documents.htm" adlcp:scormtype="sco">

  <metadata>

  <schema>ADL SCORM</schema>

eric_1Author
Participant
February 15, 2017

I get this error message when I test it on SCORM Cloud:  Course import failed, error was: RusticiSoftware.ScormContentPlayer.Logic.ScormContentPlayerApplicationException: Error opening the manifest file. Could not load manifest from-/courses/V54GEC2AAM/Shared_Media_Manager_Images_and_Documents84fa023b-182b-4c9b-bbfa-04dab6f73bda/0/imsmanifest.xml Possible causes of this problem include a bad file location, insufficient permissions, or an invalid XML document (check for un-encoded special XML characters such as & > <). The specific error message is: The entity name must immediately follow the '&' in the entity reference.