Within app/tmp I have the correct folder structure, I have checked this against a fresh copy of the used version of CakePHP (1.2.x).
I'm on OSX so I have access to the server's error logs using the Console application. But there's no errors in there that are related to CakePHP: mod_bonjour: Skipping user 'josh' - cannot read index file '/Users/josh/Sites/index.html'. [Wed Sep 15 13:59:18 2010] [notice] Digest: generating secret for digest authentication ... [Wed Sep 15 13:59:18 2010] [notice] Digest: done [Wed Sep 15 13:59:18 2010] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.7l DAV/2 PHP/5.2.12 configured -- resuming normal operations [Wed Sep 15 14:26:26 2010] [error] [client ::1] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): / [Wed Sep 15 14:30:32 2010] [error] [client ::1] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): / [Wed Sep 15 14:46:34 2010] [error] [client ::1] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): / [Wed Sep 15 14:46:34 2010] [error] [client ::1] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): / [Sun Sep 19 18:53:28 2010] [warn] child process 12132 still did not exit, sending a SIGTERM [Sun Sep 19 18:53:28 2010] [warn] child process 12141 still did not exit, sending a SIGTERM [Sun Sep 19 18:53:28 2010] [warn] child process 12188 still did not exit, sending a SIGTERM [Sun Sep 19 18:53:28 2010] [warn] child process 12191 still did not exit, sending a SIGTERM [Sun Sep 19 18:53:28 2010] [warn] child process 12192 still did not exit, sending a SIGTERM [Sun Sep 19 18:53:28 2010] [warn] child process 19404 still did not exit, sending a SIGTERM [Sun Sep 19 18:53:28 2010] [warn] child process 19405 still did not exit, sending a SIGTERM [Sun Sep 19 18:53:28 2010] [warn] child process 19408 still did not exit, sending a SIGTERM [Sun Sep 19 18:53:28 2010] [warn] child process 19409 still did not exit, sending a SIGTERM [Sun Sep 19 18:53:30 2010] [warn] child process 12132 still did not exit, sending a SIGTERM [Sun Sep 19 18:53:30 2010] [warn] child process 12141 still did not exit, sending a SIGTERM [Sun Sep 19 18:53:30 2010] [warn] child process 12191 still did not exit, sending a SIGTERM [Sun Sep 19 18:53:30 2010] [warn] child process 12192 still did not exit, sending a SIGTERM [Sun Sep 19 18:53:33 2010] [notice] caught SIGTERM, shutting down [Sun Sep 19 18:54:19 2010] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] httpd: Could not reliably determine the server's fully qualified domain name, using macbuech.local for ServerName mod_bonjour: Skipping user 'josh' - cannot read index file '/Users/josh/Sites/index.html'. [Sun Sep 19 18:54:20 2010] [notice] Digest: generating secret for digest authentication ... [Sun Sep 19 18:54:20 2010] [notice] Digest: done [Sun Sep 19 18:54:20 2010] [notice] Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.7l DAV/2 PHP/5.2.12 configured -- resuming normal operations ...etc. Any other idea? On Mon, Sep 20, 2010 at 8:01 PM, cricket <[email protected]> wrote: > On Mon, Sep 20, 2010 at 7:41 AM, Joshua Muheim <[email protected]> wrote: >> The security component was disabled (within /* ... */); I uncommented >> it, but nothing changed. >> >> In my cache folder there's no such folders like models or persistent. >> I created them. Nothing changed... > > What do you have inside app/tmp? If there are directories missing that > might be a factor. When using rsync to move the files to the server > it's good to exclude tmp. But you need to ensure it's put there in the > first place. > > Also, do you have access to the server's error logs? > > 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 > 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
