Hi, I have the following modules enabled: Certificate 7.x-2.x-dev (2012-Oct-17), Course 7.x-1.0-alpha2, Quiz 7.x-4.0-alpha12, Rules 7.x-2.2. I am getting the white screen of death any time I try to edit quiz through admin/content. I was able to correct the issue by un-checking the box 'Make this content type certificate-enabled' in /admin/structure/types/manage/quiz. I tested on other content types to rule out an issue with quiz but the same error occurs on any content type that the certificate is enabled for.

These are the steps that I took

  • Edited content type quiz: /admin/structure/types/manage/quiz.
  • Went to Certificate Settings and checked the box that says 'Make this content type certificate-enabled' then save.
  • Created new Course and added new Quiz and questions and saved.
  • Was not able to 'Edit instance' for quiz
  • Was not able to 'edit' quiz through admin/content
Notice: Undefined index: map in certificate_node_update() (line 379 of /home/clients/websites/w_cours2/public_html/cours2/sites/all/modules/certificate/certificate.module).

Thanks!

Comments

djdevin’s picture

Status: Active » Postponed (maintainer needs more info)

I fixed the notice in 04cb7c8..b2ccdb2 - but that shouldn't have given you a white screen.

I tried to reproduce the white screen by adding courses and quizzes but could not. Getting a WSOD usually means there is a fatal error not being output to your screen. If you can check your PHP error log that would be helpful in finding out what is causing it.

c13l0’s picture

Hi and thank you for taking a look so quickly. Whatever you changed worked beautifully. Also, /admin/structure/certificates/mapping is now working! There is no more issue at all.

Also the Notice: Undefined index: map in certificate_node_update() was from the php error log.

djdevin’s picture

Status: Postponed (maintainer needs more info) » Fixed

Great, I didn't find any fatal errors which is why thought there was more to the story, but could have been something else...Quiz is also throwing a few errors but that's probably because it's still in Alpha.

Anyway, resolved here :)

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

edit: to make it easier to read