Hello,
I have these two files never generated in the views_simplecache relevant directory. I have a fullcalendar.js autogenerated but not a fullcalendar filev with no extension and this leads to my event calendar showing like in this page https://conf.tn/event/calendar
I created a fulcalendar symlink to fullcalendar.js but still the problem exists maybe because leafletjs is also needed to properly display the view. I didn't find any leafletjs or leaflet.js in the Elgg subdirectories.
My Elgg version is 3.3.21.
TIA
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Fathi@fathi

Fathi - 0 likes
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
You must log in to post replies.What plugin with these scripts are you using?
event is managed by Event manager https://elgg.org/plugins/736695 but don't know if these two files are both generated by this plugin or only the fullcalendar file
find ./ -type f -iname *fullcalendar*
./mod/event_manager/vendor/bower-asset/fullcalendar/dist/fullcalendar.print.css
./mod/event_manager/vendor/bower-asset/fullcalendar/dist/fullcalendar.js
./mod/event_manager/vendor/bower-asset/fullcalendar/dist/fullcalendar.css
./mod/event_manager/vendor/bower-asset/fullcalendar/dist/fullcalendar.min.css
./mod/event_manager/vendor/bower-asset/fullcalendar/dist/fullcalendar.min.js
For the second file, the only occurrences i have in my server of files named leaflet are from glpi and its plugins, in its own installation path.
Assume, you've activated Event manager v12.4 not v13.0.
Or..?
leaflet.js script is loaded from unpkg.com/leaflet@1.2.0/dist/leaflet.js
So, try to check this URL in the browser's devtools (Ctrl+Shift+I)
Also, run 'Flush the caches' and check your issues again.
Why? You don't need to do anything; just activate Event manager.
If you're using any 3rd party installed plugins then disable them and check again.