I assumed responsibility for a rather large website (using vTemplate) and everything was working fine. Just recently we have decided to switch servers and we were able to copy the whole root directory straight across to the new servers.
Everything seems to be working fine except our pages that have database information on them. We store all our information in databases, we call the information in arrays, and parse them into tables. After the switch, however, the parser doesn't complete its job. I'm almost 100% sure the error occurs in the parsing stage because I can print the array from the database, it just won't parse correctly into the format.
I've asked countless people and no one can figure out why this is occuring. Unfortunately, where I would either expect our content or an error message to appear on the pages, I simply get white. I would appreciate any help in solving this matter. Thank you for your time.
-Spift