-
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
HTTP 500's prevent any sort of interaction w/the system #38
Comments
Looks like this is related to the fact that you HAVE to set your timezone in PHP 5.3+ for CakePHP: Weird requirement. |
Weird! I will look into moving a date setting into the main config of the application to prevent this confusion in the future. Did this fix the issue for you? Thank you @zamoose |
Still erroring, just in a different way now. grin That's what we call "progress". |
Now I'm just getting garbage:
|
As I suspected -- you HAVE to have
That seems... suboptimal. Is this the case for ALL CakePHP apps? |
I can't get past the front page. All pageloads result in
[Mon Mar 05 13:46:52 2012] [error] [client 10.128.44.192] PHP Notice: Trying to get property of non-object in /var/www/html/cake/libs/cache/file.php on line 248 [Mon Mar 05 13:46:52 2012] [error] [client 10.128.44.192] PHP Fatal error: Call to a member function cd() on a non-object in /var/www/html/cake/libs/cache/file.php on line 248
Server is running RedHat Enterprise 6.2. PHP is 5.3.3. httpd is 2.2.15.
Any ideas?
The text was updated successfully, but these errors were encountered: