View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
5733 | Composr | core | public | 2024-04-25 02:20 | 2024-04-25 02:22 |
Reporter | PDStig | Assigned To | PDStig | ||
Priority | high | Severity | minor | ||
Status | resolved | Resolution | fixed | ||
Product Version | 11.alpha2 | ||||
Summary | 5733: Telemetry infinite loops and other issues | ||||
Description | Error message relaying / telemetry to the core developers had a couple major issues: * If it failed, it could end up in an infinite loop relaying an error about it failing to relay an error, at least until PHP timed out. * In combination with the above, it was trying to relay errors about it failing to relay errors. If it fails, it shouldn't tell us it failed because it will probably fail again. * It was classifying a success (200 OK) as a failure due to incorrect use of checking for false instead of null on the HTTP response. | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Attached Files | |||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
Fixed in Git commit 689372409b (https://gitlab.com/composr-foundation/composr/commit/689372409b - link will become active once code pushed to GitLab) |
|
A hotfix (a TAR of files to upload) has been uploaded to this issue. These files are made to the latest intra-version state (i.e. may roll in earlier fixes too if made to the same files) - so only upload files newer than what you have already. If there are files in a hot-fix that you don't have then they probably relate to addons that you don't have installed and should be skipped. Always take backups of files you are replacing or keep a copy of the manual installer for your version, and only apply fixes you need. These hotfixes are not necessarily reliable or well supported. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/). |
|
Do not use the above hotfix. Use the commit after the one posted. I accidentally published commented-out lines in failure.php |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-04-25 02:22 | PDStig | Note Added: 0008683 |