Re: 3.0 - Cake not connecting to MySql DB

2014-05-19 Thread Md Bayezid Alam
Thanks a lot everyone, somehow it is working for me.. On Sun, Mar 16, 2014 at 9:38 PM, Leandro Machado Pereira llperei...@gmail.com wrote: The error composer timeout, see this: https://getcomposer.org/doc/04-schema.md#config

Re: 3.0 - Cake not connecting to MySql DB

2014-03-16 Thread AD7six
This doens't look to be CakePHP (version 3 or otherwise) specific. On Saturday, 15 March 2014 17:33:10 UTC+1, Bayezid Alam wrote: Hi Jose, I did a fresh installation with two ways stated below: *From the composer, Do you want to remove the existing VCS (.gif, .svn..) history? [Y, n]?

Re: 3.0 - Cake not connecting to MySql DB

2014-03-16 Thread Leandro Machado Pereira
The error composer timeout, see this: https://getcomposer.org/doc/04-schema.md#config http://www.papayasoft.com/2013/08/22/composer-process-timeout-when-fetching-large-repositories/ Try use *COMPOSER_PROCESS_TIMEOUT=2000 php composer.phar install* 2014-03-16 6:38 GMT-03:00 AD7six

Re: 3.0 - Cake not connecting to MySql DB

2014-03-14 Thread José Lorenzo
Oh, that looks bad. Maybe try doing a fresh install again On Friday, March 14, 2014 6:34:48 PM UTC+1, Bayezid Alam wrote: Thanks for your suggestion Trust me it was not work for me but working after releasing dev2 and getting vendor's cakephp folder blank after a day of installation ( see

Re: 3.0 - Cake not connecting to MySql DB

2014-03-05 Thread José Lorenzo
What is not working exactly? What is the error? I suggest you read the complete 3.0 ORM manual before going further, it will hopefully answer the questions you have about it. On Tuesday, March 4, 2014 7:06:13 PM UTC+1, Bayezid Alam wrote: after updating, Its not working, i may missing

Re: 3.0 - Cake not connecting to MySql DB

2014-03-04 Thread Md Bayezid Alam
after updating, Its not working, i may missing anything. 'Datasources' = [ 'default' = [ 'className' = 'Cake\Database\Connection', 'driver' = 'Cake\Database\Driver\Mysql', 'persistent' = false, 'host' = 'localhost', 'login' = 'loginname', 'password' = 'password', 'database' = 'cake3_db', 'prefix'

Re: 3.0 - Cake not connecting to MySql DB

2014-03-03 Thread José Lorenzo
You need to update your app template, specifically your app.php file as the arguments for configuring a database connection recently changed: https://github.com/cakephp/app/blob/master/App/Config/app.default.php#L212 On Monday, March 3, 2014 4:49:53 PM UTC+1, Bayezid Alam wrote: Dears, DB