I am not sure what is going on with this particular page. When I view the page with debug set to 2 as long as I have some debug in the model it works, shows all the debug stuff as well as the finished product. As soon as I change the debug to 0 it just gives me a blank screen. view source shows that it has the html tags and nothing else.
Also, if debug is set to 2 and I am not debugging anything in my model it gives me a blank screen. The funny thing is I can tell that the code in my model is working because the code creates a temp table in which I populate get the information from the new table and then delete the table. I know it works because I can comment out the delete portion and the table is there with all the data like I would expect, so the table is getting created. When I uncomment the delete portion of the code the table is not there so I know that I am getting as far as that part of the code.
The next thing in my controller is to compact this data and get it ready for the view.
Anyone know what I can do to get this to work. It is baffling me to no end and I don't know what else to do.
Thanks for any help. Jamie