Re: Cake Bake under Ubuntu

2012-05-25 Thread luca capra
Il 24/05/2012 23:35, Max Kiehnscherf ha scritto: Hello guys, im pretty new to CakePHP and at the moment im trying to bake a user- system via the console. I used this tutprial for this: http://insanityville.com/2010/04/how-to-bake-on-ubuntu-using-cakephp/ But everytime I do cake bake i get this

Re: Cake Bake under Ubuntu

2012-05-25 Thread Max Kiehnscherf
On 25 Mai, 08:46, luca capra luca.ca...@gmail.com wrote: Don't use sudo. Try: # cd in your app dir cd /home/max/akk/app # run cake with the full path, or relative like ../cake/console/cake /home/max/akk/cake/console/cake bake Probably you will need to reset permission sudo chown

Re: Cake Bake under Ubuntu

2012-05-25 Thread Mike Griffin
On Fri, May 25, 2012 at 2:19 PM, Max Kiehnscherf max.kiehnsch...@googlemail.com wrote: PHP Fatal error:  Call to undefined function mysql_query() in /home/ max/akk/cake/libs/model/datasources/dbo/dbo_mysql.php on line 613 Fatal error: Call to undefined function mysql_query() in /home/max/akk/

Re: Cake Bake under Ubuntu

2012-05-25 Thread Max Kiehnscherf
On 25 Mai, 15:22, Mike Griffin griff...@gmail.com wrote: Have you got the php mysql packages installed? And mysql-server and mysql-client? Mike. I've got xampp installed. Is that enough? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the

Re: Cake Bake under Ubuntu

2012-05-25 Thread Mike Griffin
On Fri, May 25, 2012 at 3:06 PM, Max Kiehnscherf max.kiehnsch...@googlemail.com wrote: I've got xampp installed. Is that enough? Do you see mysql in the output from phpinfo() ? Did you install mysql-server and mysql-client? Mike. -- Our newest site for the community: CakePHP Video Tutorials

Cake Bake under Ubuntu

2012-05-24 Thread Max Kiehnscherf
Hello guys, im pretty new to CakePHP and at the moment im trying to bake a user- system via the console. I used this tutprial for this: http://insanityville.com/2010/04/how-to-bake-on-ubuntu-using-cakephp/ But everytime I do cake bake i get this Error-message: