# |
Dec 18th 2019, 08:17 |
ashish_onmobile |
ok |
# |
Dec 18th 2019, 08:17 |
dereuromark |
U need to use latest 2.x that doesnt require this ext anymore |
# |
Dec 18th 2019, 08:16 |
ashish_onmobile |
I am using Mac OSX Catalina |
# |
Dec 18th 2019, 08:16 |
ashish_onmobile |
I tried to install it via pecl install but it is not working.. |
# |
Dec 18th 2019, 08:15 |
dereuromark |
U need to make sure the ext are installed. |
# |
Dec 18th 2019, 08:15 |
ashish_onmobile |
people says ext-mcrypt does not exist in 7.3 |
# |
Dec 18th 2019, 08:15 |
ashish_onmobile |
thanks dereuromark |
# |
Dec 18th 2019, 08:15 |
ashish_onmobile |
``` Problem 1 - The requested PHP extension ext-mcrypt * is missing from your system. Install or enable PHP's mcrypt extension.``` |
# |
Dec 18th 2019, 08:14 |
ashish_onmobile |
I am getting below error Problem 1 - The requested PHP extension ext-mcrypt * is missing from your system. Install or enable PHP’s mcrypt extension. |
# |
Dec 18th 2019, 08:14 |
dereuromark |
2.x should even run on 7.4 easily |
# |
Dec 18th 2019, 08:14 |
ashish_onmobile |
is there anyon here who can help to run cakphp2.x with php7.3 version |
# |
Dec 18th 2019, 08:13 |
ashish_onmobile |
this will help you to fetch the data for the linked table. |
# |
Dec 18th 2019, 08:13 |
ashish_onmobile |
@*Gianmarx use contain functionality in your code.* |
# |
Dec 18th 2019, 08:11 |
slackebot |
<gianmarxgagliardi> |
# |
Dec 18th 2019, 08:08 |
gianmarxgagliardi |
I have three tables with this structure: https://pastebin.com/e2PwW5bs when I go to work on the "seasons_trainers" table by adding an ennuple thanks to the "add" function developed in SeasonsTrainersController it only shows me the ID of "trainer" or "club", but I would like to show the name of "trainer" or "club". How do I go about getting my name? |
# |
Dec 18th 2019, 08:04 |
challgren |
@brian.french seems a bit Overkill no simple docker file? |
# |
Dec 18th 2019, 08:03 |
gianmarxgagliardi |
morning |
# |
Dec 18th 2019, 07:20 |
jotpe |
Good Morning! |
# |
Dec 18th 2019, 06:06 |
brian.french |
Source code is here: https://github.com/302dev/docker |
# |
Dec 18th 2019, 06:06 |
brian.french |
They're located here: https://hub.docker.com/r/302dev/cakephp |
# |
Dec 18th 2019, 06:06 |
brian.french |
If anyone is interested, I created some docker images specific to CakePHP. They |
# |
Dec 17th 2019, 22:08 |
luizcmarin |
OK. I found out. |
# |
Dec 17th 2019, 22:01 |
luizcmarin |
One could take a look at this PR. I have questions about the ways to use with bake https://github.com/cakephp/bake/pull/620/commits/6087934d030b922043e8e1de288701f63d273fa4 |
# |
Dec 17th 2019, 21:23 |
brian.french |
I also verified that packagist is updated. I tried within a Docker image to ensure i wasn't running off of some local cache. |
# |
Dec 17th 2019, 21:18 |
brian.french |
as well as in my WSL |
# |
Dec 17th 2019, 21:17 |
brian.french |
This is in a docker image |
# |
Dec 17th 2019, 21:17 |
brian.french |
So, I'm seeing something interesting when installing cakephp/app. It seems to be installing cakephp/cakephp (4.x-dev 767b164) instead of 4.0.0, |
# |
Dec 17th 2019, 20:35 |
neothermic |
```Tests: 5468, Assertions: 19475, Errors: 259, Failures: 72, Warnings: 1223, Skipped: 237``` |
# |
Dec 17th 2019, 20:32 |
neothermic |
not many problems here governor! :P |
# |
Dec 17th 2019, 20:31 |
neothermic |
three E's |
# |
Dec 17th 2019, 20:31 |
neothermic |
15% so far.. five F's |
# |
Dec 17th 2019, 20:30 |
neothermic |
I suspect most might be down to phpunit, mind |
# |
Dec 17th 2019, 20:30 |
neothermic |
oh my, 7.4 and 2.x tests, all the `W`'s |
# |
Dec 17th 2019, 20:03 |
luizcmarin |
@admad "why are you still using RC2 when 4.0.0 stable is released?" MarkStory gave me this command because I could not update my project. And that happened one day BEFORE the release of 4.0 .... :man-facepalming: |
# |
Dec 17th 2019, 20:01 |
neothermic |
which testsuite runs all the cake2 tests? |
# |
Dec 17th 2019, 20:01 |
neothermic |
hmm |
# |
Dec 17th 2019, 19:58 |
luizcmarin |
@admad |
# |
Dec 17th 2019, 19:58 |
luizcmarin |
--prefer-dist will continue to be used in 4x on the command line? |
# |
Dec 17th 2019, 19:55 |
luizcmarin |
same problem with composer create-project cakephp/app |
# |
Dec 17th 2019, 19:55 |
admad |
those db config lines are app_local.php now btw |
# |
Dec 17th 2019, 19:54 |
admad |
why are you still using RC2 when 4.0.0 stable is released? |