# |
Mar 27th 2019, 14:08 |
cnizzardini |
thanks |
# |
Mar 27th 2019, 13:57 |
dereuromark |
Tip: use https://github.com/dereuromark/upgrade skeleton task with -f after git commit and check diff :slightly_smiling_face: Quickest way of a real minor update. |
# |
Mar 27th 2019, 13:20 |
cnizzardini |
Eh, nevermind, looking through https://github.com/cakephp/app/blob/master/config/bootstrap.php there have been some changes to how bootstrap is done |
# |
Mar 27th 2019, 13:16 |
cnizzardini |
_cake_core_ definitely exists in app.php under the Cache configs |
# |
Mar 27th 2019, 13:15 |
cnizzardini |
Warning (2): Illegal offset type in isset or empty [CORE/src/Core/StaticConfigTrait.php, line 117]The "_cake_core_" cache configuration does not exist. |
# |
Mar 27th 2019, 13:15 |
cnizzardini |
Upgrading from 3.5.17 to 3.6.14 and met with this: |
# |
Mar 27th 2019, 13:07 |
eax |
Hey folks! Can someone tell me how to do a dry-run in Migrations in Cake3? The option says it’s unknown, even though it’s in -h |
# |
Mar 27th 2019, 12:31 |
megan |
passed it onto the team :slightly_smiling_face: will keep you posted! |
# |
Mar 27th 2019, 11:58 |
neon1024 |
Seems to be isolated to the search results page |
# |
Mar 27th 2019, 11:57 |
steinkel |
no prob, we're checking this one, already reported |
# |
Mar 27th 2019, 11:57 |
alexdd55 |
ah |
# |
Mar 27th 2019, 11:57 |
neon1024 |
..and now I’ve refreshed I get the error :thinking_face: |
# |
Mar 27th 2019, 11:56 |
neon1024 |
Saying that the dropdown does work for me also |
# |
Mar 27th 2019, 11:56 |
neon1024 |
Sorry for the @ spam Jorge! ;) |
# |
Mar 27th 2019, 11:55 |
neon1024 |
As for the cookbook, the dropdown doesn’t work but the search does for me |
# |
Mar 27th 2019, 11:55 |
alexdd55 |
ok :slightly_smiling_face: |
# |
Mar 27th 2019, 11:55 |
neon1024 |
Yeah, just curious and worth raising with @steinkel |
# |
Mar 27th 2019, 11:55 |
alexdd55 |
@neon1024 cookbook :point_up: |
# |
Mar 27th 2019, 11:54 |
neon1024 |
I mean, it’s not happy either way, with 69 errors! |
# |
Mar 27th 2019, 11:54 |
alexdd55 |
https://book.cakephp.org/3.0/en/search.html?check_keywords=yesandarea=defaultandq=setprimarykey |
# |
Mar 27th 2019, 11:53 |
alexdd55 |
sorry, cookbook |
# |
Mar 27th 2019, 11:53 |
alexdd55 |
in js console `$ is not defined` |
# |
Mar 27th 2019, 11:53 |
neon1024 |
I don’t think cakephp.org has one |
# |
Mar 27th 2019, 11:53 |
alexdd55 |
try the search |
# |
Mar 27th 2019, 11:53 |
neon1024 |
Has it been disabled by web developer toolbar? |
# |
Mar 27th 2019, 11:52 |
neon1024 |
I don’t see it |
# |
Mar 27th 2019, 11:52 |
neon1024 |
:thinking_face: Perhaps I got something wrong :slightly_smiling_face: |
# |
Mar 27th 2019, 11:49 |
alexdd55 |
the cakephp.org webseite shows an errormessage, that javascript must enabled… seems to be a server side error |
# |
Mar 27th 2019, 11:47 |
steinkel |
https://gist.github.com/steinkel/a381e1d43a1bd1abdfd302e63df02875 works here |
# |
Mar 27th 2019, 11:46 |
berarma |
It works for me. This is PHP5.6 though. |
# |
Mar 27th 2019, 11:39 |
slackebot2 |
<neon1024> |
# |
Mar 27th 2019, 11:37 |
neon1024 |
Running it in cake console causes the console to exit |
# |
Mar 27th 2019, 11:35 |
birdy247 |
Date::createFromFormat( 'd M Y', '03 Jun 1979'); |
# |
Mar 27th 2019, 11:35 |
birdy247 |
Should this be possible |
# |
Mar 27th 2019, 10:54 |
dereuromark |
I fixed it and pushed commit into IdeHelper: all green ( https://travis-ci.org/dereuromark/cakephp-ide-helper/builds/511956556 ) |
# |
Mar 27th 2019, 10:22 |
challgren |
Yep Im fine just reorganizing based on the diffs |
# |
Mar 27th 2019, 10:21 |
dereuromark |
ideally those two are done separately. |
# |
Mar 27th 2019, 10:21 |
dereuromark |
you could try to add this into the existing one. But I am a bit afraid to blow it up more than necessary. Right now it modifies existing or adds/removes lines. With reordering as well it could touch a lot of lines, which makes confirming diffs way harder. |
# |
Mar 27th 2019, 10:20 |
challgren |
I’m really anal about the order of things! |
# |
Mar 27th 2019, 10:20 |
challgren |
But order the first set based on the database |
# |
Mar 27th 2019, 10:20 |
dereuromark |
I am sure you could write an organization/ordering task to hook in as last one. |