Re: Bake Console

2012-07-28 Thread Yasir Arafat Hasib
> > On 07/27/2012 12:25 PM, Dr. Tarique Sani wrote: > >> And your problem is? >> >> T >> >> On Fri, Jul 27, 2012 at 10:33 AM, Mr. Manager wrote: >> >>> Dear All, >>> >>> I used to bake console for cakephp 1.3 it work properly; how

Re: Bake Console

2012-07-27 Thread ecko.ucil
bake model all or cake bake model all Any idea? thanks On 07/27/2012 12:25 PM, Dr. Tarique Sani wrote: And your problem is? T On Fri, Jul 27, 2012 at 10:33 AM, Mr. Manager wrote: Dear All, I used to bake console for cakephp 1.3 it work properly; however, I have problem with baking console wi

Re: Bake Console

2012-07-26 Thread Dr. Tarique Sani
And your problem is? T On Fri, Jul 27, 2012 at 10:33 AM, Mr. Manager wrote: > Dear All, > > I used to bake console for cakephp 1.3 it work properly; however, I have > problem with baking console with cakephp 2.1 > > I hope that anyone will know this solution. > > This is

Bake Console

2012-07-26 Thread Mr. Manager
Dear All, I used to bake console for cakephp 1.3 it work properly; however, I have problem with baking console with cakephp 2.1 I hope that anyone will know this solution. This is in hurry! Sincerely Your, Ly Dara, -- Our newest site for the community: CakePHP Video Tutorials http

Re: CakePHP without CLI for the Bake console

2010-10-12 Thread nurvzy
I agree, you should develop locally and command line access is not needed remotely. However, it can really come in handy! There are tons of cheap hosting that allow shell access -- if yours doesn't, I suggest shopping around. Nick On Oct 12, 5:31 am, Jeremy Burns | Class Outfit wrote: > I'd sa

Re: CakePHP without CLI for the Bake console

2010-10-12 Thread Jeremy Burns | Class Outfit
I'd say always do the development locally and then upload. You won't need access to the command line remotely. Jeremy Burns Class Outfit jeremybu...@classoutfit.com http://www.classoutfit.com On 12 Oct 2010, at 10:19, Luis Miguel García wrote: > Hello, > > I'm in the process of evaluating sev

CakePHP without CLI for the Bake console

2010-10-12 Thread Luis Miguel García
Hello, I'm in the process of evaluating several PHP frameworks to start developing a new web application. One of the better candidates is of course CakePHP. What i'm wondering (and can't find the answer in Google) is if it can be used in cheaper shared hosting, because they don't have command line

Re: setting up cake bake console

2009-01-05 Thread Webweave
Step 1: change directory to where your app lives (in your example above /Users/myusername/myappname) Step 2: from a console, type "cake bake" Step 3: follow the prompts ... On Jan 5, 1:15 pm, gemmes wrote: > Hi, > > I ran: > > cake bake > > I entered my path to appname and proceeded along with n

Re: setting up cake bake console

2009-01-05 Thread gemmes
Hi, I ran: cake bake I entered my path to appname and proceeded along with no problems until I tried to do: cake bake model this caused the following error: Error: Model directory could not be found. Be sure you have created /Users/myusername/models/ myusername:~ myusername$ When i try cake

Re: setting up cake bake console

2009-01-04 Thread NicholasZ
; 4. Localhost says: Your database configuration file is NOT present. > Rename config/database.php.default to config/database.php I bake > console should handle this, not going to handcode the file. > > The output(selected): > > Welcome to CakePHP v1.2.0.7962 Console > App : myus

Re: setting up cake bake console

2009-01-04 Thread Smelly_Eddie
es/mynewapp > 3. Error: /Users/myusername/config/ not found  I dont know why I > receive this error > 4. Localhost says: Your database configuration file is NOT present. > Rename config/database.php.default to config/database.php I bake > console should handle this, not going to han

setting up cake bake console

2009-01-04 Thread gemmes
bake console should handle this, not going to handcode the file. The output(selected): Welcome to CakePHP v1.2.0.7962 Console App : myusername // I believe this should be mynewapp not OS myusername Path: /Users/myusername // same here Bake Project Skel Directory

RE: CakePHP bake console and mysql-client 5.0, error - Client does not support authentication protocol requested by server

2008-11-18 Thread Ramsey Ramos
Yup me too. Cheers! ramsey From: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Louie Miranda Sent: Tuesday, November 18, 2008 10:54 AM To: cake-php@googlegroups.com Subject: Re: CakePHP bake console and mysql-client 5.0, error - Client does not support authentication

Re: CakePHP bake console and mysql-client 5.0, error - Client does not support authentication protocol requested by server

2008-11-17 Thread Louie Miranda
* cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Louie Miranda > *Sent:* Monday, November 17, 2008 11:57 AM > *To:* cake-php@googlegroups.com > *Subject:* CakePHP bake console and mysql-client 5.0, error - Client does > not support authentication protocol request

RE: CakePHP bake console and mysql-client 5.0, error - Client does not support authentication protocol requested by server

2008-11-17 Thread Ramsey Ramos
Hi axis-shift what version of php do you have on your server? na try mo na mysqli driver? From: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Louie Miranda Sent: Monday, November 17, 2008 11:57 AM To: cake-php@googlegroups.com Subject: CakePHP bake console and mysql-client

CakePHP bake console and mysql-client 5.0, error - Client does not support authentication protocol requested by server

2008-11-16 Thread Louie Miranda
Dear All, I am running cakephp 1.2 and had used the bake several times before. However, I relocated to a new server and then bake does not work on the new console. It says.. Client does not support authentication protocol requested by server Any ideas? Below is the full terminal transcript.