First, I'm on linux, and all the files are lowercase Second, you're changing from PHP5 to PHP4? Because that line only works in php5:
$this->controller = $controller; In PHP4, you must do $this->controller =& $controller; --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
