Active
Project:
Dript - A Scripting Language for Drupal
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2007 at 20:02 UTC
Updated:
31 Jan 2007 at 07:36 UTC
I did a cvs update and can no longer login into lisp.rolandtanglao.com. In fact I get a "White Screen of Death".
If I disable dript through the MySQL database, I can login into rolandtanglao.com
Could this be due to a hook that was recently added e.g. CCK hooks ?
Comments
Comment #1
chelahmy commentedI'm not very sure what cause it. Dript doesn't call CCK directly. It makes use of node that is already set with fields which is done by CCK earlier.
How about doing a trace. Disable dript first. Then unpublish all the contents that have dript code. Then enable dript. Open the node that contain dript code one by one. Once the node is identified then you can zoom into the culprit.
One of the potential cause may be that the code being trimmed by teaser handling. I had this similar behavior when I was working with PHP that was half broken.