-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac OS X install problem #20
Comments
A note for 10.6.8 Server: the default site was set to not allow overrides (like the .htaccess mod_rewrites). You may need to change your site .conf file to AllowOverrides All instead of AllowOverrides None. Truthfully I'm not sure if there is something more granular one could apply to make this work, but this fixed my install issues. |
I notice that 10.6.8 (non-server) also has the default set to AllowOverrides None. I changed it to AllowOverrides All but unfortunately the problem persists. |
Try another unzip of the package. Make sure you've got everything in the root of the folder, not a subfolder. Also make sure that you've got the .htaccess files in the root, /app/, and /app/webroot/. |
I re-downloaded, re-un-zipped, etc., to no avail. However, it does appear the issue is Cake-related. tail -f /var/log/apache2/error_log I'll look into the problem further. |
CakePHP/timezone-related: Try setting a timezone and see if it helps. |
Hi all,
I'm running into some installation issues on Mac OS X. Here's what I did:
cloned the repo into my web root
Additionally,
Thanks in advance for all of your help!
Additional Info:
Mac OS 10.6.8
Safari Version 5.1 (6534.50)
git show --name-only
commit f28b220
php --version
PHP 5.3.4 (cli) (built: Dec 15 2010 12:15:07)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
mysql --version
mysql Ver 14.14 Distrib 5.5.10, for osx10.6 (i386) using readline 5.1
The text was updated successfully, but these errors were encountered: