I've been building a site (ecommerce, simplenews, mailmime, and a bunch of others) on our development server. I transfered it to the live host today and imported the db. When I pulled up the site I get a white screen.<div>
<br class="webkit-block-placeholder"></div><div>We've loaded up sites on this host before without a problem, so there is some strange thing going on with this new site.</div><div><br class="webkit-block-placeholder"></div>
<div>I really don't want to rebuild the site from scratch on the host. It'll take days.</div><div><br class="webkit-block-placeholder"></div><div>So, is there some way I can debug this? See exactly where it's failing? The hosts errors logs show nothing.
</div><div><br class="webkit-block-placeholder"></div><div>I tried some insert "echo" commands here and there to do some rudimentary tracing. It's failing when "print theme('page', $return);" is called in
index.php. I sprinkled some echos in phptemplate.engine but I became overwhelmed because I don't know exactly how the functions get called, in what order, etc.</div><div><br class="webkit-block-placeholder"></div><div>
Any help would be appreciated.</div>