Hi Tomasz, I think cakephp does not use the database file because a print_r on the $this object tells me, that cakephp wants to use a localhost mysql server. Thats wrong but look yourself use the following lines in yout / home/verlag/cake2core/cake/libs/model/datasources/dbo/dbo_mysql.php on line 259: print_r($this); exit;
At this moment I have no idea how to fix this. Greetings On 30 Dez. 2010, 12:43, Salvin <[email protected]> wrote: > Hi all, > I'm trying to to try out 2.0 version but i've faced strange error: > > Fatal error: Call to a member function getAttribute() on a non-object > in /home/verlag/cake2core/cake/libs/model/datasources/dbo/ > dbo_mysql.php on line 259 > it occures when i display default /pages/display/home at backery > someone wrote that he couldn't use db config from 1.3 version - > anybody have encountered such problem? > Thanks, > Tomasz 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
