You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in trouble : i did all the steps to install CKEditor in my website (Symfony3), and nothing appears. No error message, anything.
Here my kernel
public function registerBundles()
{
$bundles = [
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
new Symfony\Bundle\TwigBundle\TwigBundle(),
new Symfony\Bundle\MonologBundle\MonologBundle(),
new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new PUGX\MultiUserBundle\PUGXMultiUserBundle(),
new FOS\UserBundle\FOSUserBundle(),
new UserBundle\UserBundle(),
new Ivory\CKEditorBundle\IvoryCKEditorBundle(),
new Snc\RedisBundle\SncRedisBundle(),
new Nelmio\SecurityBundle\NelmioSecurityBundle(),
new Knp\Bundle\SnappyBundle\KnpSnappyBundle(),
new BackOfficeBundle\BackOfficeBundle(),
new FrontOfficeBundle\FrontOfficeBundle(),
];
Here's my formType:
Thanks a lot, but I didn't succeed to install manually.
Cheers
De : Eric GELOEN <[email protected]>
À : egeloen/IvoryCKEditorBundle <[email protected]>
Cc : Houlet Christophe <[email protected]>; Author <[email protected]>
Envoyé le : Lundi 9 octobre 2017 12h21
Objet : Re: [egeloen/IvoryCKEditorBundle] Nothing appears (#320)
If you're using the latest version of the bundle you also need to install CKEditor mannually since it has been removed from the package as there was a license mismatch. See http://symfony.com/doc/master/bundles/IvoryCKEditorBundle/usage/ckeditor.html for more details.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hi guys,
I'm in trouble : i did all the steps to install CKEditor in my website (Symfony3), and nothing appears. No error message, anything.
Here my kernel
public function registerBundles()
{
$bundles = [
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new Symfony\Bundle\SecurityBundle\SecurityBundle(),
new Symfony\Bundle\TwigBundle\TwigBundle(),
new Symfony\Bundle\MonologBundle\MonologBundle(),
new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new PUGX\MultiUserBundle\PUGXMultiUserBundle(),
new FOS\UserBundle\FOSUserBundle(),
new UserBundle\UserBundle(),
new Ivory\CKEditorBundle\IvoryCKEditorBundle(),
new Snc\RedisBundle\SncRedisBundle(),
new Nelmio\SecurityBundle\NelmioSecurityBundle(),
new Knp\Bundle\SnappyBundle\KnpSnappyBundle(),
new BackOfficeBundle\BackOfficeBundle(),
new FrontOfficeBundle\FrontOfficeBundle(),
];
Here's my formType:
All the assets are fully install in the web file and in the wendor. i didn't added anything to my twig file:
Please, what's wrong ? Thanks
The text was updated successfully, but these errors were encountered: