# |
Jun 12th 2018, 07:40 |
slackebot |
- friendsofcake/cakepdf 3.5.1 requires cakephp/cakephp ^3.5 -> satisfiable by cakephp/cakephp[3.5.0, 3.5.0-RC1, 3.5.0-RC2, 3.5.1, 3.5.10, 3.5.11, 3.5.12, 3.5.13, 3.5.14, 3.5.15, 3.5.16, 3.5.17, 3.5.2, 3.5.3, 3.5.4, 3.5.5, 3.5.6, 3.5.7, 3.5.8, 3.5.9, 3.5.x-dev, 3.6.0, 3.6.0-RC1, 3.6.0-RC2, 3.6.0-beta1, 3.6.0-beta2, 3.6.0-beta3, 3.6.1, 3.6.2, 3.6.3, 3.6.4, 3.6.5] but these conflict with your requirements or minimum-stability. - friendsofcake/cakepdf |
# |
Jun 12th 2018, 07:40 |
nakodatechnosoft |
Problem 1 - The requested package cakephp/cakephp (installed at 3.3.11, required as 3.4.*) is satisfiable by cakephp/cakephp[3.3.11] but these conflict with your requirements or minimum-stability. Problem 2 - The requested package cakephp/plugin-installer (installed at 0.0.15, required as ~1.0) is satisfiable by cakephp/plugin-installer[0.0.15] but these conflict with your requirements or minimum-stability. Problem 3 |
# |
Jun 12th 2018, 07:40 |
nakodatechnosoft |
@admad: not able to install, getting below error |
# |
Jun 12th 2018, 07:19 |
josexato |
but in the case of the hasOne, documentation does not mention `through` as a valid option for a HasOne association |
# |
Jun 12th 2018, 07:18 |
josexato |
I am able to do the BelongsToMany using `through` |
# |
Jun 12th 2018, 07:18 |
josexato |
in that case I'll use an intermediate table course-<coursemembers>-students |
# |
Jun 12th 2018, 07:17 |
josexato |
some thing like course belongstomany studends and create another couse hasone beststudent |
# |
Jun 12th 2018, 07:15 |
josexato |
hello one question, is it possible to create a hasone association using an intermediate table? |
# |
Jun 12th 2018, 07:11 |
admad |
just do `composer require friendsofcake/cakepdf` and composer will pick the appropriate older version which works with cake 3.2 |
# |
Jun 12th 2018, 07:09 |
narendravaghela |
https://packagist.org/packages/friendsofcake/cakepdf#3.0.0 |
# |
Jun 12th 2018, 07:09 |
narendravaghela |
Or use the older release of CakePDF itself which supports Cake 3.2 and 3.1 |
# |
Jun 12th 2018, 07:08 |
narendravaghela |
You can search on packagist - https://packagist.org/?query=CakePDF |
# |
Jun 12th 2018, 07:03 |
nakodatechnosoft |
have u used it with 3.2 or 3,3 |
# |
Jun 12th 2018, 07:00 |
narendravaghela |
I am also aware of CakePDF only... |
# |
Jun 12th 2018, 06:52 |
nakodatechnosoft |
i know cakePDF is one that i use in other projects but its required cake 3.4+ |
# |
Jun 12th 2018, 06:52 |
nakodatechnosoft |
Hello friends, Is there any pdf plugin for cakephp 3.2 |
# |
Jun 11th 2018, 22:30 |
rubenD |
right, got it. so initial install had the issue. I ran composer update, to no avail. explicitly set version to 3.6.3 and ran composer update which worked, then explicitly set version back to 3.6.5, ran composer update and all still working. just in case anyone else runs in to this. |
# |
Jun 11th 2018, 22:27 |
dereuromark |
otherwise it wouldnt work |
# |
Jun 11th 2018, 22:27 |
dereuromark |
you just got it |
# |
Jun 11th 2018, 22:26 |
rubenD |
sorry, where can I find that patch? |
# |
Jun 11th 2018, 22:25 |
rubenD |
ah, ok! |
# |
Jun 11th 2018, 22:24 |
dereuromark |
until other plugins are upgraded.. :slightly_smiling_face: |
# |
Jun 11th 2018, 22:24 |
dereuromark |
yeah, latest debug kit patch fixes this |
# |
Jun 11th 2018, 22:23 |
dereuromark |
hi, it's the basic install direct from 'composer self-update andand composer create-project --prefer-dist cakephp/app'. i've set version 3.6.3 and ran composer update and everything now works |
# |
Jun 11th 2018, 22:01 |
dereuromark |
See https://github.com/cakephp/debug_kit/issues/631 and the issue there. What plugin is it? |
# |
Jun 11th 2018, 21:49 |
rubenD |
guys, any assistance greatly appreciated. Fresh composer install and getting error of 'Cannot use Cake\Core\Plugin as Plugin because the name is already in use' |
# |
Jun 11th 2018, 21:07 |
itmpls |
anyone have any issues saving on an "alias" self-associated model? for example, $this->SpecialOffers->save($specialOfferEntity, ['associated' => 'ParentSpecialOfferDates']); complains that 'SpecialOfferDates.parent_special_offer_date_id' doesnt exist when clearly it does |
# |
Jun 11th 2018, 21:05 |
rightscoreanalysis |
is it possible/advisable to have my home page rendered with the default.ctp layout? By defauly it uses pages/home/ctp |
# |
Jun 11th 2018, 20:22 |
alexmax |
Yep, that was it |
# |
Jun 11th 2018, 20:18 |
alexmax |
There might not be any indentations to show |
# |
Jun 11th 2018, 20:18 |
alexmax |
Oh holy cow I might be an idiot |
# |
Jun 11th 2018, 20:16 |
alexmax |
``` |
# |
Jun 11th 2018, 20:12 |
alexmax |
What's going on here? |
# |
Jun 11th 2018, 20:11 |
alexmax |
I try and use both, and I get a list of children with no spacer |
# |
Jun 11th 2018, 20:11 |
alexmax |
Got a question. It doesn't appear that `find('children')` and `find('treeList')` play well together |
# |
Jun 11th 2018, 18:29 |
jeremyharris |
should be yeah |
# |
Jun 11th 2018, 18:29 |
itmpls |
would countercache be suitable for a voting setup? iirc, earlier on i implemented something like that but it had drawback, or maybe I ran into the same dirty thing |
# |
Jun 11th 2018, 18:26 |
jeremyharris |
I’m like why u no unnecessary operation cake?! |
# |
Jun 11th 2018, 18:26 |
itmpls |
thanks again :slightly_smiling_face: |
# |
Jun 11th 2018, 18:26 |
itmpls |
damnit. |
# |
Jun 11th 2018, 18:26 |
jeremyharris |
that gets me a lot |