View Issue Details

IDProjectCategoryView StatusLast Update
0005452Composr alpha bug reports[Composr] backuppublic2024-10-17 20:58
ReporterPatrick SchmalstigAssigned ToPatrick Schmalstig 
SeverityTrivial-bug 
Status resolvedResolutionfixed 
Summary0005452: 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
Sponsorship open

Activities

Patrick Schmalstig

2024-09-13 02:36

administrator   ~0009349

Still exists

admin

2024-10-17 20:58

administrator   ~0009496

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   ~0009497

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

hotfix-5452, 2024-10-17 8pm.tar (4,608 bytes)

admin

2024-10-17 20:58

administrator   ~0009498

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 Patrick Schmalstig New Issue
2023-11-23 07:14 Patrick Schmalstig Status non-assigned => assigned
2023-11-23 07:14 Patrick Schmalstig Assigned To => Patrick Schmalstig
2024-09-13 02:36 Patrick Schmalstig Tag Attached: Roadmap: v11
2024-09-13 02:36 Patrick Schmalstig Note Added: 0009349