after cvs update, get White screen of death when logging into lisp.rolandtanglao.com
Roland Tanglao@... - January 30, 2007 - 20:02
| Project: | Dript - A Scripting Language for Drupal |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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 ?

#1
I'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.