View Issue Details

IDProjectCategoryView StatusLast Update
5452Composr alpha bug reportsbackuppublic2024-10-17 20:58
ReporterPDStig Assigned ToPDStig  
PrioritynormalSeveritytrivial 
Status resolvedResolutionfixed 
Summary5452: Make Backup: Calculate Total Size triggers JavaScript Error
DescriptionUncaught TypeError: Failed to execute 'insertBefore' on 'Node': 2 arguments required, but only 1 present.
    at HTMLButtonElement.<anonymous> (backup_ssl.js?1700723280:3:914)
TagsRoadmap: v11
Attach Tags
Attached Files
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

PDStig

2024-09-13 02:36

administrator   ~9349

Still exists

admin

2024-10-17 20:58

administrator   ~9496

Automated response: 5452: Make Backup: Calculate Total Size triggers JavaScript Error

There was a missing parameter on button.parentNode.insertBefore(progressTicker). Added null. Doesn't look the best but it works.

admin

2024-10-17 20:58

administrator   ~9497

Fixed in Git commit 2fda75e281 (https://gitlab.com/composr-foundation/composr/commit/2fda75e281 - link will become active once code pushed to GitLab)

admin

2024-10-17 20:58

administrator   ~9498

A hotfix (a TAR of files to upload) has been uploaded to this issue. Only apply this hotfix if you absolutely need it and cannot wait until the next release of Composr (releases are more reliable and strictly tested). As of Composr version 11, the recommended way to apply a hotfix is by following the same steps as an upgrade (https://baseurl/upgrader.php, use the hotfix on the step “Transfer across new/updated files”). The upgrader will automatically skip files belonging to addons you do not have installed or that are newer on disk than in the hotfix. Otherwise, you can manually extract and replace these files (do not replace if your on-disk file is newer than the one in the hotfix). Always take backups of your site or at least files you are replacing before applying a hotfix. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/).

Issue History

Date Modified Username Field Change
2023-11-23 07:14 PDStig New Issue
2023-11-23 07:14 PDStig Status Not Assigned => Assigned
2023-11-23 07:14 PDStig Assigned To => user4172
2024-09-13 02:36 PDStig Tag Attached: Roadmap: v11
2024-09-13 02:36 PDStig Note Added: 0009349