I'm not sure what to make of this.
When I try to load my site it gives me an error of:
[code] *Parse error*: syntax error, unexpected T_STRING in *
\..\..\..\users_controller.php* on line *184* [/code]
Line 184 in users controller is:
[code]
function login()
{
} //<---- line 184
[/code]
If I remove the login function from the users controller it works just fine
including logging in users even though login is not defined anywhere else.
I see that there are some things in the tmp/cache folders but I'm not really
sure what is what. I'm not even sure this problem is due to caching.
Weird.
- Ed
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, reply using "remove me" as the subject.