Closed (fixed)
Project:
Certificate
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2012 at 23:13 UTC
Updated:
23 Dec 2012 at 17:40 UTC
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
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
Comment #1
djdevinI 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.
Comment #2
c13l0 commentedHi 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.
Comment #3
djdevinGreat, 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 :)
Comment #4.0
(not verified) commentededit: to make it easier to read