Giter Site home page Giter Site logo

Comments (15)

tonydspaniard avatar tonydspaniard commented on June 10, 2024

@Matvik can you try with the current master branch? If the current master branch code works for you, I'll tag a new version.

from yii2-ckeditor-widget.

ktropp avatar ktropp commented on June 10, 2024

I've got the same problem.

from yii2-ckeditor-widget.

tonydspaniard avatar tonydspaniard commented on June 10, 2024

@ktropp can you try the master branch?

from yii2-ckeditor-widget.

ktropp avatar ktropp commented on June 10, 2024

@tonydspaniard how can I do that? I am using composer.

from yii2-ckeditor-widget.

tonydspaniard avatar tonydspaniard commented on June 10, 2024

@ktropp use : dev-master and use minimum-stability:dev on composer.json that way you will be able to install it... (after testing, rollback to whatever it was)

from yii2-ckeditor-widget.

ktropp avatar ktropp commented on June 10, 2024

@tonydspaniard
Installing 2amigos/yii2-ckeditor-widget (dev-master 3eefd73)

Problem is still there.

from yii2-ckeditor-widget.

tonydspaniard avatar tonydspaniard commented on June 10, 2024

@ktropp please, provide me the code here and I'll test it. TBH ckeditor is a pain in the b***t with that full version. Thinking about using their js directly.

from yii2-ckeditor-widget.

ktropp avatar ktropp commented on June 10, 2024

@tonydspaniard

<?= $form->field($model, 'content')->widget(CKEditor::className(), [ 'options' => ['rows' => 6], 'preset' => 'full' ])->label('Article'); ?>

from yii2-ckeditor-widget.

Matvik avatar Matvik commented on June 10, 2024

Tried master branch, same result. My code is:

        ->widget(CKEditor::class, [
                        'options' => ['rows' => 6],
                        'preset' => 'full',
                        'clientOptions' => [
                            'extraPlugins' => 'youtube',
                            'filebrowserUploadUrl' => Url::to(['image-upload']),
                        ],
                    ])```

from yii2-ckeditor-widget.

ktropp avatar ktropp commented on June 10, 2024

@tonydspaniard any progress?

from yii2-ckeditor-widget.

Matvik avatar Matvik commented on June 10, 2024

Up

from yii2-ckeditor-widget.

lookyfess avatar lookyfess commented on June 10, 2024

downgrade to "2amigos/yii2-ckeditor-widget": "2.1.1" for now

from yii2-ckeditor-widget.

Matvik avatar Matvik commented on June 10, 2024

downgrade to "2amigos/yii2-ckeditor-widget": "2.1.1" for now

Cannot do this:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Can only install one of: ckeditor/ckeditor[dev-full/4.7.x, 4.11.3].
    - Can only install one of: ckeditor/ckeditor[dev-full/4.7.x, 4.11.3].
    - Can only install one of: ckeditor/ckeditor[dev-full/4.7.x, 4.11.3].
    - 2amigos/yii2-ckeditor-widget 2.1.1 requires ckeditor/ckeditor dev-full/4.7.x -> satisfiable by ckeditor/ckeditor[dev-full/4.7.x].
    - Installation request for 2amigos/yii2-ckeditor-widget 2.1.1 -> satisfiable by 2amigos/yii2-ckeditor-widget[2.1.1].
    - Installation request for ckeditor/ckeditor (locked at 4.11.3) -> satisfiable by ckeditor/ckeditor[4.11.3].

composer.json has

 "minimum-stability": "dev",
 "prefer-stable": true,

from yii2-ckeditor-widget.

lookyfess avatar lookyfess commented on June 10, 2024

downgrade to "2amigos/yii2-ckeditor-widget": "2.1.1" for now

Cannot do this:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Can only install one of: ckeditor/ckeditor[dev-full/4.7.x, 4.11.3].
    - Can only install one of: ckeditor/ckeditor[dev-full/4.7.x, 4.11.3].
    - Can only install one of: ckeditor/ckeditor[dev-full/4.7.x, 4.11.3].
    - 2amigos/yii2-ckeditor-widget 2.1.1 requires ckeditor/ckeditor dev-full/4.7.x -> satisfiable by ckeditor/ckeditor[dev-full/4.7.x].
    - Installation request for 2amigos/yii2-ckeditor-widget 2.1.1 -> satisfiable by 2amigos/yii2-ckeditor-widget[2.1.1].
    - Installation request for ckeditor/ckeditor (locked at 4.11.3) -> satisfiable by ckeditor/ckeditor[4.11.3].

composer.json has

 "minimum-stability": "dev",
 "prefer-stable": true,

Then try this.
First execute : 'composer remove 2amigos/yii2-ckeditor-widget' to remove completely (if you have ckeditor/ckeditor in requiere array remove it too)
Secondly execute : 'composer require 2amigos/yii2-ckeditor-widget 2.1.1' to add v2.1.1

from yii2-ckeditor-widget.

Matvik avatar Matvik commented on June 10, 2024

It looks like problem is still here? On the new project i need downgrade too(

from yii2-ckeditor-widget.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.