Right now, the install profile fails because the learn_lesson_content module depends on the no-longer-existent lessons_curriculum module, which was removed in #1822922: Create new ladder content type to replace curriculum.

learn_lesson_content contains the default lessons and ladder, and needs to be updated to:

  1. Remove the old dependency
  2. Switch the default ladder content type from curriculum to ladder, and
  3. Include the updated lesson content that has been changed directly on drupalladder.org
CommentFileSizeAuthor
#2 skitch.png241.37 KBBrockBoland
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

BrockBoland’s picture

makangus shared this screenshot that shows the problem during installation

Only local images are allowed.

BrockBoland’s picture

FileSize
241.37 KB

Oh right, d.o won't allow that. Screenshot attached:

skitch.png

BrockBoland’s picture

I took a stab at this earlier this week, and changing "curriculum" to "ladder" in the serialized node export didn't work like I expected it would. I adjusted the string length numbers (that come before the text of any serialized string) but there must be more to it, because node export was unable to unserialize the data to create nodes on a fresh install.

BrockBoland’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.