Quote Originally Posted by mc12345678 View Post
What you have there is a blank or partial blank page... That means something was done or is being done incorrectly, error log should be waiting for you in the logs directory.

Also, when posting code, it is easier to cypher if you use the # symbol from the message box toolbar to provide something like: [code]my super long code to review[/code] as seen in your text editor..

Which produces this when posted:
Code:
my super long code to review
I figured it out. it was the */ after the include statements. I removed it and it started working.
Thanks for all your help.

also thanks for the tip on how to add code to the forum. I always wanted to know how to post the code in those boxes.