Log message #4189343

# At Username Text
# Jun 13th 2019, 08:15 conehead Would be nice to know which cake version you are currently using
# Jun 13th 2019, 08:14 conehead Only update the composer.json in your root folder (or in your own plugins if applicable)
# Jun 13th 2019, 08:13 conehead But you should not update composer.json in the vendor folder
# Jun 13th 2019, 08:13 conehead @office try `php composer.phar` instead of `composer`
# Jun 13th 2019, 08:11 noel oh cool. Good to know.
# Jun 13th 2019, 08:10 conehead @noel Guess that is not 100% correct. You actually can specify a given commit. I have done it with a package that it not maintained anymore, but someone still created a PR. `"jpgraph/jpgraph": "4.x-dev#934753128231805c1feacddd131f37fa92be3430",` GitHub :`https://github.com/ztec/JpGraph/pull/20/commits/934753128231805c1feacddd131f37fa92be3430`
# Jun 13th 2019, 08:05 noel Or you might be able to use composer: https://stackoverflow.com/questions/12954051/use-php-composer-to-clone-git-repo
# Jun 13th 2019, 08:03 noel @office you can't update to a PR (pull request) on github using composer. Composer links to packagist.org, so you can only update to new releases on that site. If you want bleeding edge then you have to manually update the vendor files.
# Jun 13th 2019, 07:57 slackebot1 and here is the response ```bash: composer: command not found```
# Jun 13th 2019, 07:57 slackebot1 href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]``` I have no idea how to update the vendor. I updated line 2 of *composer.json* in *vendor/friendsofcake/crud* from *"name":"friendsofcake/crud"* > *"name":"friendsofcake/crud":"~5.2.0"* Then acessed via SSH and opened the the sub directory whre the api is and ran `composer update`
# Jun 13th 2019, 07:57 office Hello, i hope so can give me a tip where to start from. I am lower than beginner. I read i need to update *FriendsOfCake* and i already changed Object to BaseObject as given here https://github.com/FriendsOfCake/crud/pull/549 This is the warning i see ```Warning (2): count(): Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128] Warning (2): count() [<a
# Jun 13th 2019, 06:47 admad ah
# Jun 13th 2019, 06:46 lars.ebert Off topic: That uses the default installed version of php (which is 5.something on my OS). Thats why I prepend `php`, which is aliased to the correct version.
# Jun 13th 2019, 06:43 admad it's already an executable
# Jun 13th 2019, 06:43 admad @lars.ebert no idea about the error but you should just use `vendor/bin/phpunit`
# Jun 13th 2019, 06:43 kk okay will try admad. Thanks for your time so far
# Jun 13th 2019, 06:42 lars.ebert I have a question: I am trying to run the phpunit tests that come with cakephp/cakephp but keep running into an error “failed to open stream: Too many open files”. Am I doing something wrong? I just run `php vendor/bin/phpunit`.
# Jun 13th 2019, 06:42 admad if it exists in repo then run `composer install`
# Jun 13th 2019, 06:41 admad ideally the composer.lock should also have been commited for the app which would have avoided such problems
# Jun 13th 2019, 06:40 kk will try. Thanks!
# Jun 13th 2019, 06:40 kk alright sounds good
# Jun 13th 2019, 06:40 admad try removing it and then run `composer update`. If it succeeds then re-add it using `composer require elboletaire/twbs-cake-plugin`
# Jun 13th 2019, 06:39 admad the problem is most likely `elboletaire/twbs-cake-plugin`
# Jun 13th 2019, 06:39 admad don't upgrade cakephp without reading the migration guide
# Jun 13th 2019, 06:39 kk or rather... what exactly does the command do?
# Jun 13th 2019, 06:38 kk just for my understanding... why do we use cakephp 3.7.*? I was thinking i should try to install cakephp 3.1.0?
# Jun 13th 2019, 06:33 kk no worries :) its early for me too
# Jun 13th 2019, 06:33 conehead composer not php
# Jun 13th 2019, 06:33 conehead ah sorry `composer require --update-with-dependencies "cakephp/cakephp:3.7.*"`
# Jun 13th 2019, 06:31 kk in the root folder of my project? i get "could not open input file: require"
# Jun 13th 2019, 06:28 kk but i can try now
# Jun 13th 2019, 06:28 kk Morning, no i haven't. I tried google for some solutions but couldnt find anything useful
# Jun 13th 2019, 06:27 conehead Good morning. Did you try `php require --update-with-dependencies "cakephp/cakephp:3.7.*"`
# Jun 13th 2019, 06:24 slackebot1 Installation request for elboletaire/twbs-cake-plugin dev-master -> satisfiable by elboletaire/twbs-cake-plugin[dev-master]. What do i need to do? And how? I am just starting as a software dev so i dont have too much technical knowledge. Thank you very much in advance! Greets Carlos
# Jun 13th 2019, 06:24 slackebot1 requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for cakephp/cakephp 3.1 -> satisfiable by cakephp/cakephp[3.1.0]. - elboletaire/twbs-cake-plugin dev-master requires cakephp/cakephp ^3.3 -> satisfiable by cakephp/cakephp[3.5.x-dev, 3.6.x-dev]. - Can only install one of: cakephp/cakephp[3.5.x-dev, 3.1.0]. - Can only install one of: cakephp/cakephp[3.6.x-dev, 3.1.0]. -
# Jun 13th 2019, 06:24 kk Good Morning everyone, first time here. I have a question... i am trying to setup a project of my company which still uses old cakephp versions (3.1.0). I used Sourcetree to clone the repository and the next step would be to update COMPOSER, but when i move to the folder and run composer update i get the following message: composer update Loading composer repositories with package information Updating dependencies (including require-dev) Your
# Jun 13th 2019, 05:45 conehead Additionally, even if I set the dirty flag to `false`, there will still be new joinData be created in the database. Exact same entry, but with a different id
# Jun 13th 2019, 05:35 slackebot1 (although current and `[original]` data is exactly the same). This results in saving the `_joinData` a second time. Which in my opinion should not happen
# Jun 13th 2019, 05:35 conehead Hm last time I ask before I create an issue/bug :slightly_smiling_face: I got some `through` data and I do not want to change it when loading/saving the model. I save this data with the following structure: ``` tags => [ (int) 0 => [ 'id' => '39bd3238-0e3f-433e-8fd0-857f27a8c83f', '_joinData' => [ 'id' => 'b64e8d7a-53e6-4432-99a8-b8b97fee0883' ] ] ] ``` But in the `beforeSave()` method the `_joinData` is marked as dirty
# Jun 13th 2019, 05:00 conehead Ah, thank you very much. Totally missed that. Just got up :(
# Jun 13th 2019, 04:54 admad @conehead 3.8 still only has RC release. So if you want to use that you will have to add `"minimimum-stability": "RC"` in your composer.json