gordon-matt / peachpie-responsive-file-manager

Responsive File Manager running on .NET Core with Peachpie
24 stars 16 forks source link

Problem not reading folder responsivefilemanager #22

Closed zoheirsoftware closed 2 years ago

zoheirsoftware commented 3 years ago

Hi I created the project exactly like you I run the following error when running

Failed to load: https://localhost:44377/js/tinymce/plugins/responsivefilemanager/plugin.js

You can download the link of my project that I created

https://s17.picofile.com/file/8418694026/WebApplication12.zip.html

Please check and advise how to fix the problem

Thanks

gordon-matt commented 3 years ago

Why do you copy the projects into your solution? Just use the NuGet package. Reference this: https://www.nuget.org/packages/ResponsiveFileManager.AspNetCore/

Please try that and see. If you still have problems, I can try to find time to help you.

gordon-matt commented 2 years ago

My apologies. I just came back to this project after a long time busy with other things and when I looked at this issue again, I realized there is a missing plugin for tinymce. It's actually there in an old version of the code.. It must have got lost somehow when I moved tinymce into libman instead of storing it directly in the repo. I will solve this in a future commit. For now, get it from the link I mentioned before and add it to your tinymce plugins directory.

gordon-matt commented 2 years ago

Closing this issue, as plugins for both v4 and v5 of TinyMCE have been added to the Misc\TinyMCE Plugin folder and the README has been updated.