-
Notifications
You must be signed in to change notification settings - Fork 719
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
On file (image) upload: " Some error occured during uploading" error tooltip shows up with Tinymce 7 editor. #1239
Comments
@NafiurSiddiqui Updating the config file |
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. |
I had similar issue with this package use following. |
I have the following error in my log file that is related to this issue: development.ERROR: Class "Intervention\Image\Laravel\Facades\Image" not found {"file":"\vendor\unisharp\laravel-filemanager\src\LfmPath.php" laravel/framework v11.23.4 The Laravel Framework. |
I think you can either disable thumbnails in the LFM package configuration, or install the package mentioned by Anshul-code |
use another version its automatic works |
I tried changing |
I faced the same issue.
then I installed required packages
Class Image not found issue gone. Then I tried to upload image it appears with new error
I tried to find out what exactly issue is. In my Then I changed it to After that I ran Now its working fine now.But I am confuse that, in my system gd extension is enabled and it's available. So why it stills still searching for gd extension and that's why it gives error |
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.
Steps to Reproduce the Problem
Specifications
I have simply followed the guided instructions from the official documentation.
The text was updated successfully, but these errors were encountered: