Log message #4218224

# At Username Text
# Dec 11th 2019, 09:10 slackebot2 Cake\Console\CommandRunner->run(Array) #15 {main} ```
# Dec 11th 2019, 09:10 slackebot2 C:\wamp64\www\ctcake\vendor\cakephp\cakephp\src\Console\CommandRunner.php(385): Cake\Console\Shell->runCommand(Array, true) #13 C:\wamp64\www\ctcake\vendor\cakephp\cakephp\src\Console\CommandRunner.php(162): Cake\Console\CommandRunner->runShell(Object(Bake\Shell\BakeShell), Array) #14 C:\wamp64\www\ctcake\bin\cake.php(12):
# Dec 11th 2019, 09:10 slackebot2 C:\wamp64\www\ctcake\vendor\cakephp\bake\src\Shell\BakeShell.php(261): Bake\Shell\Task\ModelTask->listUnskipped() #11 C:\wamp64\www\ctcake\vendor\cakephp\cakephp\src\Console\Shell.php(517): Bake\Shell\BakeShell->all() #12
# Dec 11th 2019, 09:10 slackebot2 C:\wamp64\www\ctcake\vendor\cakephp\bake\src\Shell\Task\ModelTask.php(1050): Bake\Shell\Task\ModelTask->_getAllTables() #9 C:\wamp64\www\ctcake\vendor\cakephp\bake\src\Shell\Task\ModelTask.php(1065): Bake\Shell\Task\ModelTask->listAll() #10
# Dec 11th 2019, 09:10 slackebot2 C:\wamp64\www\ctcake\vendor\cakephp\cakephp\src\Database\Connection.php(390): Cake\Database\Schema\CachedCollection->__construct(Object(Cake\Database\Connection), true) #7 C:\wamp64\www\ctcake\vendor\cakephp\bake\src\Shell\Task\ModelTask.php(1096): Cake\Database\Connection->getSchemaCollection() #8
# Dec 11th 2019, 09:10 slackebot2 #4 C:\wamp64\www\ctcake\vendor\cakephp\cakephp\src\Database\Schema\Collection.php(51): Cake\Database\Driver\Mysql->schemaDialect() #5 C:\wamp64\www\ctcake\vendor\cakephp\cakephp\src\Database\Schema\CachedCollection.php(41): Cake\Database\Schema\Collection->__construct(Object(Cake\Database\Connection)) #6
# Dec 11th 2019, 09:10 slackebot2 #2 C:\wamp64\www\ctcake\vendor\cakephp\cakephp\src\Database\Schema\BaseSchema.php(44): Cake\Database\Driver\Mysql->connect() #3 C:\wamp64\www\ctcake\vendor\cakephp\cakephp\src\Database\Dialect\MysqlDialectTrait.php(62): Cake\Database\Schema\BaseSchema->__construct(Object(Cake\Database\Driver\Mysql))
# Dec 11th 2019, 09:10 slackebot2 #0 C:\wamp64\www\ctcake\vendor\cakephp\cakephp\src\Database\Driver.php(93): PDO->__construct('mysql:host=loca...', 'localhost', 'localhost', Array) #1 C:\wamp64\www\ctcake\vendor\cakephp\cakephp\src\Database\Driver\Mysql.php(105): Cake\Database\Driver->_connect('mysql:host=loca...', Array)
# Dec 11th 2019, 09:10 slackebot2 [PDOException] SQLSTATE[HY000] [1045] Access denied for user 'localhost'@'localhost' (using password: YES) in C:\wamp64\www\ctcake\vendor\cakephp\cakephp\src\Database\Driv er.php on line 93 Stack Trace:
# Dec 11th 2019, 09:10 gianmarxgagliardi ```Possible model names based on your database: Exception: SQLSTATE[HY000] [1045] Access denied for user 'localhost'@'localhost' (using password: YES) in [C:\wamp64\www\ctcake\vendor\cakephp\cakephp\src\Database\Driver.php, line 93] 2019-12-11 09:09:31 Error:
# Dec 11th 2019, 09:10 chechesa You can try with php bin/cake.php bake all
# Dec 11th 2019, 09:07 chechesa I think you are using Windows, have you tried to exec with bin\cake.bat bake all ? (backward slash)
# Dec 11th 2019, 09:04 gianmarxgagliardi with a new project with three tables (g.e. : https://stackoverflow.com/questions/59141547/cakephp-displays-the-id-display-table-name-from-two-different-tables-with-relati). how do I cook them all with a command from Shells ? if I go into the new project folder and give the command `bin/cake.bat bake all` returns: _"cake.bat" is not recognized as an internal or external command, an executable program or a batch file._
# Dec 11th 2019, 08:47 chechesa Is the same A record. When you create a new subdomain you can assign A record and the new IP of your new server. You can have the same domain pointing across subdomains to other servers
# Dec 11th 2019, 08:40 jotpe Morning
# Dec 11th 2019, 08:17 md.islam11 @conehead thanks
# Dec 11th 2019, 08:16 gianmarxgagliardi morning
# Dec 11th 2019, 07:44 dev.cyrusjayson Guys good morning. I have question in DNS set up (not really related to cakephp but I need to put my cakephp project there). My name domain is pointed to another IP with Type value "A Record" , host "@" and value "IP of the server". So the main domain www.sample.com is pointed to another server, now I want to create subdomain that is pointing to different server what will be my type? AAAA? CNAME?
# Dec 11th 2019, 06:32 conehead "shows error" is not really helpful. Try `$this->getRequest->getData()` instead
# Dec 11th 2019, 06:12 md.islam11 I just written as shortcut
# Dec 11th 2019, 06:12 md.islam11 it is
# Dec 11th 2019, 06:12 md.islam11 $this->request->getData('name')
# Dec 11th 2019, 06:11 md.islam11 thats it.
# Dec 11th 2019, 06:11 md.islam11 shows error
# Dec 11th 2019, 06:11 md.islam11 that has isset(requet-get('aa'))
# Dec 11th 2019, 06:11 md.islam11 all the legacy code
# Dec 11th 2019, 06:11 niel45 or is the error just because of the missing $ for $this
# Dec 11th 2019, 06:11 md.islam11 I am upgrading my cakephp to 3.8
# Dec 11th 2019, 06:10 niel45 although it really depends on what you're trying to do. if you're checking for a value in order to set a sane default I'd use null coallescing: $value = $this->request->getData('a') ?? '';
# Dec 11th 2019, 06:08 niel45 $dummy = this->request->getData('a'); isset($dummy);
# Dec 11th 2019, 06:03 md.islam11 ?
# Dec 11th 2019, 06:03 md.islam11 isset(this->request->getData('a')) shows error . What is the solution.
# Dec 10th 2019, 22:59 ricksaccous well i'm off, enjoy your day
# Dec 10th 2019, 22:59 ricksaccous lol 13337
# Dec 10th 2019, 22:52 challgren Ahh I have it on as bg noise when Im coding
# Dec 10th 2019, 22:49 ricksaccous i'm a harsh critic though
# Dec 10th 2019, 22:49 ricksaccous heh, i stopped watching season 3 i think, it was too cheesy at that point
# Dec 10th 2019, 22:48 challgren @ricksaccous watch Mr Robot all the episodes this season are titled in the 4xx series
# Dec 10th 2019, 22:47 challgren This is my template. Pretty simple form honestly.
# Dec 10th 2019, 22:46 ricksaccous very proper
# Dec 10th 2019, 22:46 ricksaccous oh cool