# |
Feb 10th 2020, 14:22 |
FunkadelicRelic |
Problem 1 |
# |
Feb 10th 2020, 14:22 |
FunkadelicRelic |
Different error now... |
# |
Feb 10th 2020, 14:20 |
challgren |
Current release is 3.0.0-beta |
# |
Feb 10th 2020, 14:20 |
FunkadelicRelic |
@challgren - Oh cool - let me try that. Thank you. |
# |
Feb 10th 2020, 14:19 |
FunkadelicRelic |
When I run the command 'composer require friendsofcake/bootstrap-ui' I get issues on the dependencies - 'Installation request for friendsofcake/bootstrap-ui ^1.4 -> satisfiable by friendsofcake/bootstrap-ui[1.4.0, 1.4.1]' 'Can only install one of: cakephp/cakephp[4.0.3, 3.x-dev]' |
# |
Feb 10th 2020, 14:19 |
challgren |
funkadelicrelic make sure you have min-stability: beta in your compoter |
# |
Feb 10th 2020, 14:19 |
damiano |
ok |
# |
Feb 10th 2020, 14:18 |
challgren |
it doesn’t get the ul |
# |
Feb 10th 2020, 14:18 |
slackebot |
<challgren> |
# |
Feb 10th 2020, 14:18 |
ndm |
@challgren What output do you get? |
# |
Feb 10th 2020, 14:18 |
FunkadelicRelic |
Hey all - I'm having some problems trying to install the friendsofcake\bootstrap-ui plugin on CakePHP 4.0.3 - was hoping someone might be able to point me in the right direction? |
# |
Feb 10th 2020, 14:17 |
challgren |
Yeah moving it to render isnt working either |
# |
Feb 10th 2020, 14:16 |
ndm |
just like `nestedMenuClass` |
# |
Feb 10th 2020, 14:16 |
ndm |
@challgren Yeah, it's a not valid menu creation option, only `templates`, `templateVars` and `menuAttributes`, `ancestorClass` can be set in `render()` |
# |
Feb 10th 2020, 14:15 |
spriz |
@damian just the way it works :) |
# |
Feb 10th 2020, 14:14 |
challgren |
4.0 |
# |
Feb 10th 2020, 14:13 |
ndm |
@challgren What version are you using? I have to check whether `ancestorClass` is actually a valid menu creation option |
# |
Feb 10th 2020, 14:12 |
dereuromark |
I should have some examples in the sandbox |
# |
Feb 10th 2020, 14:12 |
challgren |
So I add the ancestorClass and for some reason its not getting added to the UL for the nestedMenu |
# |
Feb 10th 2020, 14:11 |
damiano |
or it is the way it works? |
# |
Feb 10th 2020, 14:11 |
damiano |
@spriz is it a known bug? |
# |
Feb 10th 2020, 14:11 |
ndm |
sure |
# |
Feb 10th 2020, 14:10 |
challgren |
Anyone play with icings/menu? |
# |
Feb 10th 2020, 14:09 |
ndm |
@spriz My understanding was that the lock file is used for calculating diffs, ie not for applying migrations |
# |
Feb 10th 2020, 14:01 |
spriz |
Hmm - I'd guess it fetches state from the phinx table anyway |
# |
Feb 10th 2020, 14:00 |
ndm |
@spriz Don't have one at hand... I'd think it's the same as with other lock files, you want to start from a specific state. |
# |
Feb 10th 2020, 13:59 |
pieceof |
i never use contraints at bd level for web apps, control all with code, mysql is buggy |
# |
Feb 10th 2020, 13:59 |
spriz |
I just want to know what I'm missing out on :) |
# |
Feb 10th 2020, 13:59 |
spriz |
:) do you happen to have a link for that as well? We never comitted it and haven't had problems in a the few years of using it :) :) |
# |
Feb 10th 2020, 13:58 |
ndm |
Now that's a totally different question :upside_down_face: |
# |
Feb 10th 2020, 13:58 |
javier.villanueva |
: D |
# |
Feb 10th 2020, 13:58 |
spriz |
@ndm for some reason this issue does not explain to me *why* it should be comitted :) |
# |
Feb 10th 2020, 13:56 |
damiano |
thanks @spriz!! |
# |
Feb 10th 2020, 13:56 |
ndm |
https://github.com/cakephp/migrations/issues/252 |
# |
Feb 10th 2020, 13:54 |
javier.villanueva |
In Migrations... I should add schema-dump-defaul.lock to gitignore? |
# |
Feb 10th 2020, 13:54 |
spriz |
this will work out https://gist.github.com/Spriz/08e8a98c60cc085bf8b02f1ecd8d0685 ) |
# |
Feb 10th 2020, 13:52 |
spriz |
it returns a ` Cake\View\ViewBuilder` instance |
# |
Feb 10th 2020, 13:52 |
spriz |
https://api.cakephp.org/3.8/class-Cake.Mailer.Mailer.html#_viewBuilder |
# |
Feb 10th 2020, 13:52 |
spriz |
`viewBuilder()` fucks it up :) |
# |
Feb 10th 2020, 13:50 |
damiano |
why?? |
# |
Feb 10th 2020, 13:50 |
slackebot |
`->setTemplate('Frontend.conferma');` `//->setLayout('fancy')` `$mailer->deliver();` |