Okay, been working on a new module as a learning the drupal api exercise and I am finally down to only one problem, I think.
I'm using xampp v1.6.3a with php 5.2.3 and mysql 5.0.45... I'm using firefox 2.0. Below is a copy of the module code that I am using as my learning experience.
The problem currently is that every time a form of any kind, anywhere on the test site is submitted I get the White Screen of Death, I put my cursor in the address bar of the browser and hit return to load the page and it'll come up fine as it should (or at least as one would expect). If I disable the module, everything works like it should. Re-enable the module, broken again.
This can't possibly be a memory problem as I put the memory allocation on my test server up to 512MB...
Now, for some trouble shooting steps I have already taken:
1) I put the module up on a production site to see if it was someone linked to server conf, no luck. Same issue, but I do actually get an error on the production site, however I'm not sure it's relevant to the problem as I have output buffering turned on on my test server.
warning: Cannot modify header information - headers already sent by (output started at /home/crimson/public_html/sites/all/modules/idkfa/idkfa.module:1) in /home/crimson/public_html/includes/common.inc on line 309.