TinyMCE Editor Integration not working

Hello,

I´am new using GRAV. I use Deliverynext with admin painel (Grav v1.8.0). But the TinyMCE editor doesn´t appear to use in my admin painel. Any one can help me? Thank you.

Stéphane

@snorte, I cannot reproduce the issue.

  • Installed a fresh copy of grav-admin-v1.8.0-beta.25.zip
  • Using PHP 8.3.6
  • Installed tinymce: $ bin/gpm install tinymce-editor
  • TinyMCE appears correctly and saves changes made to the content of the page…

Please replay the above script yourself and see if it works on a fresh install.

Hello,

I would like another solution because i have some configuration in others files inside grav. Have you other ideas to help me please.

Best regards,

Stéphane

@snorte, it sounds like your production server is also your development server… I would advice to have a local development environment. That could be a simple laptop.

  • Is your site stored in Git to easily restore it after changes?
  • You could also create a backup of your /user directory. That folder contains all your configs/accounts/themes/plugins/pages. You can easily retore it afterwards.
  • You could also disable any non required plugins one-by-one and see what happens.