Thanks for the suggestion - I tried this, and got php_info working fine. I can't see anything obvious, although my local one explicitly says mod_rewrite is enabled, whereas the live one doesn't mention it. On the other hand, an earlier version of the site on this server DID work fine, so I think it must be set up ok.
On Mar 24, 5:58 pm, cricket <[email protected]> wrote: > 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. 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.
