Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown error editing assets #8

Open
extensibleseth opened this issue Aug 19, 2019 · 3 comments
Open

Unknown error editing assets #8

extensibleseth opened this issue Aug 19, 2019 · 3 comments
Assignees

Comments

@extensibleseth
Copy link

Image assets that are part of an Enupal slider fail with 'An unknown error has occurred' when you try to edit the asset. Editing the images, and editing images assets not part of a slider, function as expected. I'm using Craft CMS 3.2.10, Enupal Slider 1.3.2, and ImageOptimize 1.6.1 among others. My hunch is that it's a configuration error on my part, but I haven't pinned that down yet.

@andrelopez andrelopez self-assigned this Jun 19, 2020
@andrelopez
Copy link
Member

Hi @extensibleseth, We're unable to recreate this issue. Could you please recreate the issue and send back to us a zip file of the following folder to support@enupal.com?

storage/logs

Best

@extensibleseth
Copy link
Author

Hello. We ran into this again on another project. The post to the wysiwyg editor failed with a missing redactor 'source' plugin. Removing it from the EnupalSlider.json redactor config got the editor to display and update as expected. I'll provide info and logs as I get them.

Thanks!

@extensibleseth
Copy link
Author

Adding 'html' to the buttons array in EnupalSlider.json brought the source button back. Here's the whole thing:

config/redactor/EnupalSlider.php

{
  "buttons": ["html","formatting","link","unorderedlist","orderedlist","image","video"],"plugins":["fullscreen"],
  "toolbarFixed": true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants