moniarde
moniarde
I managed to get some info from Developer Tools that may be of assistance for this... 
Ok, I have some evidence of something not working properly. /assets/components/mxcalendars/js/mgr/widgets/mxcalendars.grid.js: lines 581 and 604 `xtype: mxcCore.config.event_desc_type == 'htmleditor' ? 'textarea' : mxcCore.config.event_desc_type` I checked the value of `mxcCore.config.event_desc_type`, and...
Update: I do receive an error message in the log, as follows: > [2012-05-18 10:05:04](ERROR @ /assets/components/gallery/connector.php) [Gallery] An error occurred while trying to remove the attachment file at: /var/www/html/assets/components/gallery/files/2/6.jpg...
Update: This issue is not restricted to deletion of images, but also albums. I think I might have isolated the issue to a cache problem; in /core/cache/db/objects/galAlbum, there are cache...
Update: Also seems that, when I upload a 2nd image to the album, the Gallery overwrites the first image, without deleting the thumbnail for the first image. So both images...