UniSharp / laravel-filemanager

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://unisharp.github.io/laravel-filemanager/
MIT License
2.04k stars 719 forks source link

On file (image) upload: " Some error occured during uploading" error tooltip shows up with Tinymce 7 editor. #1239

Open NafiurSiddiqui opened 1 month ago

NafiurSiddiqui commented 1 month ago

Version: 7

I have read the installation and necessary documentation This is with Tinymce 7 editor.

Expected Behavior

No error tooltip occurs when the image is uploaded. Simply uploads, close the modal, image shows up.

Actual Behavior

Some error occured during uploading red tooltip pops up below the image with a cross mark. Nothing on console log. Close the window, go back to the filemanager panel, refresh frame/ click thumbnails to refresh the lists, image shows up. Without the refresh the image won't show up when you close the modal.

Screenshot from 2024-06-03 21-57-04

Steps to Reproduce the Problem

  1. upload an image via the filemanager

Specifications

I have simply followed the guided instructions from the official documentation.

ObaydaAlesawi commented 2 weeks ago

@NafiurSiddiqui Updating the config file should_create_thumbnails to false would solve the problem.

NafiurSiddiqui commented 2 weeks ago

@NafiurSiddiqui Updating the config file should_create_thumbnails to false would solve the problem.

Doesn't that turn off the thumbnails and upload progress bar altogether? If that is the case, ot merely turns off the issue, does not solve the issue.