Do you have access to Apache's logs? What about php.ini? Can you see any static pages in webroot? Try adding a file, info.php, with:
<?php phpinfo(); ?> If that works, you can easily compare the local & remote setups. Maybe something will jump out. And I recommend you set debug no higher than 2. At 3, Cake spits out *a lot* of data, especially if you've got associated models involved. On Mar 24, 12:09 pm, WhyNotSmile <[email protected]> wrote: > Thanks Jeremy. > > DB access is back, so it must just have been a momentary problem - but > it hasn't made my site appear! > > I'll try creating a dummy home page and see whether that helps. > > I don't know how to check mod_rewrite - I did have an earlier version > of the site up before, and it worked fine, so I assume everything > that's needed for CakePHP is on there. > > Thanks again. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en To unsubscribe from this group, send email to cake-php+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
